{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "HeaderInjectionMeta", "type": "object", "properties": { "act_on": { "type": "boolean" }, "add_headers": { "type": "object" }, "delete_headers": { "type": "array" }, "disabled": { "type": "boolean" }, "method": { "type": "string" }, "path": { "type": "string" } } }