Netlify · Schema

dnsZoneSetup

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
account_slug string
site_id string
name string
View JSON Schema on GitHub

JSON Schema

netlify-dnszonesetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dnsZoneSetup",
  "title": "dnsZoneSetup",
  "type": "object",
  "properties": {
    "account_slug": {
      "type": "string"
    },
    "site_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}