{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"AddAccountDefinitionCommand","description":"Command to add a new account definition to an existing merchant account ledger","properties":{"accountId":{"type":"object","description":"Account identifier","properties":{"value":{"type":"string","format":"uuid","description":"The unique account UUID"}},"required":["value"]},"accountDefinitionId":{"type":"integer","description":"Account definition identifier","example":15652},"accountDefinitionName":{"type":"string","description":"Name of the account definition","example":"MerchantDebt"}},"required":["accountId","accountDefinitionId","accountDefinitionName"],"additionalProperties":false}