Amazon Codeguru Security Finding Structure
Information about a finding that was detected in your code.
Finding is a JSON Structure definition published by Amazon CodeGuru Security, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-security/refs/heads/main/json-structure/amazon-codeguru-security-finding-structure.json",
"name": "Finding",
"description": "Information about a finding that was detected in your code.",
"type": "object",
"properties": {
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the finding was created."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "A description of the finding."
}
]
},
"detectorId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The identifier for the detector that detected the finding in your code. A detector is a defined rule based on industry standards and AWS best practices. "
}
]
},
"detectorName": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The name of the detector that identified the security vulnerability in your code. "
}
]
},
"detectorTags": {
"allOf": [
{
"$ref": "#/components/schemas/DetectorTags"
},
{
"description": "One or more tags or categorizations that are associated with a detector. These tags are defined by type, programming language, or other classification such as maintainability or consistency."
}
]
},
"generatorId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The identifier for the component that generated a finding such as AWSCodeGuruSecurity or AWSInspector."
}
]
},
"id": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The identifier for a finding."
}
]
},
"remediation": {
"allOf": [
{
"$ref": "#/components/schemas/Remediation"
},
{
"description": "An object that contains the details about how to remediate a finding."
}
]
},
"resource": {
"allOf": [
{
"$ref": "#/components/schemas/Resource"
},
{
"description": "The resource where Amazon CodeGuru Security detected a finding."
}
]
},
"ruleId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The identifier for the rule that generated the finding."
}
]
},
"severity": {
"allOf": [
{
"$ref": "#/components/schemas/Severity"
},
{
"description": "The severity of the finding."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/Status"
},
{
"description": "The status of the finding. A finding status can be open or closed. "
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The title of the finding."
}
]
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The type of finding. "
}
]
},
"updatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the finding was last updated. Findings are updated when you remediate them or when the finding code location changes. "
}
]
},
"vulnerability": {
"allOf": [
{
"$ref": "#/components/schemas/Vulnerability"
},
{
"description": "An object that describes the detected security vulnerability."
}
]
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/amazon-codeguru-security-finding-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 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.