AWS App Mesh · Schema

GatewayRoutePriority

GatewayRoutePriority schema from AWS App Mesh

DeprecatedEnvoyMicroservicesNetworkingService Mesh
View JSON Schema on GitHub

JSON Schema

app-mesh-gateway-route-priority-schema.json Raw ↑
{
  "type": "integer",
  "minimum": 0,
  "maximum": 1000,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-gateway-route-priority-schema.json",
  "title": "GatewayRoutePriority",
  "description": "GatewayRoutePriority schema from AWS App Mesh"
}