{"allOf":[{"description":"Base type for all events in the system","allOf":[{"type":"object","description":"Base message type that all commands and events inherit from","required":["id"],"properties":{"id":{"type":"string","description":"Unique identifier for the message, typically a UUID","default":"UUID generated string","x-parser-schema-id":"<anonymous-schema-1>"}},"x-parser-schema-id":"Message"}],"x-parser-schema-id":"Event"},{"type":"object","description":"Event published when an account closure action has been ingested","required":["accountId","originAccountId","qualifiedOriginPartyId"],"properties":{"accountId":{"type":"string","description":"The identifier of the account that was closed","x-parser-schema-id":"<anonymous-schema-56>"},"originAccountId":{"type":"string","format":"uri","description":"The qualified origin system identifier for the account","x-parser-schema-id":"<anonymous-schema-57>"},"qualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the party who owned the account","x-parser-schema-id":"<anonymous-schema-58>"}},"x-parser-schema-id":"<anonymous-schema-55>"}],"x-parser-schema-id":"AccountClosed"}