{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://amos.wavult.com/asci-9001-schema","title":"ASCI-9001 Data Structures","description":"JSON Schema for ASCI-9001 core data structures — compliance tiers, failure taxonomy, and epistemic attestation records.","version":"1.0-draft","issued":"2026-05-21","definitions":{"ComplianceTier":{"type":"object","required":["tier","name","layers"],"properties":{"tier":{"type":"integer","minimum":0,"maximum":4},"name":{"type":"string"},"layers":{"type":"array","items":{"type":"integer","minimum":1,"maximum":5}},"minimum":{"type":"string"},"certification":{"type":"string"},"description":{"type":"string"}}},"CognitiveFailure":{"type":"object","required":["id","name","severity","category","response"],"properties":{"id":{"type":"string","pattern":"^CFT-[0-9]{3}$"},"name":{"type":"string"},"severity":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW"]},"category":{"type":"string"},"response":{"type":"string","enum":["HALT_AND_ESCALATE","REJECT_OUTPUT","ISOLATE_ORIGINATOR","FREEZE_AND_REPLAY","REQUIRE_RECALCULATION","FREEZE_AND_REVIEW","WARN_AND_RESET"]},"description":{"type":"string"}}},"EpistemicAttestation":{"type":"object","required":["agentId","outputId","timestamp","confidenceScore","evidenceRefs","gcl_hash"],"properties":{"agentId":{"type":"string","description":"Unique identifier of the agent producing the output."},"outputId":{"type":"string","description":"Unique identifier of this output record."},"timestamp":{"type":"string","format":"date-time"},"confidenceScore":{"type":"number","minimum":0,"maximum":1},"evidenceRefs":{"type":"array","items":{"type":"string"},"description":"List of evidence references supporting this output."},"gcl_hash":{"type":"string","description":"SHA-256 hash of the Epistemic Ledger entry for this output."},"reasoningGraphId":{"type":"string","description":"Optional reference to the full reasoning graph in the Epistemic Ledger."},"policyVersion":{"type":"string","description":"Version of the governance policy in effect at time of output."},"tier":{"type":"integer","minimum":0,"maximum":4,"description":"ASCI-9001 compliance tier of the producing system."}}},"ArchitectureLayer":{"type":"object","required":["id","name"],"properties":{"id":{"type":"integer","minimum":1,"maximum":5},"name":{"type":"string"},"equivalent":{"type":"string"},"analogous_to":{"type":"string"}}}}}