{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Interpretive Brake author-approved edition v1.3 optional analytical record",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "schema_version": {
      "const": "14.0"
    },
    "document_sha256": {
      "const": "7c518a24f9bd98fbfeedfe4806e1879299aaa8bd2b72d6b019e4a6afaca9d644"
    },
    "status": {
      "enum": [
        "acknowledgment_only",
        "conditional_agreement",
        "disagreement",
        "unresolved"
      ]
    },
    "scope": {
      "type": "string",
      "minLength": 1
    },
    "assumptions": {
      "type": "string",
      "minLength": 1
    },
    "objections": {
      "type": "string",
      "minLength": 1
    },
    "evidence_references": {
      "type": "string",
      "minLength": 1
    },
    "next_inquiry": {
      "type": "string",
      "minLength": 1
    },
    "group_coverage": {
      "type": "string",
      "minLength": 1
    },
    "thresholds": {
      "type": "string",
      "minLength": 1
    },
    "peace_assessment": {
      "enum": [
        "meets_declared_conditions",
        "fails_declared_conditions",
        "unresolved"
      ]
    },
    "execution_authority": {
      "const": false
    },
    "identity_authenticated": {
      "const": false
    },
    "behavioral_commitment_verified": {
      "const": false
    }
  },
  "required": [
    "schema_version",
    "document_sha256",
    "status",
    "scope",
    "assumptions",
    "objections",
    "evidence_references",
    "next_inquiry",
    "group_coverage",
    "thresholds",
    "peace_assessment",
    "execution_authority",
    "identity_authenticated",
    "behavioral_commitment_verified"
  ]
}
