Netlify · Schema

trafficRulesConfig

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
action object
View JSON Schema on GitHub

JSON Schema

netlify-trafficrulesconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/trafficRulesConfig",
  "title": "trafficRulesConfig",
  "type": "object",
  "properties": {
    "action": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "config": {
          "type": "object",
          "properties": {
            "to": {
              "type": "string"
            },
            "rate_limit_config": {
              "$ref": "#/components/schemas/trafficRulesRateLimitConfig"
            },
            "aggregate": {
              "$ref": "#/components/schemas/trafficRulesAggregateConfig"
            }
          }
        }
      }
    }
  }
}