UpdateWorkspaceResponse schema from Amazon Managed Grafana API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-schema/amazon-managed-grafana-update-workspace-response-schema.json", "title": "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" ] }