registryajp:TrainingDataSource
AJP AI AGENT SCHEMA STANDARD

ajp:TrainingDataSource

extends schema:CreativeWork

A source of knowledge used to train or configure an AI agent's responses. Provides provenance information so users can evaluate the agent's knowledge quality and currency.

REQUIRED PROPERTIES (2)
ajp:sourceNameTextrequired

Name of the knowledge source

ajp:sourceTypeTextrequired

official_doc / regulation / proprietary / research / other

OPTIONAL PROPERTIES (5)
ajp:sourceUrlURL

URL of the source if publicly accessible

ajp:sourceAuthorityschema:Organization

Organisation responsible for this source

ajp:lastVerifiedDateTime

When the source was last checked for accuracy

ajp:isVerifiedOfficialBoolean

Whether this is an officially verified source

ajp:coverageScopeText

What topics this source covers

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