{
"type": "object",
"properties": {
"status": {
"allOf": [
{
"$ref": "#/components/schemas/GatewayRouteStatusCode"
},
{
"description": "The current status for the gateway route."
}
]
}
},
"required": [
"status"
],
"description": "An object that represents the current status of a 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-gateway-route-status-schema.json",
"title": "GatewayRouteStatus"
}