{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-list-code-reviews-response-schema.json", "title": "ListCodeReviewsResponse", "description": "ListCodeReviewsResponse schema from Amazon CodeGuru Reviewer", "type": "object", "properties": { "CodeReviewSummaries": { "allOf": [ { "$ref": "#/components/schemas/CodeReviewSummaries" }, { "description": "A list of code reviews that meet the criteria of the request." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "Pagination token." } ] } } }