{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-security/refs/heads/main/json-structure/amazon-codeguru-security-list-findings-metrics-response-structure.json",
"name": "ListFindingsMetricsResponse",
"description": "ListFindingsMetricsResponse schema from Amazon CodeGuru Security",
"type": "object",
"properties": {
"findingsMetrics": {
"allOf": [
{
"$ref": "#/components/schemas/FindingsMetricList"
},
{
"description": "A list of AccountFindingsMetric objects retrieved from the specified time interval."
}
]
},
"nextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "A pagination token. You can use this in future calls to ListFindingMetrics to continue listing results after the current page. "
}
]
}
}
}