Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Tag Key List Structure

TagKeyList schema from AWS Well-Architected Tool API

Type: array Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

TagKeyList is a JSON Structure definition published by Amazon Well-Architected Tool. 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 ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/TagKey"
  },
  "minItems": 1,
  "maxItems": 50,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TagKeyList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-tag-key-list-structure.json",
  "description": "TagKeyList schema from AWS Well-Architected Tool API"
}