{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GatewayRouteSpec", "description": "An object that represents a gateway route specification. Specify one gateway route type.", "type": "object", "properties": { "grpcRoute": {}, "http2Route": {}, "httpRoute": {}, "priority": {} } }