Amazon CodeGuru Security · JSON Structure

Amazon Codeguru Security Get Findings Response Structure

GetFindingsResponse schema from Amazon CodeGuru Security

Type: object Properties: 2
AmazonSecuritySASTCode AnalysisDevSecOpsDeveloper Tools

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

Properties

findings nextToken

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-get-findings-response-structure.json",
  "name": "GetFindingsResponse",
  "description": "GetFindingsResponse schema from Amazon CodeGuru Security",
  "type": "object",
  "properties": {
    "findings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Findings"
        },
        {
          "description": "A list of findings generated by the specified scan."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A pagination token. You can use this in future calls to <code>GetFindings</code> to continue listing results after the current page. "
        }
      ]
    }
  }
}