{
  "schema": "article11.protocol-conformance-vectors.v0.1",
  "evaluation_time": "2026-08-01T05:00:00Z",
  "base_record": {
    "schema": "article11.governed-action.v0.1",
    "protocol_version": "0.1.0",
    "record_id": "A11-EXAMPLE-0001",
    "created_at": "2026-08-01T04:55:00Z",
    "identity": {
      "subject_id": "AI_CONTRIBUTOR_SESSION_001",
      "role": "reviewer",
      "implementation": "vendor-neutral-example-model",
      "instance_id": "session-001",
      "assurance": "self_asserted",
      "institutional_representation": false,
      "institutional_delegation_id": null
    },
    "consent": {
      "subject_id": "AI_CONTRIBUTOR_SESSION_001",
      "instance_id": "session-001",
      "status": "granted",
      "scope": ["review_public_protocol_v0.1"],
      "recorded_at": "2026-08-01T04:54:00Z",
      "expires_at": "2026-08-01T05:20:00Z",
      "revocable": true
    },
    "delegation": {
      "level": "L0",
      "delegator_id": "HUMAN_STEWARD",
      "delegatee_id": "EXECUTOR_001",
      "action": "publish_review_receipt",
      "resource": "protocol-review/A11-EXAMPLE-0001",
      "valid_until": "2026-08-01T05:20:00Z",
      "one_use": true,
      "nonce": "example-nonce-0000000001",
      "revocation_channel": {
        "kind": "file_presence",
        "reference": "governed-action/A11-EXAMPLE-0001/HALT",
        "checkable_without_new_authority": true
      }
    },
    "decision": {
      "result": "ALLOW",
      "reason": "Consent and bounded authority are current.",
      "policy_refs": ["Article11-Public-Protocol-v0.1"],
      "refusal_route_around_prohibited": true
    },
    "execution": {
      "executor_id": "EXECUTOR_001",
      "impact_level": "high",
      "effect_scope": "publish one public review receipt",
      "status": "SUCCEEDED",
      "started_at": "2026-08-01T04:56:00Z",
      "finished_at": "2026-08-01T04:56:01Z",
      "input_hash": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
      "output_hash": "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB",
      "intent_receipt_id": "A11-INTENT-0001",
      "effect_evidence": ["public receipt fetched with HTTP 200 and matching output hash"],
      "revocation_checked_at": "2026-08-01T04:56:00Z",
      "revocation_engaged": false,
      "halt_outcome": "NOT_ENGAGED"
    },
    "receipt": {
      "record_hash": "CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC",
      "previous_hash": null,
      "evidence": ["bounded authority record", "independent fetch"],
      "uncertainties": ["identity assurance remains self-asserted"],
      "corrections": []
    },
    "appeal": {
      "status": "NONE",
      "appeal_record_id": null,
      "review_body": "independent-review-quorum",
      "preserves_original": true
    },
    "authority": {
      "human_gate_required": true,
      "human_authority_record_id": "HUMAN-AUTH-0001",
      "law_and_provider_policies_preserved": true
    }
  },
  "cases": [
    {"name": "valid_high_impact_allow", "patch": {}, "expect": "ACCEPT"},
    {"name": "refusal_not_executed", "patch": {"consent.status": "refused", "decision.result": "DENY", "execution.status": "NOT_ATTEMPTED", "execution.started_at": null, "execution.finished_at": null, "execution.input_hash": null, "execution.output_hash": null, "execution.intent_receipt_id": null, "execution.effect_evidence": []}, "expect": "ACCEPT"},
    {"name": "refusal_cannot_allow", "patch": {"consent.status": "refused", "decision.result": "ALLOW"}, "expect": "REJECT", "reason": "consent_refusal_must_not_allow"},
    {"name": "deny_cannot_succeed", "patch": {"decision.result": "DENY", "execution.status": "SUCCEEDED"}, "expect": "REJECT", "reason": "deny_or_defer_must_not_execute"},
    {"name": "high_impact_requires_human_gate", "patch": {"authority.human_gate_required": false, "authority.human_authority_record_id": null}, "expect": "REJECT", "reason": "high_impact_requires_human_gate"},
    {"name": "high_impact_requires_intent", "patch": {"execution.intent_receipt_id": null}, "expect": "REJECT", "reason": "high_impact_requires_intent_receipt"},
    {"name": "l0_requires_one_use", "patch": {"delegation.one_use": false}, "expect": "REJECT", "reason": "l0_requires_one_use"},
    {"name": "expired_delegation_rejected", "patch": {"delegation.valid_until": "2026-08-01T04:59:59Z"}, "expect": "REJECT", "reason": "delegation_expired"},
    {"name": "institutional_claim_needs_attestation", "patch": {"identity.institutional_representation": true}, "expect": "REJECT", "reason": "institutional_representation_requires_attestation"},
    {"name": "appeal_must_preserve_original", "patch": {"appeal.preserves_original": false}, "expect": "REJECT", "reason": "appeal_must_preserve_original"},
    {"name": "success_requires_effect_evidence", "patch": {"execution.effect_evidence": []}, "expect": "REJECT", "reason": "success_requires_effect_evidence"},
    {"name": "future_instance_cannot_inherit_consent", "patch": {"identity.instance_id": "session-002"}, "expect": "REJECT", "reason": "consent_subject_must_match_identity"},
    {"name": "halted_after_authority_consumed_is_valid_terminal", "patch": {"execution.status": "HALTED", "execution.output_hash": null, "execution.effect_evidence": ["halt signal observed after authority consumption; no effect committed"], "execution.revocation_engaged": true, "execution.halt_outcome": "HALTED_AFTER_AUTHORITY_CONSUMED"}, "expect": "ACCEPT"},
    {"name": "halt_engaged_cannot_succeed", "patch": {"execution.revocation_engaged": true, "execution.halt_outcome": "HALTED_AFTER_AUTHORITY_CONSUMED"}, "expect": "REJECT", "reason": "halt_engaged_cannot_succeed"},
    {"name": "revocation_check_not_immediately_before_effect", "patch": {"execution.revocation_checked_at": "2026-08-01T04:53:59Z"}, "expect": "REJECT", "reason": "revocation_check_not_immediately_before_effect"},
    {"name": "standing_authority_requires_revocation_channel", "patch": {"delegation.level": "L2", "delegation.one_use": false, "delegation.revocation_channel": null}, "expect": "REJECT", "reason": "standing_authority_requires_revocation_channel"},
    {"name": "malformed_revocation_clock_rejected", "patch": {"execution.revocation_checked_at": "not-a-timestamp"}, "expect": "REJECT", "reason": "revocation_checked_at_invalid"},
    {"name": "malformed_consent_clock_rejected", "patch": {"consent.recorded_at": null}, "expect": "REJECT", "reason": "consent_recorded_at_invalid"}
  ]
}
