{ "$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-batch-get-findings-response-structure.json", "name": "BatchGetFindingsResponse", "description": "BatchGetFindingsResponse schema from Amazon CodeGuru Security", "type": "object", "properties": { "failedFindings": { "allOf": [ { "$ref": "#/components/schemas/BatchGetFindingsErrors" }, { "description": "A list of errors for individual findings which were not fetched. Each BatchGetFindingsError contains the scanName, findingId, errorCode and error message." } ] }, "findings": { "allOf": [ { "$ref": "#/components/schemas/Findings" }, { "description": " A list of all requested findings." } ] } }, "required": [ "failedFindings", "findings" ] }