Vector · JSON-LD Context

Vector Observability Api Context

JSON-LD context defining the semantic vocabulary for Vector Observability Api from Vector.

1 Classes 1 Properties 3 Namespaces
View Context View on GitHub

Namespaces

vector: https://vector.dev/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

HealthResponse

Properties

Property Type Container
ok boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "vector": "https://vector.dev/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "HealthResponse": "vector:HealthResponse",
    "ok": {
      "@id": "vector:ok",
      "@type": "xsd:boolean"
    }
  }
}