registryajp:DeploymentConstraints
AJP AI AGENT SCHEMA STANDARD

ajp:DeploymentConstraints

extends schema:Thing

A set of constraints defining the acceptable operational parameters for deploying an AI agent, including geographic, sectoral, and technical limits.

REQUIRED PROPERTIES (2)
ajp:minimumDeployerVerificationTextrequired

Minimum verification tier required to deploy

ajp:requiredConsent[Text]required

Consent requirements for end users

OPTIONAL PROPERTIES (6)
ajp:authorisedDeploymentRegions[schema:Country]

Countries where deployment is permitted

ajp:prohibitedDeploymentRegions[schema:Country]

Countries where deployment is prohibited

ajp:authorisedSectors[Text]

Business sectors where deployment is appropriate

ajp:prohibitedSectors[Text]

Business sectors where deployment is prohibited

ajp:ageRestrictionText

Minimum age of users this agent may interact with

ajp:regulatoryRequirements[Text]

Regulations that apply to this deployment

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