{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-update-workspace-request-schema.json", "title": "UpdateWorkspaceRequest", "description": "UpdateWorkspaceRequest schema", "type": "object", "properties": { "description": { "allOf": [ { "$ref": "#/components/schemas/Description" }, { "description": "The description of the workspace." } ] }, "role": { "allOf": [ { "$ref": "#/components/schemas/RoleArn" }, { "description": "The ARN of the execution role associated with the workspace." } ] } } }