{"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 assign a party as a member of an organisation","required":["id","organisationQualifiedOriginPartyId","memberQualifiedOriginPartyId"],"properties":{"id":{"type":"string","description":"Unique identifier for the command","x-parser-schema-id":"<anonymous-schema-69>"},"organisationQualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the organisation to which the member will be assigned","x-parser-schema-id":"<anonymous-schema-70>"},"memberQualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the party to be assigned as a member","x-parser-schema-id":"<anonymous-schema-71>"}},"x-parser-schema-id":"<anonymous-schema-68>"}],"x-parser-schema-id":"AssignOrganisationMember"}