{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-finding-criteria-structure.json", "name": "FindingCriteria", "description": "Contains information about the criteria used for querying findings.", "type": "object", "properties": { "Criterion": { "allOf": [ { "$ref": "#/components/schemas/Criterion" }, { "xml": { "name": "criterion" }, "description": "Represents a map of finding properties that match specified conditions and values when querying findings." } ] } } }