Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Get Answer Output Structure

Output of a get answer call.

Type: object Properties: 5
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

WorkloadId MilestoneNumber LensAlias LensArn Answer

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "MilestoneNumber": {
      "$ref": "#/components/schemas/MilestoneNumber"
    },
    "LensAlias": {
      "$ref": "#/components/schemas/LensAlias"
    },
    "LensArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LensArn"
        },
        {
          "description": "The ARN for the lens."
        }
      ]
    },
    "Answer": {
      "$ref": "#/components/schemas/Answer"
    }
  },
  "description": "Output of a get answer call.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetAnswerOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-get-answer-output-structure.json"
}