ServGhost Agent API · JSON-LD Context

Servghost Agent Api Context

JSON-LD context defining the semantic vocabulary for Servghost Agent Api from ServGhost Agent API.

2 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
servghost: https://servghost-agent-api.example/schema#

Classes

Error InsufficientBalance

Properties

Property Type Container
ok boolean
error string
message string
insufficient_balance boolean
have_usd decimal
need_usd decimal
deficit_usd decimal
topup_required boolean
topup
account_token string

JSON-LD Document

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