Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Get Milestone Output Structure

Output of a get milestone call.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

WorkloadId Milestone

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "Milestone": {
      "$ref": "#/components/schemas/Milestone"
    }
  },
  "description": "Output of a get milestone call.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetMilestoneOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-get-milestone-output-structure.json"
}