{ "type": "object", "properties": { "LensArn": { "allOf": [ { "$ref": "#/components/schemas/LensArn" }, { "description": "The ARN for the lens." } ] }, "LensVersion": { "allOf": [ { "$ref": "#/components/schemas/LensVersion" }, { "description": "The version of the lens." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "CreateLensVersionOutput", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-create-lens-version-output-structure.json", "description": "CreateLensVersionOutput schema from AWS Well-Architected Tool API" }