Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Milestone Summary Structure

A milestone summary return object.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

MilestoneSummary 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 WorkloadSummary

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"
    },
    "WorkloadSummary": {
      "$ref": "#/components/schemas/WorkloadSummary"
    }
  },
  "description": "A milestone summary return object.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "MilestoneSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-milestone-summary-structure.json"
}