{ "$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." } } }