mconn_controller_upgrade_slot

APIs.ioEngineeringPlatform

Properties

Name Type Description
connector_id object
id number
started_at string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-controller-upgrade-slot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_controller_upgrade_slot",
  "title": "mconn_controller_upgrade_slot",
  "properties": {
    "connector_id": {
      "$ref": "#/components/schemas/mconn_uuid"
    },
    "id": {
      "type": "number"
    },
    "started_at": {
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}