{ "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-schema.org/draft/2020-12/schema", "title": "CreateLensVersionOutput", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-create-lens-version-output-schema.json", "description": "CreateLensVersionOutput schema from AWS Well-Architected Tool API" }