Apache BookKeeper · JSON Structure

Bookkeeper Admin Bookie List Structure

Map of bookie socket addresses to hostnames.

Type: map Properties: 0
ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Bookie List Structure is a JSON Structure definition published by Apache BookKeeper. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-bookkeeper/refs/heads/main/json-structure/bookkeeper-admin-bookie-list-structure.json",
  "title": "BookieList",
  "description": "Map of bookie socket addresses to hostnames.",
  "type": "map",
  "values": { "type": "string" }
}