{ "type": "object", "properties": { "LensArn": { "allOf": [ { "$ref": "#/components/schemas/LensArn" }, { "description": "The lens ARN." } ] }, "Pillars": { "allOf": [ { "$ref": "#/components/schemas/PillarMetrics" }, { "description": "The metrics for the pillars in a lens." } ] }, "RiskCounts": { "$ref": "#/components/schemas/RiskCounts" } }, "description": "A metric for a particular lens in a workload.", "$schema": "https://json-structure.org/meta/core/v0/#", "name": "LensMetric", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-lens-metric-structure.json" }