Value of the zone setting.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zones_challenge_ttl_value", "title": "zones_challenge_ttl_value", "default": 1800, "description": "Value of the zone setting.", "enum": [ 300, 900, 1800, 2700, 3600, 7200, 10800, 14400, 28800, 57600, 86400, 604800, 2592000.0, 31536000.0 ], "type": "number" }