A single, explicitly forbidden action that an AI agent must never perform, with a stated reason and consequence of violation.
ajp:actionDescriptionTextrequiredPlain-English description of what is prohibited
ajp:prohibitionReasonTextrequiredWhy this action is prohibited
ajp:prohibitionCategoryTextrequiredsafety / legal / ethical / technical / commercial
ajp:violationConsequenceTextWhat happens if this prohibition is violated
ajp:regulatoryBasis[Text]Laws or regulations that mandate this prohibition
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:ProhibitedAction"
],
"ajp:actionDescription": "<Text>",
"ajp:prohibitionReason": "<Text>",
"ajp:prohibitionCategory": "<Text>"
}