{ "type": "object", "required": [ "LensVersion", "ClientRequestToken" ], "name": "CreateLensVersionInput", "properties": { "LensVersion": { "allOf": [ { "$ref": "#/components/schemas/LensVersion" }, { "description": "The version of the lens being created." } ] }, "IsMajorVersion": { "allOf": [ { "$ref": "#/components/schemas/IsMajorVersion" }, { "description": "Set to true if this new major lens version." } ] }, "ClientRequestToken": { "$ref": "#/components/schemas/ClientRequestToken" } }, "$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-create-lens-version-input-structure.json", "description": "CreateLensVersionInput schema from AWS Well-Architected Tool API" }