{
"type": "array",
"items": {
"type": "object",
"properties": {
"invert": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specify True to match anything except the match criteria. The default value is False."
}
]
},
"match": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderMatchMethod"
},
{
"description": "The HeaderMatchMethod object."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderName"
},
{
"description": "A name for the HTTP header in the client request that will be matched on."
}
]
}
},
"required": [
"name"
],
"description": "An object that represents the HTTP header in the request."
},
"$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-headers-structure.json",
"name": "HttpRouteHeaders",
"description": "HttpRouteHeaders schema from AWS App Mesh"
}