Skip to main content
GET
List public event types and schema versions

Response

200 - application/json

The currently supported public event catalog.

type
string
required

Stable, unversioned CloudEvent type.

Example:

"source.updated"

version
string
required

Current payload JSON Schema version.

Example:

"1.0"

description
string
required

Human-readable event meaning.

Example:

"A source configuration changed."

schemaUrl
string
required

Immutable URL used by the CloudEvent dataschema attribute.

filterableProperties
string[]
required

Entity-level data properties accepted by the filter grammar for this type.

schema
object
required

The current JSON Schema, included inline for discovery clients.