mconn_admin_device_list_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-admin-device-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_admin_device_list_response",
  "title": "mconn_admin_device_list_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/mconn_good_response"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/mconn_admin_device"
          },
          "type": "array"
        }
      }
    }
  ]
}