{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "HttpGatewayRouteAction",
"description": "An object that represents the action to take if a match is determined.",
"type": "object",
"properties": {
"rewrite": {},
"target": {}
},
"required": [
"target"
]
}