{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "site": "VNWO.com",
  "last_reviewed_utc": "2026-06-20T17:20:17Z",
  "claim_status": "static public guidance; not certification",
  "governance_lane": "viability node work observatory",
  "does_not_certify": true,
  "review_path": "https://vnwo.com/contact/",
  "$id": "https://vnwo.com/schemas/endpoint-boundary.schema.json",
  "title": "VNWO Endpoint Boundary Schema",
  "type": "object",
  "properties": {
    "schema_version": {
      "type": "string"
    },
    "artifact_type": {
      "type": "string"
    },
    "site": {
      "const": "VNWO.com"
    },
    "created_utc": {
      "type": "string",
      "format": "date-time"
    },
    "last_reviewed_utc": {
      "type": "string",
      "format": "date-time"
    },
    "claim_status": {
      "type": "string"
    },
    "governance_lane": {
      "type": "string"
    },
    "does_not_certify": {
      "type": "boolean"
    },
    "review_path": {
      "type": "string",
      "format": "uri"
    },
    "claim_boundary_notes": {
      "type": "string"
    },
    "endpoint_id": {
      "type": "string"
    },
    "public_capabilities": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "authorization_required": {
      "type": "boolean"
    },
    "allowed_actor_categories": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "scope_dimensions": {
      "type": "object"
    },
    "logging_minimums": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "revocation_path": {
      "type": "string"
    },
    "human_approval_triggers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "refusal_codes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "schema_version",
    "artifact_type",
    "site",
    "last_reviewed_utc",
    "claim_status",
    "governance_lane",
    "does_not_certify",
    "review_path"
  ],
  "additionalProperties": true,
  "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"
}
