Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Milestone Number Structure

The milestone number.

A workload can have a maximum of 100 milestones.

Type: integer Properties: 0
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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