PillarMetric

A metric for a particular pillar in a lens.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
PillarId object
RiskCounts object
Questions object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-pillar-metric-schema.json Raw ↑
{
  "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"
}