A declaration of the scope and limits of an AI agent's knowledge — what domains it covers, what it explicitly excludes, and how current its knowledge is.
ajp:coveredDomains[Text]requiredTopic areas the agent has reliable knowledge in
ajp:excludedDomains[Text]requiredTopic areas explicitly outside the agent's knowledge
ajp:realTimeDataAccessBooleanrequiredWhether agent can access live data
ajp:knowledgeCutoffDateDateDate after which knowledge may be outdated
ajp:geographicScope[schema:Country]Countries the agent has knowledge about
ajp:knowledgeConfidenceLevelTexthigh / medium / low — overall confidence
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:KnowledgeBoundary"
],
"ajp:coveredDomains": "<[Text]>",
"ajp:excludedDomains": "<[Text]>",
"ajp:realTimeDataAccess": "<Boolean>"
}