{ "@context": { "@vocab": "https://servghost-agent-api.example/schema#", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "servghost": "https://servghost-agent-api.example/schema#", "Error": "servghost:Error", "ok": { "@id": "servghost:ok", "@type": "xsd:boolean" }, "error": { "@id": "servghost:error", "@type": "xsd:string" }, "message": { "@id": "servghost:message", "@type": "xsd:string" }, "InsufficientBalance": "servghost:InsufficientBalance", "insufficient_balance": { "@id": "servghost:insufficient_balance", "@type": "xsd:boolean" }, "have_usd": { "@id": "servghost:have_usd", "@type": "xsd:decimal" }, "need_usd": { "@id": "servghost:need_usd", "@type": "xsd:decimal" }, "deficit_usd": { "@id": "servghost:deficit_usd", "@type": "xsd:decimal" }, "topup_required": { "@id": "servghost:topup_required", "@type": "xsd:boolean" }, "topup": { "@id": "servghost:topup" }, "account_token": { "@id": "servghost:account_token", "@type": "xsd:string" } }, "@type": "schema:Dataset", "schema:name": "ServGhost Agent API API JSON-LD context", "schema:description": "A JSON-LD @context for the objects ServGhost Agent API's own API contract declares: one class per component schema, one property per declared field, typed from the contract. Derived by script (derive-json-ld.py, 2026-09-21) from openapi/_original/servghost-agent-api-openapi.json.", "dcterms:created": "2026-09-21", "dcterms:source": [ "openapi/_original/servghost-agent-api-openapi.json" ] }