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