{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.ValidateUserMFAOTPResponse", "title": "scaleway.iam.v1alpha1.ValidateUserMFAOTPResponse", "type": "object", "properties": { "recovery_codes": { "type": "array", "description": "List of recovery codes usable for this OTP method.", "items": { "type": "string" } } }, "x-properties-order": [ "recovery_codes" ] }