calls_turn_key_single_with_secret

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-calls-turn-key-single-with-secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/calls_turn_key_single_with_secret",
  "title": "calls_turn_key_single_with_secret",
  "allOf": [
    {
      "$ref": "#/components/schemas/calls_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/calls_turn_key_with_key"
        }
      }
    }
  ]
}