{ "type": "object", "required": [ "JSONString", "ClientRequestToken" ], "title": "ImportLensInput", "properties": { "LensAlias": { "$ref": "#/components/schemas/LensAlias" }, "JSONString": { "allOf": [ { "$ref": "#/components/schemas/LensJSON" }, { "description": "The JSON representation of a lens." } ] }, "ClientRequestToken": { "$ref": "#/components/schemas/ClientRequestToken" }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "Tags to associate to a lens." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-import-lens-input-schema.json", "description": "ImportLensInput schema from AWS Well-Architected Tool API" }