AGNTCY · Schema

Agntcy Oasf Record

The data model defines a schema for agentic AI data representation. The schema provides a way to describe the workload's modules, constraints, artifact locators, versioning, ownership, or relevant details.

AI AgentsInteroperabilitySpecificationOpen-SourceAgent DiscoveryIdentityAgent DirectoryMCPA2AOpenAPIgRPCProtocol BuffersVerifiable CredentialsSchemaTaxonomyMessagingObservabilityLinux Foundation
View JSON Schema on GitHub

JSON Schema

agntcy-oasf-record.json Raw ↑
{
  "caption": "Record",
  "description": "The data model defines a schema for agentic AI data representation. The schema provides a way to describe the workload's modules, constraints, artifact locators, versioning, ownership, or relevant details.",
  "extends": "object",
  "name": "record",
  "attributes": {
    "name": {
      "caption": "Name",
      "description": "The name of the record. For example: <code>Marketing Strategy Agent</code>.",
      "requirement": "required"
    },
    "version": {
      "caption": "Version",
      "description": "The version of the record. Values MAY conform to a specific versioning schema.",
      "requirement": "required"
    },
    "schema_version": {
      "caption": "Schema Version",
      "description": "Version of the OASF schema.",
      "requirement": "required"
    },
    "description": {
      "caption": "Description",
      "description": "The description of the record.",
      "requirement": "required"
    },
    "authors": {
      "caption": "Authors",
      "description": "Specifies the authors list of a record.",
      "requirement": "required"
    },
    "annotations": {
      "caption": "Annotations",
      "description": "Additional metadata associated with this record.",
      "requirement": "optional"
    },
    "created_at": {
      "caption": "Creation Time",
      "description": "Includes the creation timestamp. Value MUST conform to <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc3339.html'>RFC-3339</a>. For example:<br><code>2024-09-10T23:20:50.520Z</code>,<br><code>2024-09-10 23:20:50.520789Z</code>.",
      "requirement": "required"
    },
    "skills": {
      "caption": "Skills",
      "description": "List of skills associated with this record.",
      "requirement": "required"
    },
    "domains": {
      "caption": "Domains",
      "description": "List of domains associated with this record.",
      "requirement": "recommended"
    },
    "locators": {
      "caption": "Locators",
      "description": "List of source locators where this record can be found or used from.",
      "requirement": "optional"
    },
    "modules": {
      "caption": "Modules",
      "description": "List of modules that describe this record and its capabilities more in depth.",
      "requirement": "recommended"
    }
  }
}