{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-records_name", "title": "dns-records_name", "description": "DNS record name (or @ for the zone apex) in Punycode.", "example": "example.com", "maxLength": 255, "minLength": 1, "type": "string" }