mconn_controller_device_identity

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
imaged_at string
serial_number string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-controller-device-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_controller_device_identity",
  "title": "mconn_controller_device_identity",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/mconn_uuid"
    },
    "imaged_at": {
      "type": "string"
    },
    "serial_number": {
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}