Apache APISIX · Schema

Apache APISIX Global Rule

A Global Rule applies plugin configurations to all requests processed by the APISIX instance.

ApacheAPI GatewayCloud-NativeKubernetesLuaNGINXOpen-SourceTraffic Management

Properties

Name Type Description
plugins object Plugin configuration to apply globally.
View JSON Schema on GitHub

JSON Schema

global-rule.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/apache-apisix/blob/main/json-schema/global-rule.json",
  "title": "Apache APISIX Global Rule",
  "description": "A Global Rule applies plugin configurations to all requests processed by the APISIX instance.",
  "type": "object",
  "properties": {
    "plugins": {
      "type": "object",
      "description": "Plugin configuration to apply globally."
    }
  }
}