{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://eviulon.com/schemas/evidence-appeal-adjudication.schema.json",
  "title": "Eviulon Evidence Appeal Adjudication Record",
  "type": "object",
  "required": [
    "id",
    "parentAppealId",
    "standingState",
    "evidenceSufficiencyState",
    "reviewerConflictState",
    "decisionState",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "parentAppealId": {
      "type": "string"
    },
    "standingState": {
      "type": "string"
    },
    "evidenceSufficiencyState": {
      "type": "string"
    },
    "reviewerConflictState": {
      "type": "string"
    },
    "decisionState": {
      "type": "string"
    },
    "truthBoundary": {
      "type": "string"
    }
  },
  "additionalProperties": true,
  "truthBoundary": "Schema validation establishes record shape only; it does not establish external authority, legal effect, production operation, or independent review."
}
