{ "type": "object", "required": [ "LensArn", "PillarId", "QuestionId", "ChoiceId" ], "name": "ListCheckDetailsInput", "properties": { "NextToken": { "$ref": "#/components/schemas/NextToken" }, "MaxResults": { "$ref": "#/components/schemas/MaxResults" }, "LensArn": { "allOf": [ { "$ref": "#/components/schemas/LensArn" }, { "description": "Well-Architected Lens ARN." } ] }, "PillarId": { "$ref": "#/components/schemas/PillarId" }, "QuestionId": { "$ref": "#/components/schemas/QuestionId" }, "ChoiceId": { "$ref": "#/components/schemas/ChoiceId" } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-list-check-details-input-structure.json", "description": "ListCheckDetailsInput schema from AWS Well-Architected Tool API" }