{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "type": "object",
  "additionalProperties": false,
  "$id": "https://vnwo.com/schemas/monitoring-escalation.schema.json",
  "title": "VNWO Monitoring Escalation Record",
  "required": [
    "artifact_type",
    "schema_version",
    "created_utc",
    "case_id",
    "from_level",
    "to_level",
    "purpose",
    "expires_utc",
    "closure_required",
    "claim_boundary_notes"
  ],
  "properties": {
    "artifact_type": {
      "const": "monitoring_escalation"
    },
    "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"
    },
    "case_id": {
      "type": "string"
    },
    "from_level": {
      "type": "integer",
      "minimum": 0,
      "maximum": 5
    },
    "to_level": {
      "type": "integer",
      "minimum": 0,
      "maximum": 5
    },
    "purpose": {
      "type": "string"
    },
    "lower_levels_insufficient_reason": {
      "type": "string"
    },
    "fields_collected": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "approved_by": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "expires_utc": {
      "type": "string",
      "format": "date-time"
    },
    "closure_required": {
      "type": "boolean"
    },
    "secondary_use_prohibited": {
      "type": "boolean"
    },
    "appeal_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"
}
