Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer Create Code Review Response Structure

CreateCodeReviewResponse schema from Amazon CodeGuru Reviewer

Type: object Properties: 1
AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

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

Properties

CodeReview

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-create-code-review-response-structure.json",
  "name": "CreateCodeReviewResponse",
  "description": "CreateCodeReviewResponse schema from Amazon CodeGuru Reviewer",
  "type": "object",
  "properties": {
    "CodeReview": {
      "$ref": "#/components/schemas/CodeReview"
    }
  }
}