{ "$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-describe-code-review-response-structure.json", "name": "DescribeCodeReviewResponse", "description": "DescribeCodeReviewResponse schema from Amazon CodeGuru Reviewer", "type": "object", "properties": { "CodeReview": { "allOf": [ { "$ref": "#/components/schemas/CodeReview" }, { "description": "Information about the code review." } ] } } }