MilestoneSummary

A milestone summary return object.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
MilestoneNumber object
MilestoneName object
RecordedAt object
WorkloadSummary object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-milestone-summary-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "MilestoneSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-milestone-summary-schema.json"
}