registryajp:ProhibitedAction
AJP AI AGENT SCHEMA STANDARD

ajp:ProhibitedAction

extends schema:Thing

A single, explicitly forbidden action that an AI agent must never perform, with a stated reason and consequence of violation.

REQUIRED PROPERTIES (3)
ajp:actionDescriptionTextrequired

Plain-English description of what is prohibited

ajp:prohibitionReasonTextrequired

Why this action is prohibited

ajp:prohibitionCategoryTextrequired

safety / legal / ethical / technical / commercial

OPTIONAL PROPERTIES (2)
ajp:violationConsequenceText

What happens if this prohibition is violated

ajp:regulatoryBasis[Text]

Laws or regulations that mandate this prohibition

EXAMPLE JSON-LD
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ajp": "https://schema.anthonyjamespeacock.com/"
  },
  "@type": [
    "ajp:ProhibitedAction"
  ],
  "ajp:actionDescription": "<Text>",
  "ajp:prohibitionReason": "<Text>",
  "ajp:prohibitionCategory": "<Text>"
}
MACHINE ENDPOINT
GET /api/schema/ProhibitedAction
Accept: application/ld+json
View raw JSON-LD →
OTHER TYPES