Apache Geode · Schema

RegionData

Data entries from a Geode region

ApacheCachingData GridDistributed SystemsIn-MemoryOpen Source
View JSON Schema on GitHub

JSON Schema

geode-rest-region-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-geode/refs/heads/main/json-schema/geode-rest-region-data-schema.json",
  "title": "RegionData",
  "description": "Data entries from a Geode region",
  "type": "object",
  "additionalProperties": "True"
}