{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HttpGatewayRouteHeader", "description": "An object that represents the HTTP header in the gateway route.", "type": "object", "properties": { "invert": {}, "match": {}, "name": {} }, "required": [ "name" ] }