{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-get-findings-response-schema.json", "title": "GetFindingsResponse", "description": "GetFindingsResponse schema from Amazon GuardDuty API", "type": "object", "properties": { "Findings": { "allOf": [ { "$ref": "#/components/schemas/Findings" }, { "xml": { "name": "findings" }, "description": "A list of findings." } ] } }, "required": [ "Findings" ] }