{"allOf":[{"description":"Base type for all commands 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":"Command"},{"type":"object","description":"Command to close an existing account","required":["accountId","originAccountId","ownerQualifiedOriginPartyId"],"properties":{"accountId":{"type":"string","description":"The identifier of the account to be closed","x-parser-schema-id":"<anonymous-schema-27>"},"originAccountId":{"type":"string","format":"uri","description":"The qualified origin system identifier for the account","x-parser-schema-id":"<anonymous-schema-28>"},"ownerQualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the party who owns the account","x-parser-schema-id":"<anonymous-schema-29>"}},"x-parser-schema-id":"<anonymous-schema-26>"}],"x-parser-schema-id":"CloseAccount"}