{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-confirm-device-response-structure.json", "name": "ConfirmDeviceResponse", "description": "Confirms the device response.", "type": "object", "properties": { "UserConfirmationNecessary": { "allOf": [ { "$ref": "#/components/schemas/BooleanType" }, { "description": "Indicates whether the user confirmation must confirm the device response." } ] } } }