{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-structure/amazon-codeguru-reviewer-list-recommendation-feedback-response-structure.json", "name": "ListRecommendationFeedbackResponse", "description": "ListRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer", "type": "object", "properties": { "RecommendationFeedbackSummaries": { "allOf": [ { "$ref": "#/components/schemas/RecommendationFeedbackSummaries" }, { "description": "Recommendation feedback summaries corresponding to the code review ARN." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged." } ] } } }