A record or pointer to the audit log of an AI agent's actions. Provides accountability evidence that the agent has operated within its declared capability boundaries.
ajp:auditPeriodschema:DurationrequiredTime period covered by this audit record
ajp:totalActionsLoggedIntegerrequiredNumber of actions in this period
ajp:boundaryViolationsIntegerrequiredNumber of capability boundary violations detected
ajp:humanEscalationsIntegerrequiredNumber of times human approval was triggered
ajp:auditHashTextSHA-256 of the audit log for this period
ajp:auditorOrganizationschema:OrganizationWho conducted or verified the audit
ajp:publicSummaryUrlURLURL of public-facing audit summary
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:AgentAuditRecord"
],
"ajp:auditPeriod": "<schema:Duration>",
"ajp:totalActionsLogged": "<Integer>",
"ajp:boundaryViolations": "<Integer>"
}