{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/dns-settings_ns_ttl",
"title": "dns-settings_ns_ttl",
"description": "The time to live (TTL) of the zone's nameserver (NS) records.",
"example": 86400,
"maximum": 86400,
"minimum": 30,
"type": "number"
}