Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer Describe Recommendation Feedback Response Structure

DescribeRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer

Type: object Properties: 1
AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

DescribeRecommendationFeedbackResponse 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

RecommendationFeedback

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-describe-recommendation-feedback-response-structure.json",
  "name": "DescribeRecommendationFeedbackResponse",
  "description": "DescribeRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer",
  "type": "object",
  "properties": {
    "RecommendationFeedback": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationFeedback"
        },
        {
          "description": "The recommendation feedback given by the user."
        }
      ]
    }
  }
}