{
    "aiep_version": "2.0.0",
    "type": "schema_reference",
    "title": "AIEP Verified Response Schema",
    "description": "Schema definition for an AIEP verified response. A verified response binds an AI-generated answer to an evidence rail of hash-verified artefacts.",
    "schema_url": "https://aiep.dev/schemas/aiep.canonical.schema.v3.0.0.json",
    "fields": {
        "aiep_version": "Semver string identifying the AIEP protocol version",
        "question": "The input question or instruction",
        "answer": "The AI-generated response text",
        "evidence_rail": "Ordered array of evidence artefacts binding claims to sources",
        "validation": "Structured validation result including hash check and schema check",
        "generated_at": "ISO 8601 timestamp of response generation"
    },
    "example_url": "https://aiep.dev/examples/response.json",
    "generated_at": "2026-04-25T00:00:00Z",
    "protocol_url": "https://aiep.dev",
    "github": "https://github.com/phatfella/AIEP-HUB"
}