{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zone-analytics-api_bandwidth_by_colo",
"title": "zone-analytics-api_bandwidth_by_colo",
"description": "Breakdown of totals for bandwidth in the form of bytes.",
"properties": {
"all": {
"description": "The total number of bytes served within the time frame.",
"type": "integer"
},
"cached": {
"description": "The number of bytes that were cached (and served) by Cloudflare.",
"type": "integer"
},
"uncached": {
"description": "The number of bytes that were fetched and served from the origin server.",
"type": "integer"
}
},
"type": "object"
}