{"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 previously suspended team member has been reinstated","required":["userId","teamName","organisationPartyId","changedBy","modifiedAt"],"properties":{"userId":{"type":"string","description":"The identifier of the user who has been reinstated","x-parser-schema-id":"<anonymous-schema-33>"},"teamName":{"type":"string","description":"The name of the team in which the member was reinstated","x-parser-schema-id":"<anonymous-schema-34>"},"organisationPartyId":{"type":"string","description":"The identifier of the organisation party under which the team belongs","x-parser-schema-id":"<anonymous-schema-35>"},"changedBy":{"type":"string","description":"The identifier of the user who performed the reinstatement","x-parser-schema-id":"<anonymous-schema-36>"},"modifiedAt":{"type":"string","format":"date-time","description":"The timestamp when the reinstatement was published; used by consumers to order events","x-parser-schema-id":"<anonymous-schema-37>"}},"x-parser-schema-id":"<anonymous-schema-32>"}],"x-parser-schema-id":"MemberUnsuspended"}