{"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-24>"}},"x-parser-schema-id":"Message"}],"x-parser-schema-id":"Event"},{"type":"object","description":"Event published when a sensitive operation is signed","required":["source","timestamp","signature"],"properties":{"source":{"type":"string","description":"Source requiring the signature (e.g. the path of an API request requiring the signature challenge to be completed).","x-parser-schema-id":"<anonymous-schema-26>"},"timestamp":{"type":"string","format":"date-time","description":"Timestamp when signature was verified.","x-parser-schema-id":"<anonymous-schema-27>"},"signature":{"type":"string","description":"Base64 encoded `p7m` signature container.","x-parser-schema-id":"<anonymous-schema-28>"}},"x-parser-schema-id":"<anonymous-schema-25>"}],"x-parser-schema-id":"SensitiveOperationSigned"}