Map of bookie socket addresses to hostnames.
{ "$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" } }