Commercial and usage licensing terms for an AI agent. Machine-readable for procurement systems, comparison engines, and AI systems evaluating whether a particular deployment is authorised.
ajp:licenceTypeTextrequiredproprietary / open_source / creative_commons / custom
ajp:commercialUsePermittedBooleanrequiredCan be used for commercial purposes
ajp:derivativeWorksPermittedBooleanrequiredCan be modified or built upon
ajp:attributionRequiredBooleanrequiredMust credit the builder
ajp:sublicensingPermittedBooleanrequiredCan be sublicensed
ajp:licenceUrlURLURL of the full licence document
ajp:licenceHashTextSHA-256 of the licence document
ajp:attributionTextTextRequired attribution text
ajp:marketplaceRoyaltyRateTextPercentage royalty paid to marketplace
ajp:byokPermittedBooleanCan deployer bring own API keys
ajp:geographicRestrictions[schema:Country]Countries where licence does not apply
ajp:sectorRestrictions[Text]Sectors excluded from this licence
ajp:licenceExpiryDateDateIf the licence has an end date
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:AgentLicence"
],
"ajp:licenceType": "<Text>",
"ajp:commercialUsePermitted": "<Boolean>",
"ajp:derivativeWorksPermitted": "<Boolean>"
}