Netlify · Schema

trafficRulesAggregateConfig

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
keys array
View JSON Schema on GitHub

JSON Schema

netlify-trafficrulesaggregateconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/trafficRulesAggregateConfig",
  "title": "trafficRulesAggregateConfig",
  "type": "object",
  "properties": {
    "keys": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "ip",
              "domain"
            ]
          }
        }
      }
    }
  }
}