Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Answers Output Structure

Output of a list answers call.

Type: object Properties: 6
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

WorkloadId MilestoneNumber LensAlias LensArn AnswerSummaries NextToken

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."
        }
      ]
    },
    "AnswerSummaries": {
      "$ref": "#/components/schemas/AnswerSummaries"
    },
    "NextToken": {
      "$ref": "#/components/schemas/NextToken"
    }
  },
  "description": "Output of a list answers call.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListAnswersOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-list-answers-output-structure.json"
}