{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-verification-response-structure.json", "name": "VerificationResponse", "description": "Verify OTP Message Response.", "type": "object", "properties": { "Valid": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "description": "Specifies whether the OTP is valid or not." } ] } } }