GetLensOutput

GetLensOutput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
Lens object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-get-lens-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Lens": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Lens"
        },
        {
          "description": "A lens return object."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetLensOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-get-lens-output-schema.json",
  "description": "GetLensOutput schema from AWS Well-Architected Tool API"
}