AGENTS.md · JSON-LD Context

Agents Md Context

JSON-LD context defining the semantic vocabulary for Agents Md from AGENTS.md.

1 Classes 13 Properties 4 Namespaces
View Context View on GitHub

Namespaces

amd: https://agents.md/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

AgentsMdFile

Properties

Property Type Container
filename string
location string
project_name string
description string
build_commands reference set
test_commands reference set
lint_commands reference set
coding_standards string set
security_notes string set
label string
command string
created date
modified date

JSON-LD Document

agents-md-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amd": "https://agents.md/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "AgentsMdFile": "amd:AgentsMdFile",

    "filename": {
      "@id": "amd:filename",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "amd:location",
      "@type": "xsd:string"
    },
    "project_name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "build_commands": {
      "@id": "amd:build_commands",
      "@container": "@set",
      "@type": "@id"
    },
    "test_commands": {
      "@id": "amd:test_commands",
      "@container": "@set",
      "@type": "@id"
    },
    "lint_commands": {
      "@id": "amd:lint_commands",
      "@container": "@set",
      "@type": "@id"
    },
    "coding_standards": {
      "@id": "amd:coding_standards",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "security_notes": {
      "@id": "amd:security_notes",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "label": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "command": {
      "@id": "amd:command",
      "@type": "xsd:string"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "modified": {
      "@id": "schema:dateModified",
      "@type": "xsd:date"
    }
  }
}