{ "type": "object", "properties": { "action": { "allOf": [ { "$ref": "#/components/schemas/GrpcGatewayRouteAction" }, { "description": "An object that represents the action to take if a match is determined." } ] }, "match": { "allOf": [ { "$ref": "#/components/schemas/GrpcGatewayRouteMatch" }, { "description": "An object that represents the criteria for determining a request match." } ] } }, "required": [ "action", "match" ], "description": "An object that represents a gRPC gateway route.", "$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-grpc-gateway-route-schema.json", "title": "GrpcGatewayRoute" }