{"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 team member has been suspended","required":["userId","teamName","organisationPartyId","changedBy","modifiedAt"],"properties":{"userId":{"type":"string","description":"The identifier of the user who has been suspended","x-parser-schema-id":"<anonymous-schema-27>"},"teamName":{"type":"string","description":"The name of the team in which the member was suspended","x-parser-schema-id":"<anonymous-schema-28>"},"organisationPartyId":{"type":"string","description":"The identifier of the organisation party under which the team belongs","x-parser-schema-id":"<anonymous-schema-29>"},"changedBy":{"type":"string","description":"The identifier of the user who performed the suspension","x-parser-schema-id":"<anonymous-schema-30>"},"modifiedAt":{"type":"string","format":"date-time","description":"The timestamp when the suspension was published; used by consumers to order events","x-parser-schema-id":"<anonymous-schema-31>"}},"x-parser-schema-id":"<anonymous-schema-26>"}],"x-parser-schema-id":"MemberSuspended"}