{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-set-user-pool-mfa-config-response-schema.json", "title": "SetUserPoolMfaConfigResponse", "description": "SetUserPoolMfaConfigResponse schema from Amazon Cognito API", "type": "object", "properties": { "SmsMfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/SmsMfaConfigType" }, { "description": "The SMS text message MFA configuration." } ] }, "SoftwareTokenMfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/SoftwareTokenMfaConfigType" }, { "description": "The software token MFA configuration." } ] }, "MfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/UserPoolMfaType" }, { "description": "

The MFA configuration. Valid values include:

" } ] } } }