Collection of available event type names
{ "type": "object", "description": "Collection of available event type names", "properties": { "eventTypes": { "type": "array", "description": "List of available event type names", "example": [ "standard" ], "items": { "type": "string" } } }, "required": [ "eventTypes" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EventTypeCollection" }