{ "type": "object", "properties": { "TimeoutCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "ConnectionRefusedCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "HTTPCode4XXCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "HTTPCode5XXCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "UnknownHostCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "OtherCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] } }, "description": "

", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BackendConnectionErrors", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-backend-connection-errors-schema.json" }