Amazon Inspector · JSON Structure

Inspector Cwe List Structure

CweList schema

Type: array Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

CweList 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-cwe-list-structure.json",
  "name": "CweList",
  "description": "CweList schema",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 1
  }
}