calls_turn_token

APIs.ioEngineeringPlatform

Properties

Name Type Description
created object
modified object
name object
uid object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-calls-turn-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/calls_turn_token",
  "title": "calls_turn_token",
  "properties": {
    "created": {
      "$ref": "#/components/schemas/calls_created"
    },
    "modified": {
      "$ref": "#/components/schemas/calls_modified"
    },
    "name": {
      "$ref": "#/components/schemas/calls_name"
    },
    "uid": {
      "$ref": "#/components/schemas/calls_identifier"
    }
  },
  "type": "object"
}