{"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 phone number of an existing individual party","required":["id","qualifiedOriginPartyId","phoneNumber"],"properties":{"qualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the individual party to update","x-parser-schema-id":"<anonymous-schema-103>"},"phoneNumber":{"type":"string","description":"Updated contact phone number","x-parser-schema-id":"<anonymous-schema-104>"}},"x-parser-schema-id":"<anonymous-schema-102>"}],"x-parser-schema-id":"UpdateIndividualPhoneNumber"}