{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GraphQLProxyConfig", "type": "object", "properties": { "auth_headers": { "type": "object" }, "request_headers": { "type": "object" }, "request_headers_rewrite": { "type": "object" }, "subscription_type": { "type": "string" } } }