MilestoneNumber

The milestone number.

A workload can have a maximum of 100 milestones.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
View JSON Schema on GitHub

JSON Schema

well-architected-tool-milestone-number-schema.json Raw ↑
{
  "type": "integer",
  "description": "<p>The milestone number.</p> <p>A workload can have a maximum of 100 milestones.</p>",
  "minimum": 1,
  "maximum": 100,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MilestoneNumber",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-milestone-number-schema.json"
}