Amazon Inspector · JSON Structure

Inspector Sbom Report Format Structure

SbomReportFormat schema

Type: string Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

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-sbom-report-format-structure.json",
  "name": "SbomReportFormat",
  "description": "SbomReportFormat schema",
  "type": "string",
  "enum": [
    "CYCLONEDX_1_4",
    "SPDX_2_3"
  ]
}