{ "type": "object", "properties": { "PillarId": { "$ref": "#/components/schemas/PillarId" }, "RiskCounts": { "$ref": "#/components/schemas/RiskCounts" }, "Questions": { "allOf": [ { "$ref": "#/components/schemas/QuestionMetrics" }, { "description": "The questions that have been identified as risks in the pillar." } ] } }, "description": "A metric for a particular pillar in a lens.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PillarMetric", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-pillar-metric-schema.json" }