{
"type": "object",
"properties": {
"idle": {
"allOf": [
{
"$ref": "#/components/schemas/Duration"
},
{
"description": "An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none."
}
]
}
},
"description": "An object that represents types of timeouts. ",
"$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-tcp-timeout-schema.json",
"title": "TcpTimeout"
}