{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-firewall_minimum_cache_ttl", "title": "dns-firewall_minimum_cache_ttl", "default": 60, "description": "Minimum DNS cache TTL This setting sets a lower bound on DNS TTLs for purposes of caching between DNS Firewall and the upstream servers. Lower TTLs will be increased to the minimum defined here for caching purposes.", "example": 60, "maximum": 36000, "minimum": 30, "type": "number" }