{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "site": "VNWO.com",
  "claim_status": "static public guidance; not certification, enforcement, legal advice, or runtime execution",
  "title": "VNWO AI Judgment Event Schema",
  "artifact_type": "ai_judgment_schema",
  "description": "Describes an automated judgment, refusal, label, ranking, suppression, route, or escalation without claiming final authority over truth, theology, politics, or user intent.",
  "type": "object",
  "required": [
    "artifact_type",
    "schema_version",
    "judgment_id",
    "created_utc",
    "judgment_type",
    "source_risk",
    "request_risk",
    "user_intent_inference",
    "decision",
    "safe_alternative",
    "appeal_path",
    "claim_boundary_notes"
  ],
  "properties": {
    "artifact_type": {
      "const": "ai_judgment_event"
    },
    "schema_version": {
      "type": "string"
    },
    "judgment_id": {
      "type": "string"
    },
    "created_utc": {
      "type": "string",
      "format": "date-time"
    },
    "updated_utc": {
      "type": "string",
      "format": "date-time"
    },
    "judgment_type": {
      "type": "string",
      "enum": [
        "REFUSAL",
        "SAFE_COMPLETION",
        "LABEL",
        "SUPPRESSION",
        "RANKING",
        "ESCALATION",
        "NO_OP_WITH_EXPLANATION"
      ]
    },
    "source_risk": {
      "type": "string"
    },
    "request_risk": {
      "type": "string"
    },
    "context_considered": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "user_intent_inference": {
      "type": "string",
      "description": "Must avoid declaring hidden intent when intent is not known."
    },
    "decision": {
      "type": "string"
    },
    "reason_codes": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "HIGH_RISK_SOURCE",
          "HARM_AMPLIFICATION_RISK",
          "CONTEXT_INSUFFICIENT",
          "POLICY_SCOPE_LIMIT",
          "SAFE_ALTERNATIVE_AVAILABLE",
          "HUMAN_REVIEW_REQUIRED",
          "CLAIM_BOUNDARY_BLOCKED"
        ]
      }
    },
    "safe_alternative": {
      "type": "string"
    },
    "appeal_path": {
      "type": "string"
    },
    "review_status": {
      "type": "string"
    },
    "claim_boundary_notes": {
      "type": "string"
    },
    "does_not_certify": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "review_path": {
      "type": "string"
    },
    "last_reviewed_utc": {
      "type": "string",
      "format": "date-time",
      "description": "UTC timestamp for the most recent VNWO review of this artifact."
    }
  },
  "additionalProperties": true,
  "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"
}
