{ "$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-response-schema.json", "title": "UpdateWorkspaceResponse", "description": "UpdateWorkspaceResponse schema", "type": "object", "properties": { "updateDateTime": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The date and time of the current update." } ] } }, "required": [ "updateDateTime" ] }