Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Pillar Difference Structure

A pillar difference return object.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

PillarDifference 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

PillarId PillarName DifferenceStatus QuestionDifferences

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "PillarId": {
      "$ref": "#/components/schemas/PillarId"
    },
    "PillarName": {
      "$ref": "#/components/schemas/PillarName"
    },
    "DifferenceStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DifferenceStatus"
        },
        {
          "description": "Indicates the type of change to the pillar."
        }
      ]
    },
    "QuestionDifferences": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QuestionDifferences"
        },
        {
          "description": "List of question differences."
        }
      ]
    }
  },
  "description": "A pillar difference return object.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "PillarDifference",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-pillar-difference-structure.json"
}