Apache Geode · JSON Structure

Geode Rest Function List Response Structure

Response containing list of available functions

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

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

Properties

functions

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-function-list-response-structure.json",
  "name": "FunctionListResponse",
  "description": "Response containing list of available functions",
  "type": "object",
  "properties": {
    "functions": {
      "type": "array",
      "description": "List of function IDs"
    }
  }
}