ListRecommendationsResponse

ListRecommendationsResponse schema from Amazon CodeGuru Reviewer

AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

Properties

Name Type Description
RecommendationSummaries object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-reviewer-list-recommendations-response-schema.json Raw ↑
{
  "$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-recommendations-response-schema.json",
  "title": "ListRecommendationsResponse",
  "description": "ListRecommendationsResponse schema from Amazon CodeGuru Reviewer",
  "type": "object",
  "properties": {
    "RecommendationSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationSummaries"
        },
        {
          "description": "List of recommendations for the requested code review."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  }
}