{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_controller_attestation_session", "title": "mconn_controller_attestation_session", "properties": { "ak_public": { "type": "string" }, "connector": { "$ref": "#/components/schemas/mconn_controller_connector_identity" }, "device": { "$ref": "#/components/schemas/mconn_controller_device_identity" }, "nonce": { "type": "string" } }, "required": [ "ak_public", "device", "nonce" ], "type": "object" }