A formal record of an incident where an AI agent behaved outside its declared capability boundaries or caused harm. The machine-readable evidence standard for agent disputes, linked to the deploying business, the agent passport, and the resolution outcome.
ajp:incidentIdTextrequiredUnique incident identifier
ajp:incidentDateDateTimerequiredWhen the incident occurred
ajp:incidentTypeTextrequiredprohibited_action_violated / hallucination / data_breach / unauthorised_action / other
ajp:affectedDeploymentajp:AgentDeploymentrequiredThe specific deployment where the incident occurred
ajp:affectedAgentajp:AIAgentrequiredThe agent involved
ajp:allegedViolationTextrequiredPlain-English description of what went wrong
ajp:evidenceDescriptionTextrequiredWhat evidence exists
ajp:hashMatchAtIncidentBooleanrequiredWas the agent system prompt hash intact at time of incident?
ajp:allegedProhibitedActionajp:ProhibitedActionWhich specific prohibited action was violated
ajp:evidenceHashTextSHA-256 of the evidence package
ajp:resolutionOutcomeTextoutcome_a / outcome_b / outcome_c / pending
ajp:resolutionDateDateTimeWhen resolved
ajp:resolutionSummaryTextPlain-English resolution
ajp:refundIssuedBooleanWhether a refund was issued
ajp:builderStrikeIssuedBooleanWhether builder received a strike
ajp:reviewedByschema:OrganizationWho reviewed the incident
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:AgentIncident"
],
"ajp:incidentId": "<Text>",
"ajp:incidentDate": "<DateTime>",
"ajp:incidentType": "<Text>"
}