calls_app_with_secret

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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