{ "type": "object", "properties": { "LensArn": { "allOf": [ { "$ref": "#/components/schemas/LensArn" }, { "description": "The ARN for the lens that was created or updated." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/ImportLensStatus" }, { "description": "The status of the imported lens." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ImportLensOutput", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-import-lens-output-structure.json", "description": "ImportLensOutput schema from AWS Well-Architected Tool API" }