Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Risk Counts Structure

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

Type: object Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

RiskCounts is a JSON Structure definition published by Amazon Well-Architected Tool. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "RiskCounts",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-risk-counts-structure.json"
}