{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"AccountDefinitionAddedEvent","description":"Event emitted when a new account definition is added to a merchant account","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"},"timestamp":{"type":"string","format":"date-time","description":"Timestamp when the account definition was added"}},"required":["accountId","accountDefinitionId","accountDefinitionName","timestamp"],"additionalProperties":false}