Apache BookKeeper · Schema

LedgerEntries

Map of entry IDs to base64-encoded entry content.

ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming
View JSON Schema on GitHub

JSON Schema

bookkeeper-admin-ledger-entries-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-ledger-entries-schema.json",
  "title": "LedgerEntries",
  "description": "Map of entry IDs to base64-encoded entry content.",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}