CLAUDE.md · JSON-LD Context

Claude Md Context

JSON-LD context defining the semantic vocabulary for Claude Md from CLAUDE.md.

14 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
cmd: https://code.claude.com/vocab/

Classes

Standard MemoryFile Scope Rule Import AutoMemory Tool name description path scope paths createdAt updatedAt

JSON-LD Document

claude-md-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://apievangelist.com/vocab/claude-md/",
    "schema": "https://schema.org/",
    "cmd": "https://code.claude.com/vocab/",
    "Standard": "schema:DefinedTerm",
    "MemoryFile": "cmd:MemoryFile",
    "Scope": "cmd:Scope",
    "Rule": "cmd:Rule",
    "Import": "cmd:Import",
    "AutoMemory": "cmd:AutoMemory",
    "Tool": "schema:SoftwareApplication",
    "name": "schema:name",
    "description": "schema:description",
    "path": "cmd:filePath",
    "scope": "cmd:scope",
    "paths": "cmd:pathPatterns",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified"
  }
}