VersionDifferences

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

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
PillarDifferences object
View JSON Schema on GitHub

JSON Schema

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