{"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 update the email address of an existing individual party","required":["id","qualifiedOriginPartyId","emailAddress"],"properties":{"qualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the individual party to update","x-parser-schema-id":"<anonymous-schema-106>"},"emailAddress":{"type":"string","description":"Updated email address","x-parser-schema-id":"<anonymous-schema-107>"}},"x-parser-schema-id":"<anonymous-schema-105>"}],"x-parser-schema-id":"UpdateIndividualEmailAddress"}