{ "type": "object", "properties": { "weightedTargets": { "allOf": [ { "$ref": "#/components/schemas/WeightedTargets" }, { "description": "An object that represents the targets that traffic is routed to when a request matches the route." } ] } }, "required": [ "weightedTargets" ], "description": "An object that represents the action to take if a match is determined.", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-http-route-action-structure.json", "name": "HttpRouteAction" }