Apache BookKeeper · Schema

BookieList

Map of bookie socket addresses to hostnames.

ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming
View JSON Schema on GitHub

JSON Schema

bookkeeper-admin-bookie-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-bookkeeper/refs/heads/main/json-schema/bookkeeper-admin-bookie-list-schema.json",
  "title": "BookieList",
  "description": "Map of bookie socket addresses to hostnames.",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}