A pillar review summary of a lens review.
{ "type": "object", "properties": { "PillarId": { "$ref": "#/components/schemas/PillarId" }, "PillarName": { "$ref": "#/components/schemas/PillarName" }, "Notes": { "$ref": "#/components/schemas/Notes" }, "RiskCounts": { "$ref": "#/components/schemas/RiskCounts" }, "PrioritizedRiskCounts": { "$ref": "#/components/schemas/RiskCounts" } }, "description": "A pillar review summary of a lens review.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PillarReviewSummary", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-pillar-review-summary-schema.json" }