EventTypeDescriptor interface
Describes a type of event
description | A localized description of the event type |
id | A unique id for the event type |
input |
Event-specific inputs |
name | A localized friendly name for the event type |
publisher |
A unique id for the publisher of this event type |
supported |
Supported versions for the event's resource payloads. |
url | The url for this resource |
A localized description of the event type
description: string
Property Value
string
A unique id for the event type
id: string
Property Value
string
A localized friendly name for the event type
name: string
Property Value
string
A unique id for the publisher of this event type
publisherId: string
Property Value
string
Supported versions for the event's resource payloads.
supportedResourceVersions: string[]
Property Value
string[]
The url for this resource
url: string
Property Value
string