dns-records_per_page

Number of DNS records per page.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-per-page-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-records_per_page",
  "title": "dns-records_per_page",
  "default": 100,
  "description": "Number of DNS records per page.",
  "example": 5,
  "maximum": "5e+06",
  "minimum": 1,
  "type": "number"
}