{"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 create an individual party has failed","required":["failure"],"properties":{"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-90>"}],"x-parser-schema-id":"IndividualPartyCreationFailed"}