EdgeDB · JSON-LD Context

Edgedb Context

JSON-LD context defining the semantic vocabulary for Edgedb from EdgeDB.

0 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

gel: https://www.geldata.com/vocab#
edgedb: https://www.edgedb.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
EdgeQLQuery reference
query string
variables @json
globals @json
config @json
data list
error
branch string
instance reference
secretKey string

JSON-LD Document

edgedb-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gel": "https://www.geldata.com/vocab#",
    "edgedb": "https://www.edgedb.com/vocab#",
    "EdgeQLQuery": {
      "@id": "gel:EdgeQLQuery",
      "@type": "@id"
    },
    "query": {
      "@id": "gel:query",
      "@type": "xsd:string"
    },
    "variables": {
      "@id": "gel:variables",
      "@type": "@json"
    },
    "globals": {
      "@id": "gel:globals",
      "@type": "@json"
    },
    "config": {
      "@id": "gel:config",
      "@type": "@json"
    },
    "data": {
      "@id": "gel:data",
      "@container": "@list"
    },
    "error": {
      "@id": "gel:error"
    },
    "branch": {
      "@id": "gel:branch",
      "@type": "xsd:string"
    },
    "instance": {
      "@id": "gel:instance",
      "@type": "@id"
    },
    "secretKey": {
      "@id": "gel:secretKey",
      "@type": "xsd:string"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@type": "APIReference",
  "name": "EdgeDB / Gel API Context",
  "description": "JSON-LD context for EdgeDB (Gel) HTTP and GraphQL APIs",
  "url": "https://docs.geldata.com/reference/using/http",
  "provider": {
    "@type": "Organization",
    "name": "Gel (EdgeDB)",
    "url": "https://www.geldata.com",
    "sameAs": [
      "https://www.edgedb.com",
      "https://github.com/geldata"
    ]
  }
}