Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Lens Review Summaries Structure

List of lens summaries of lens reviews of a workload.

Type: array Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

LensReviewSummaries 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",
  "description": "List of lens summaries of lens reviews of a workload.",
  "items": {
    "$ref": "#/components/schemas/LensReviewSummary"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "LensReviewSummaries",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-lens-review-summaries-structure.json"
}