Amazon Inspector · JSON Structure

Inspector Tag Map Structure

TagMap schema

Type: object Properties: 0
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

TagMap 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-tag-map-structure.json",
  "name": "TagMap",
  "description": "TagMap schema",
  "type": "object",
  "additionalProperties": {
    "type": "string",
    "minLength": 0,
    "maxLength": 256
  }
}