registryajp:AgentAuditRecord
AJP AI AGENT SCHEMA STANDARD

ajp:AgentAuditRecord

extends schema:DigitalDocument

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.

REQUIRED PROPERTIES (4)
ajp:auditPeriodschema:Durationrequired

Time period covered by this audit record

ajp:totalActionsLoggedIntegerrequired

Number of actions in this period

ajp:boundaryViolationsIntegerrequired

Number of capability boundary violations detected

ajp:humanEscalationsIntegerrequired

Number of times human approval was triggered

OPTIONAL PROPERTIES (3)
ajp:auditHashText

SHA-256 of the audit log for this period

ajp:auditorOrganizationschema:Organization

Who conducted or verified the audit

ajp:publicSummaryUrlURL

URL of public-facing audit summary

EXAMPLE JSON-LD
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ajp": "https://schema.anthonyjamespeacock.com/"
  },
  "@type": [
    "ajp:AgentAuditRecord"
  ],
  "ajp:auditPeriod": "<schema:Duration>",
  "ajp:totalActionsLogged": "<Integer>",
  "ajp:boundaryViolations": "<Integer>"
}
MACHINE ENDPOINT
GET /api/schema/AgentAuditRecord
Accept: application/ld+json
View raw JSON-LD →
OTHER TYPES