{ "$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" }