{ "$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-get-findings-response-structure.json", "name": "GetFindingsResponse", "description": "GetFindingsResponse schema from Amazon CodeGuru Security", "type": "object", "properties": { "findings": { "allOf": [ { "$ref": "#/components/schemas/Findings" }, { "description": "A list of findings generated by the specified scan." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A pagination token. You can use this in future calls to GetFindings to continue listing results after the current page. " } ] } } }