{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-admin-forget-device-request-structure.json", "name": "AdminForgetDeviceRequest", "description": "Sends the forgot device request, as an administrator.", "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The user pool ID." } ] }, "Username": { "allOf": [ { "$ref": "#/components/schemas/UsernameType" }, { "description": "The user name." } ] }, "DeviceKey": { "allOf": [ { "$ref": "#/components/schemas/DeviceKeyType" }, { "description": "The device key." } ] } }, "required": [ "UserPoolId", "Username", "DeviceKey" ] }