{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-create-workspace-response-structure.json", "name": "CreateWorkspaceResponse", "description": "CreateWorkspaceResponse schema", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/TwinMakerArn" }, { "description": "The ARN of the workspace." } ] }, "creationDateTime": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The date and time when the workspace was created." } ] } }, "required": [ "arn", "creationDateTime" ] }