{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-get-finding-statistics-request-structure.json", "name": "GetFindingStatisticsRequest", "description": "GetFindingStatisticsRequest schema from Amazon Macie API", "type": "object", "properties": { "findingCriteria": { "allOf": [ { "$ref": "#/components/schemas/FindingCriteria" }, { "description": "The criteria to use to filter the query results." } ] }, "groupBy": { "allOf": [ { "$ref": "#/components/schemas/GroupBy" }, { "description": "

The finding property to use to group the query results. Valid values are:

" } ] }, "size": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "description": "The maximum number of items to include in each page of the response." } ] }, "sortCriteria": { "allOf": [ { "$ref": "#/components/schemas/FindingStatisticsSortCriteria" }, { "description": "The criteria to use to sort the query results." } ] } }, "required": [ "groupBy" ] }