Amazon Inspector · JSON Structure

Inspector Cwes Structure

Cwes schema

Type: array Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Cwes 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-cwes-structure.json",
  "name": "Cwes",
  "description": "Cwes schema",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 0
  }
}