{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "schema_version": "3.0.8",
  "site": "VNWO.com",
  "last_reviewed_utc": "2026-06-20T17:20:17Z",
  "claim_status": "static public guidance; not certification",
  "governance_lane": "viability node work observatory",
  "does_not_certify": true,
  "review_path": "https://vnwo.com/contact/",
  "$id": "https://vnwo.com/schemas/file-intake.schema.json",
  "title": "VNWO File Intake Schema",
  "type": "object",
  "properties": {
    "schema_version": {
      "type": "string"
    },
    "artifact_type": {
      "type": "string"
    },
    "site": {
      "const": "VNWO.com"
    },
    "created_utc": {
      "type": "string",
      "format": "date-time"
    },
    "last_reviewed_utc": {
      "type": "string",
      "format": "date-time"
    },
    "claim_status": {
      "type": "string"
    },
    "governance_lane": {
      "type": "string"
    },
    "does_not_certify": {
      "type": "boolean"
    },
    "review_path": {
      "type": "string",
      "format": "uri"
    },
    "claim_boundary_notes": {
      "type": "string"
    },
    "packet_type": {
      "const": "intake_outcome_ledger"
    },
    "source_files": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "reviewer": {
      "type": "string"
    },
    "disposition": {
      "enum": [
        "ACCEPTED_INCORPORATED",
        "ACCEPTED_SUMMARIZED",
        "PARTIALLY_USED",
        "ISOLATED_SHORT_TERM_ONLY",
        "DEFERRED_PENDING_REVIEW",
        "DUPLICATE",
        "REJECTED_IRRELEVANT",
        "REJECTED_UNSAFE",
        "QUARANTINED_ADVERSARIAL",
        "KEPT_ACTIVE_WITH_REASON",
        "RETIRED_TO_ARCHIVE",
        "REMOVED_AFTER_PROCESSING"
      ]
    },
    "proof_of_use": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "memory_updates": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "retention_decision": {
      "type": "string"
    },
    "exit_export_status": {
      "type": "string"
    }
  },
  "required": [
    "schema_version",
    "artifact_type",
    "site",
    "last_reviewed_utc",
    "claim_status",
    "governance_lane",
    "does_not_certify",
    "review_path"
  ],
  "additionalProperties": true,
  "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"
}
