Netlify · Schema

dnsRecordCreate

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
type string
hostname string
value string
ttl integer
priority integer
weight integer
port integer
flag integer
tag string
View JSON Schema on GitHub

JSON Schema

netlify-dnsrecordcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dnsRecordCreate",
  "title": "dnsRecordCreate",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "ttl": {
      "type": "integer",
      "format": "int64"
    },
    "priority": {
      "type": "integer",
      "format": "int64"
    },
    "weight": {
      "type": "integer",
      "format": "int64"
    },
    "port": {
      "type": "integer",
      "format": "int64"
    },
    "flag": {
      "type": "integer",
      "format": "int64"
    },
    "tag": {
      "type": "string"
    }
  }
}