{ "@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" } } }