Risk

The risk for a given workload, lens review, pillar, or question.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-risk-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "UNANSWERED",
    "HIGH",
    "MEDIUM",
    "NONE",
    "NOT_APPLICABLE"
  ],
  "description": "The risk for a given workload, lens review, pillar, or question.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Risk",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-risk-schema.json"
}