ExportLensOutput

ExportLensOutput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
LensJSON object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-export-lens-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "LensJSON": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensJSON"
        },
        {
          "description": "The JSON representation of a lens."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExportLensOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-export-lens-output-schema.json",
  "description": "ExportLensOutput schema from AWS Well-Architected Tool API"
}