{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-finding-criteria-schema.json", "title": "FindingCriteria", "description": "Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.", "type": "object", "properties": { "criterion": { "allOf": [ { "$ref": "#/components/schemas/Criterion" }, { "description": "A condition that specifies the property, operator, and one or more values to use to filter the results." } ] } } }