{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MiddlewareDefinition", "type": "object", "properties": { "disabled": { "type": "boolean" }, "name": { "type": "string" }, "path": { "type": "string" }, "raw_body_only": { "type": "boolean" }, "require_session": { "type": "boolean" } } }