{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RoutingTrigger", "type": "object", "properties": { "on": { "type": "string" }, "rewrite_to": { "type": "string" } } }