PillarDifference

A pillar difference return object.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
PillarId object
PillarName object
DifferenceStatus object
QuestionDifferences object
View JSON Schema on GitHub

JSON Schema

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