{ "type": "object", "properties": { "UserConfirmationNecessary": { "allOf": [ { "$ref": "#/components/schemas/BooleanType" }, { "description": "Indicates whether the user confirmation must confirm the device response." } ] } }, "description": "Confirms the device response.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-confirm-device-response-schema.json", "title": "ConfirmDeviceResponse" }