{ "type": "object", "required": [ "SharedWith", "ClientRequestToken" ], "title": "CreateLensShareInput", "properties": { "SharedWith": { "$ref": "#/components/schemas/SharedWith" }, "ClientRequestToken": { "$ref": "#/components/schemas/ClientRequestToken" } }, "$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-create-lens-share-input-schema.json", "description": "CreateLensShareInput schema from AWS Well-Architected Tool API" }