{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/excludedFunctionRoute", "title": "excludedFunctionRoute", "type": "object", "properties": { "pattern": { "type": "string" }, "literal": { "type": "string" }, "expression": { "type": "string" } } }