{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OneTimeTokenConfig", "title": "OneTimeTokenConfig", "properties": { "auto_detect_csrf": { "type": "boolean" }, "max_token_lifetime": { "type": "string", "format": "date-time" }, "expiration_regex": { "type": "string" }, "token_name_regex": { "type": "string" }, "token_value_regex": { "type": "string" } } }