Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer List Code Reviews Response Structure

ListCodeReviewsResponse schema from Amazon CodeGuru Reviewer

Type: object Properties: 2
AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

ListCodeReviewsResponse is a JSON Structure definition published by Amazon CodeGuru Reviewer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CodeReviewSummaries NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-code-reviews-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}