{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "type": "object",
  "additionalProperties": false,
  "$id": "https://vnwo.com/schemas/cloud-sovereignty-profile.schema.json",
  "title": "VNWO Cloud Sovereignty Profile",
  "required": [
    "artifact_type",
    "schema_version",
    "created_utc",
    "deployment_scope",
    "key_custody",
    "administrative_roles",
    "exit_tested_utc",
    "claim_boundary_notes"
  ],
  "properties": {
    "artifact_type": {
      "const": "cloud_sovereignty_profile"
    },
    "schema_version": {
      "const": "3.0.8"
    },
    "version": {
      "type": "string",
      "const": "3.0.8",
      "description": "VNWO release version for this static example or record."
    },
    "created_utc": {
      "type": "string",
      "format": "date-time"
    },
    "deployment_scope": {
      "type": "string"
    },
    "data_residency": {
      "type": "object"
    },
    "key_custody": {
      "type": "object"
    },
    "confidential_computing": {
      "type": "object"
    },
    "administrative_roles": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "iac_checks": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "exit_tested_utc": {
      "type": "string",
      "format": "date-time"
    },
    "claim_boundary_notes": {
      "type": "string"
    },
    "last_reviewed_utc": {
      "type": "string",
      "format": "date-time",
      "description": "UTC timestamp for the most recent VNWO review of this artifact."
    }
  },
  "last_reviewed_utc": "2026-06-20T17:20:17Z",
  "claim_boundary_note": "Static public observatory guidance only; not certification, runtime execution, file import, memory sync, credential validation, endpoint authorization, or legal advice.",
  "artifact_maturity": "reviewed"
}
