Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Version Differences Structure

The differences between the base and latest versions of the lens.

Type: object Properties: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

PillarDifferences

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "PillarDifferences": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PillarDifferences"
        },
        {
          "description": "The differences between the base and latest versions of the lens."
        }
      ]
    }
  },
  "description": "The differences between the base and latest versions of the lens.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "VersionDifferences",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-version-differences-structure.json"
}