{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-update-workspace-response-structure.json", "name": "UpdateWorkspaceResponse", "description": "UpdateWorkspaceResponse schema from Amazon Managed Grafana API", "type": "object", "properties": { "workspace": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceDescription" }, { "description": "A structure containing data about the workspace that was created." } ] } }, "required": [ "workspace" ] }