{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"UpdateLedgerIdCommand","description":"Command to update the ledger ID reference for a merchant account","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"]}},"required":["accountId","ledgerId"],"additionalProperties":false}