Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Milestone Structure

A milestone return object.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

MilestoneNumber MilestoneName RecordedAt Workload

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "MilestoneNumber": {
      "$ref": "#/components/schemas/MilestoneNumber"
    },
    "MilestoneName": {
      "$ref": "#/components/schemas/MilestoneName"
    },
    "RecordedAt": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "Workload": {
      "$ref": "#/components/schemas/Workload"
    }
  },
  "description": "A milestone return object.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Milestone",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-milestone-structure.json"
}