LensType

LensType schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-lens-type-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "AWS_OFFICIAL",
    "CUSTOM_SHARED",
    "CUSTOM_SELF"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LensType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-lens-type-schema.json",
  "description": "LensType schema from AWS Well-Architected Tool API"
}