{ "$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-authentication-response-structure.json", "name": "UpdateWorkspaceAuthenticationResponse", "description": "UpdateWorkspaceAuthenticationResponse schema from Amazon Managed Grafana API", "type": "object", "properties": { "authentication": { "allOf": [ { "$ref": "#/components/schemas/AuthenticationDescription" }, { "description": "A structure that describes the user authentication for this workspace after the update is made." } ] } }, "required": [ "authentication" ] }