{"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 new team has been successfully created","required":["teamName","teamId"],"properties":{"teamName":{"type":"string","description":"The name of the newly created team","x-parser-schema-id":"<anonymous-schema-17>"},"teamId":{"type":"string","description":"The system identifier of the newly created team","x-parser-schema-id":"<anonymous-schema-18>"}},"x-parser-schema-id":"<anonymous-schema-16>"}],"x-parser-schema-id":"TeamCreated"}