Apache APISIX · JSON Structure

Global Rule Structure

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

Type: object Properties: 1
ApacheAPI GatewayCloud NativeKubernetesLuaNGINXOpen SourceTraffic Management

Apache APISIX Global Rule is a JSON Structure definition published by Apache APISIX, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

plugins

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-apisix/refs/heads/main/json-structure/global-rule-structure.json",
  "name": "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."
    }
  }
}