An object that represents an HTTP or HTTP/2 route type.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HttpRoute", "description": "An object that represents an HTTP or HTTP/2 route type.", "type": "object", "properties": { "action": {}, "match": {}, "retryPolicy": {}, "timeout": {} }, "required": [ "action", "match" ] }