Amazon Inspector · Schema

DetectionPlatforms

DetectionPlatforms schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning
View JSON Schema on GitHub

JSON Schema

inspector-detection-platforms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-detection-platforms-schema.json",
  "title": "DetectionPlatforms",
  "description": "DetectionPlatforms schema",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 1
  }
}