{"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 an organisation party's business categories, website, and description","required":["id","qualifiedOriginPartyId"],"properties":{"qualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the organisation to update","x-parser-schema-id":"<anonymous-schema-74>"},"categories":{"type":"array","nullable":true,"description":"Updated list of business categories or industry classifications","items":{"type":"string","x-parser-schema-id":"<anonymous-schema-76>"},"x-parser-schema-id":"<anonymous-schema-75>"},"website":{"type":"string","nullable":true,"description":"Updated official website URL","x-parser-schema-id":"<anonymous-schema-77>"},"description":{"type":"string","nullable":true,"description":"Updated brief description of the organisation's activities","x-parser-schema-id":"<anonymous-schema-78>"}},"x-parser-schema-id":"<anonymous-schema-73>"}],"x-parser-schema-id":"UpdateOrganisationType"}