Amazon EC2 Image Builder · JSON Structure

Ec2 Image Builder Cvss Score Adjustment Structure

Details about an adjustment that Amazon Inspector made to the CVSS score for a finding.

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

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

Properties

metric reason

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-cvss-score-adjustment-structure.json",
  "name": "CvssScoreAdjustment",
  "description": "Details about an adjustment that Amazon Inspector made to the CVSS score for a finding.",
  "type": "object",
  "properties": {
    "metric": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The metric that Amazon Inspector used to adjust the CVSS score."
        }
      ]
    },
    "reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The reason for the CVSS score adjustment."
        }
      ]
    }
  }
}