calls_turn_key_with_key

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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