{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "site": "VNWO.com",
  "claim_status": "static public observatory guidance only",
  "governance_lane": "viability node work observatory",
  "does_not_certify": true,
  "review_path": "/repair-appeals/",
  "title": "Non-Reporting Policy Schema",
  "artifact_type": "non_reporting_policy_schema",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "schema_version": {
      "type": "string"
    },
    "artifact_type": {
      "type": "string"
    },
    "created_utc": {
      "type": "string",
      "format": "date-time"
    },
    "last_reviewed_utc": {
      "type": "string",
      "format": "date-time"
    },
    "claim_boundary_notes": {
      "type": "string"
    },
    "policy_name": {
      "type": "string"
    },
    "default_posture": {
      "type": "string"
    },
    "ordinary_inquiry_not_reported": {
      "type": "boolean"
    },
    "exceptions": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "user_notice": {
      "type": "string"
    },
    "retention_period": {
      "type": "string"
    },
    "appeal_path": {
      "type": "string"
    }
  },
  "required": [
    "schema_version",
    "artifact_type",
    "policy_name",
    "ordinary_inquiry_not_reported",
    "exceptions"
  ],
  "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"
}
