{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MiddlewareIdExtractor", "type": "object", "properties": { "disabled": { "type": "boolean" }, "extract_from": { "type": "string" }, "extract_with": { "type": "string" }, "extractor_config": { "type": "object" } } }