{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-list-findings-reports-response-structure.json", "name": "ListFindingsReportsResponse", "description": "The structure representing the ListFindingsReportsResponse.", "type": "object", "properties": { "findingsReportSummaries": { "allOf": [ { "$ref": "#/components/schemas/FindingsReportSummaries" }, { "description": "The list of analysis results summaries." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The nextToken value to include in a future ListFindingsReports request. When the results of a ListFindingsReports request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return." } ] } }, "required": [ "findingsReportSummaries" ] }