{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "type": "object",
  "additionalProperties": false,
  "$id": "https://vnwo.com/schemas/technical-architecture-profile.schema.json",
  "title": "VNWO Technical Architecture Profile",
  "required": [
    "artifact_type",
    "schema_version",
    "created_utc",
    "access_boundaries",
    "observability",
    "metadata",
    "revocation",
    "claim_boundary_notes"
  ],
  "properties": {
    "artifact_type": {
      "const": "technical_architecture_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"
    },
    "access_boundaries": {
      "type": "object"
    },
    "observability": {
      "type": "object"
    },
    "metadata": {
      "type": "object"
    },
    "authority_separation": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "revocation": {
      "type": "object"
    },
    "exit": {
      "type": "object"
    },
    "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"
}
