RiskCounts

A map from risk names to the count of how many questions have that rating.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-risk-counts-schema.json Raw ↑
{
  "type": "object",
  "description": "A map from risk names to the count of how many questions have that rating.",
  "additionalProperties": {
    "$ref": "#/components/schemas/Count"
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RiskCounts",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-risk-counts-schema.json"
}