Apache Geode · JSON Structure

Geode Rest Query Info Structure

Named OQL query metadata

Type: object Properties: 2
ApacheCachingData GridDistributed SystemsIn-MemoryOpen Source

QueryInfo is a JSON Structure definition published by Apache Geode, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id oql

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-geode/refs/heads/main/json-structure/geode-rest-query-info-structure.json",
  "name": "QueryInfo",
  "description": "Named OQL query metadata",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique query identifier"
    },
    "oql": {
      "type": "string",
      "description": "OQL query string"
    }
  }
}