{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"LedgerIdUpdatedEvent","description":"Event emitted when the ledger ID reference for a merchant account is updated","properties":{"accountId":{"type":"object","description":"Account identifier","properties":{"value":{"type":"string","format":"uuid","description":"The unique account UUID"}},"required":["value"]},"ledgerId":{"type":"object","description":"Ledger identifier","properties":{"value":{"type":"string","format":"uuid","description":"The unique ledger UUID"}},"required":["value"]},"previousLedgerId":{"type":"object","description":"Previous ledger identifier","properties":{"value":{"type":"string","format":"uuid","description":"The previous ledger UUID"}}},"timestamp":{"type":"string","format":"date-time","description":"Timestamp when the ledger ID was updated"}},"required":["accountId","ledgerId","timestamp"],"additionalProperties":false}