Amazon CodeGuru Security · JSON Structure

Amazon Codeguru Security Batch Get Findings Request Structure

BatchGetFindingsRequest schema from Amazon CodeGuru Security

Type: object Properties: 1 Required: 1
AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

BatchGetFindingsRequest is a JSON Structure definition published by Amazon CodeGuru Security, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

findingIdentifiers

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-security/refs/heads/main/json-structure/amazon-codeguru-security-batch-get-findings-request-structure.json",
  "name": "BatchGetFindingsRequest",
  "description": "BatchGetFindingsRequest schema from Amazon CodeGuru Security",
  "type": "object",
  "properties": {
    "findingIdentifiers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingIdentifiers"
        },
        {
          "description": "A list of finding identifiers. Each identifier consists of a <code>scanName</code> and a <code>findingId</code>. You retrieve the <code>findingId</code> when you call <code>GetFindings</code>."
        }
      ]
    }
  },
  "required": [
    "findingIdentifiers"
  ]
}