Output of a update answer call.
{ "type": "object", "properties": { "WorkloadId": { "$ref": "#/components/schemas/WorkloadId" }, "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 update answer call.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateAnswerOutput", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-update-answer-output-schema.json" }