{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/mfa-mfa-verify-response-structure.json", "name": "MfaVerifyResponse", "description": "MfaVerifyResponse schema from Bandwidth mfa API", "type": "object", "properties": { "valid": { "type": "boolean", "description": "Whether the MFA code is valid and has not expired" } } }