mconn_controller_device

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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