Apache BookKeeper · JSON Structure

Bookkeeper Admin Ledger List Structure

Map of ledger IDs to ledger metadata strings.

Type: map Properties: 0
ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Ledger 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-ledger-list-structure.json",
  "title": "LedgerList",
  "description": "Map of ledger IDs to ledger metadata strings.",
  "type": "map",
  "values": { "type": "string" }
}