{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-get-coverage-statistics-response-structure.json",
"name": "GetCoverageStatisticsResponse",
"description": "GetCoverageStatisticsResponse schema from Amazon GuardDuty API",
"type": "object",
"properties": {
"CoverageStatistics": {
"allOf": [
{
"$ref": "#/components/schemas/CoverageStatistics"
},
{
"xml": {
"name": "coverageStatistics"
},
"description": "Represents the count aggregated by the statusCode and resourceType."
}
]
}
}
}