Amazon CodeGuru Reviewer · Schema
RecommendationSummary
Information about recommendations.
AmazonCode ReviewSecurityDevOpsMachine-LearningDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| FilePath | object | |
| RecommendationId | object | |
| StartLine | object | |
| EndLine | object | |
| Description | object | |
| RecommendationCategory | object | |
| RuleMetadata | object | |
| Severity | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-recommendation-summary-schema.json",
"title": "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 Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-codeguru-reviewer-recommendation-summary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.