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