{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-security/refs/heads/main/json-schema/amazon-codeguru-security-get-findings-response-schema.json", "title": "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. " } ] } } }