{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "VerifyResponse", "type": "object", "properties": { "success": { "type": "boolean" }, "challenge_ts": { "type": "string" }, "hostname": { "type": "string" }, "error-codes": { "type": "array" }, "action": { "type": "string" }, "cdata": { "type": "string" } } }