Apache Geode · JSON-LD Context

Apache Geode Rest Context

JSON-LD context defining the semantic vocabulary for Apache Geode Rest from Apache Geode.

11 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

geode: https://geode.apache.org/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

RegionInfo name FunctionResult RegionData QueryResult RegionListResponse FunctionListResponse KeyListResponse ServerListResponse QueryInfo QueryListResponse

Properties

Property Type Container
type string
keyConstraint string
valueConstraint string
result @set
regions @set
functions @set
keys @set
servers @set
id string
oql string
queries @set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "geode": "https://geode.apache.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "RegionInfo": "geode:RegionInfo",
    "name": "schema:name",
    "type": {
      "@id": "geode:type",
      "@type": "xsd:string"
    },
    "keyConstraint": {
      "@id": "geode:keyConstraint",
      "@type": "xsd:string"
    },
    "valueConstraint": {
      "@id": "geode:valueConstraint",
      "@type": "xsd:string"
    },
    "FunctionResult": "geode:FunctionResult",
    "result": {
      "@id": "geode:result",
      "@type": "@set"
    },
    "RegionData": "geode:RegionData",
    "QueryResult": "geode:QueryResult",
    "RegionListResponse": "geode:RegionListResponse",
    "regions": {
      "@id": "geode:regions",
      "@type": "@set"
    },
    "FunctionListResponse": "geode:FunctionListResponse",
    "functions": {
      "@id": "geode:functions",
      "@type": "@set"
    },
    "KeyListResponse": "geode:KeyListResponse",
    "keys": {
      "@id": "geode:keys",
      "@type": "@set"
    },
    "ServerListResponse": "geode:ServerListResponse",
    "servers": {
      "@id": "geode:servers",
      "@type": "@set"
    },
    "QueryInfo": "geode:QueryInfo",
    "id": {
      "@id": "geode:id",
      "@type": "xsd:string"
    },
    "oql": {
      "@id": "geode:oql",
      "@type": "xsd:string"
    },
    "QueryListResponse": "geode:QueryListResponse",
    "queries": {
      "@id": "geode:queries",
      "@type": "@set"
    }
  }
}