waitingroom_name

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

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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