Sensitive Operation Signed Event (v1)

Event emitted when sensitive operation is signed

Architecture

Schema

Message Schema

4 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

source string
required

Source requiring the signature (e.g. the path of an API request requiring the signature challenge to be completed).

timestamp string <date-time>
required

Timestamp when signature was verified.

signature string
required

Base64 encoded `p7m` signature container.