Map of entry IDs to base64-encoded entry content.
{ "$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" } }