{"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 lead 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"},"qualifiedOriginPartyId":{"type":"string","format":"uri","nullable":true,"description":"Populated when a duplicate party is detected; contains the qualified origin system identifier of the matching party","x-parser-schema-id":"<anonymous-schema-111>"}},"x-parser-schema-id":"<anonymous-schema-110>"}],"x-parser-schema-id":"IndividualLeadCreationFailed"}