{"allOf":[{"description":"Base type for all events 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":"Event"},{"type":"object","description":"Event published when an attempt to assign a member to an organisation has failed","required":["id","failure"],"properties":{"id":{"type":"string","description":"Unique identifier for the event","x-parser-schema-id":"<anonymous-schema-139>"},"organisationQualifiedOriginPartyId":{"type":"string","format":"uri","nullable":true,"description":"The qualified origin system identifier of the organisation (if available)","x-parser-schema-id":"<anonymous-schema-140>"},"memberQualifiedOriginPartyId":{"type":"string","format":"uri","nullable":true,"description":"The qualified origin system identifier of the party that failed to be assigned (if available)","x-parser-schema-id":"<anonymous-schema-141>"},"failure":{"type":"object","description":"Represents a failure condition with error code and reason","required":["code","reason"],"properties":{"code":{"type":"string","description":"The error code identifying the type of failure","x-parser-schema-id":"<anonymous-schema-91>"},"reason":{"type":"string","description":"Human-readable description of the failure reason","x-parser-schema-id":"<anonymous-schema-92>"}},"x-parser-schema-id":"Failure"}},"x-parser-schema-id":"<anonymous-schema-138>"}],"x-parser-schema-id":"OrganisationMemberAssignmentFailed"}