{ "$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-delete-workspace-response-structure.json", "name": "DeleteWorkspaceResponse", "description": "DeleteWorkspaceResponse schema from Amazon Managed Grafana API", "type": "object", "properties": { "workspace": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceDescription" }, { "description": "A structure containing information about the workspace that was deleted." } ] } }, "required": [ "workspace" ] }