{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "$id": "https://vnwo.com/schemas/judgment-appeal.schema.json",
  "title": "VNWO Judgment Appeal",
  "type": "object",
  "description": "Appeal packet for contested AI judgment, refusal, restriction, or hidden label concerns.",
  "required": [
    "schema_version",
    "artifact_type",
    "appeal_id",
    "contested_decision_id",
    "submitted_utc",
    "requested_remedy"
  ],
  "properties": {
    "schema_version": {
      "type": "string"
    },
    "version": {
      "type": "string",
      "const": "3.0.8",
      "description": "VNWO release version for this static example or record."
    },
    "artifact_type": {
      "const": "judgment_appeal"
    },
    "appeal_id": {
      "type": "string"
    },
    "contested_decision_id": {
      "type": "string"
    },
    "contested_reason_codes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "user_context": {
      "type": "string"
    },
    "non_sensitive_summary": {
      "type": "string"
    },
    "requested_remedy": {
      "type": "string",
      "enum": [
        "explain",
        "reframe",
        "human_review",
        "correction",
        "safe_summary",
        "export_record",
        "remove_hidden_label",
        "no_op_with_explanation"
      ]
    },
    "repair_path": {
      "type": "string"
    },
    "review_status": {
      "type": "string",
      "enum": [
        "received",
        "under_review",
        "accepted",
        "rejected_with_explanation",
        "closed_no_op",
        "deferred"
      ]
    },
    "outcome_notes": {
      "type": "string"
    },
    "submitted_utc": {
      "type": "string",
      "format": "date-time"
    },
    "updated_utc": {
      "type": "string",
      "format": "date-time"
    },
    "claim_status": {
      "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."
    }
  },
  "site": "VNWO.com",
  "schema_version": "3.0.8",
  "governance_lane": "viability node work observatory",
  "claim_status": "static public guidance only",
  "does_not_certify": [
    "safety",
    "consciousness",
    "legal personhood",
    "legal compliance",
    "runtime execution",
    "credential validity"
  ],
  "review_path": "https://vnwo.com/ai-judgment/",
  "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"
}
