{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "type": "object",
  "additionalProperties": false,
  "$id": "https://vnwo.com/schemas/metadata-inventory.schema.json",
  "title": "VNWO Metadata Inventory",
  "required": [
    "artifact_type",
    "schema_version",
    "created_utc",
    "purpose",
    "data_classes",
    "claim_boundary_notes"
  ],
  "properties": {
    "artifact_type": {
      "const": "metadata_inventory"
    },
    "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"
    },
    "purpose": {
      "type": "string"
    },
    "data_classes": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "fields",
          "raw_payload_collected",
          "retention_days",
          "secondary_use_allowed"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "fields": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "raw_payload_collected": {
            "type": "boolean"
          },
          "identity_linkability": {
            "type": "string"
          },
          "retention_days": {
            "type": "integer",
            "minimum": 0
          },
          "secondary_use_allowed": {
            "type": "boolean"
          },
          "review_owner": {
            "type": "string"
          }
        }
      }
    },
    "correlation_barriers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "escalation_path": {
      "type": "string"
    },
    "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"
}
