dns-records_priority

Required for MX, SRV and URI records; unused by other record types. Records with lower priorities are preferred.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-priority-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-records_priority",
  "title": "dns-records_priority",
  "description": "Required for MX, SRV and URI records; unused by other record types. Records with lower priorities are preferred.",
  "example": 10,
  "maximum": 65535,
  "minimum": 0,
  "type": "number"
}