Netlify · Schema

dnsRecords

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites
View JSON Schema on GitHub

JSON Schema

netlify-dnsrecords-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dnsRecords",
  "title": "dnsRecords",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/dnsRecord"
  }
}