{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_admin_device", "title": "mconn_admin_device", "properties": { "crypt_key": { "type": "string" }, "crypt_key_rotation_finished_at": { "type": "string" }, "crypt_key_rotation_output": { "type": "string" }, "crypt_key_rotation_started_at": { "type": "string" }, "crypt_key_rotation_status_code": { "type": "number" }, "ek_cert": { "type": "string" }, "id": { "$ref": "#/components/schemas/mconn_uuid" }, "imaged_at": { "type": "string" }, "last_crypt_key": { "type": "string" }, "last_updated": { "type": "string" }, "license_key_sha256": { "type": "string" }, "metadata": { "type": "string" }, "serial_number": { "type": "string" } }, "required": [ "id", "metadata", "crypt_key", "last_updated" ], "type": "object" }