Amazon EC2 Image Builder · JSON Structure

Ec2 Image Builder Inspector Score Details Structure

Information about the factors that influenced the score that Amazon Inspector assigned for a finding.

Type: object Properties: 1
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images

InspectorScoreDetails is a JSON Structure definition published by Amazon EC2 Image Builder, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

adjustedCvss

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-ec2-image-builder/refs/heads/main/json-structure/ec2-image-builder-inspector-score-details-structure.json",
  "name": "InspectorScoreDetails",
  "description": "Information about the factors that influenced the score that Amazon Inspector assigned for a finding.",
  "type": "object",
  "properties": {
    "adjustedCvss": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CvssScoreDetails"
        },
        {
          "description": "An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding."
        }
      ]
    }
  }
}