WorkloadPillarPriorities

The priorities of the pillars, which are used to order items in the improvement plan. Each pillar is represented by its PillarReviewSummary$PillarId.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-pillar-priorities-schema.json Raw ↑
{
  "type": "array",
  "description": "The priorities of the pillars, which are used to order items in the improvement plan. Each pillar is represented by its <a>PillarReviewSummary$PillarId</a>.",
  "items": {
    "$ref": "#/components/schemas/PillarId"
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkloadPillarPriorities",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-pillar-priorities-schema.json"
}