Amazon Inspector · JSON Structure

Inspector Batch Get Finding Details Response Structure

BatchGetFindingDetailsResponse schema

Type: object Properties: 2
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Properties

errors findingDetails

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-inspector/refs/heads/main/json-structure/inspector-batch-get-finding-details-response-structure.json",
  "name": "BatchGetFindingDetailsResponse",
  "description": "BatchGetFindingDetailsResponse schema",
  "type": "object",
  "properties": {
    "errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingDetailsErrorList"
        },
        {
          "description": "Error information for findings that details could not be returned for."
        }
      ]
    },
    "findingDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingDetails"
        },
        {
          "description": "A finding's vulnerability details."
        }
      ]
    }
  }
}