{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "URLRewriteMeta", "type": "object", "properties": { "disabled": { "type": "boolean" }, "match_pattern": { "type": "string" }, "method": { "type": "string" }, "path": { "type": "string" }, "rewrite_to": { "type": "string" }, "triggers": { "type": "array" } } }