{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_admin_device_fields", "title": "mconn_admin_device_fields", "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" }, "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" } }, "type": "object" }