waitingroom_event_name

A unique name to identify the event. Only alphanumeric characters, hyphens and underscores are allowed.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-event-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_event_name",
  "title": "waitingroom_event_name",
  "description": "A unique name to identify the event. Only alphanumeric characters, hyphens and underscores are allowed.",
  "example": "production_webinar_event",
  "type": "string"
}