{"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 a party has been successfully assigned as a member of an organisation","required":["id","organisationQualifiedOriginPartyId","memberQualifiedOriginPartyId"],"properties":{"id":{"type":"string","description":"Unique identifier for the event","x-parser-schema-id":"<anonymous-schema-135>"},"organisationQualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the organisation to which the member was assigned","x-parser-schema-id":"<anonymous-schema-136>"},"memberQualifiedOriginPartyId":{"type":"string","format":"uri","description":"The qualified origin system identifier of the party that was assigned as a member","x-parser-schema-id":"<anonymous-schema-137>"}},"x-parser-schema-id":"<anonymous-schema-134>"}],"x-parser-schema-id":"OrganisationMemberAssigned"}