{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "readme": "https://readme.com/ns/", "openapi": "https://spec.openapis.org/oas/3.1#", "Project": "schema:Product", "Branch": "readme:Branch", "APIDefinition": "readme:APIDefinition", "Guide": "schema:Article", "ChangelogPost": "schema:Article", "CustomPage": "schema:WebPage", "Category": "readme:Category", "APIKey": "readme:APIKey", "Recipe": "readme:Recipe", "MetricsRequest": "readme:MetricsRequest", "MCPServer": "readme:MCPServer", "id": "@id", "type": "@type", "name": "schema:name", "title": "schema:headline", "slug": "readme:slug", "body": "schema:articleBody", "category": "schema:about", "parentDoc": "readme:parentDoc", "branch": "readme:branch", "version": "schema:version", "isStable": "readme:isStable", "isBeta": "readme:isBeta", "isDeprecated": "readme:isDeprecated", "createdAt": "schema:dateCreated", "updatedAt": "schema:dateModified", "publishedAt": "schema:datePublished", "source": "schema:source", "filename": "schema:identifier", "label": "schema:name", "group": "schema:audience", "request": "readme:request", "response": "readme:response", "transport": "readme:transport", "tools": "readme:tools" } }