{ "type": "object", "properties": { "RiskConfiguration": { "allOf": [ { "$ref": "#/components/schemas/RiskConfigurationType" }, { "description": "The risk configuration." } ] } }, "required": [ "RiskConfiguration" ], "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-set-risk-configuration-response-structure.json", "name": "SetRiskConfigurationResponse", "description": "SetRiskConfigurationResponse schema from Amazon Cognito" }