GatewayRoute

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
path string
destination string
replacePrefix string
enableWebsockets boolean
timeoutPolicy object
View JSON Schema on GitHub

JSON Schema

application-research-gatewayroute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GatewayRoute",
  "title": "GatewayRoute",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "destination": {
      "type": "string"
    },
    "replacePrefix": {
      "type": "string"
    },
    "enableWebsockets": {
      "type": "boolean"
    },
    "timeoutPolicy": {
      "$ref": "#/components/schemas/GatewayRouteTimeoutPolicy"
    }
  }
}