calls_app_editable_fields

APIs.ioEngineeringPlatform

Properties

Name Type Description
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-calls-app-editable-fields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/calls_app_editable_fields",
  "title": "calls_app_editable_fields",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/calls_name"
    }
  },
  "type": "object"
}