{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerificationResponseDetail", "title": "VerificationResponseDetail", "properties": { "download_url": { "type": "string" }, "is_failed_reason": { "type": "boolean" }, "is_private": { "type": "boolean" }, "parameter_id": { "type": "string" }, "text": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }