dns-records_name

DNS record name (or @ for the zone apex) in Punycode.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-name-schema.json Raw ↑
{
  "$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"
}