Apache BookKeeper · JSON Structure

Bookkeeper Admin Ledger Entries Structure

Map of entry IDs to base64-encoded entry content.

Type: map Properties: 0
ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Ledger Entries 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-entries-structure.json",
  "title": "LedgerEntries",
  "description": "Map of entry IDs to base64-encoded entry content.",
  "type": "map",
  "values": { "type": "string" }
}