Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer Recommendation Summary Structure

Information about recommendations.

Type: object Properties: 8
AmazonCode ReviewSecurityDevOpsMachine-LearningDeveloper Tools

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

Properties

FilePath RecommendationId StartLine EndLine Description RecommendationCategory RuleMetadata Severity

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-recommendation-summary-structure.json",
  "name": "RecommendationSummary",
  "description": "Information about recommendations.",
  "type": "object",
  "properties": {
    "FilePath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilePath"
        },
        {
          "description": "Name of the file on which a recommendation is provided."
        }
      ]
    },
    "RecommendationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationId"
        },
        {
          "description": "The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback."
        }
      ]
    },
    "StartLine": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LineNumber"
        },
        {
          "description": "Start line from where the recommendation is applicable in the source commit or source branch."
        }
      ]
    },
    "EndLine": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LineNumber"
        },
        {
          "description": "Last line where the recommendation is applicable in the source commit or source branch. For a single line comment the start line and end line values are the same."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Text"
        },
        {
          "description": "A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line."
        }
      ]
    },
    "RecommendationCategory": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationCategory"
        },
        {
          "description": "The type of a recommendation."
        }
      ]
    },
    "RuleMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleMetadata"
        },
        {
          "description": "Metadata about a rule. Rule metadata includes an ID, a name, a list of tags, and a short and long description. CodeGuru Reviewer uses rules to analyze code. A rule's recommendation is included in analysis results if code is detected that violates the rule."
        }
      ]
    },
    "Severity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Severity"
        },
        {
          "description": "The severity of the issue in the code that generated this recommendation."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-codeguru-reviewer-recommendation-summary-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.