{ "$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-permissions-response-structure.json", "name": "UpdatePermissionsResponse", "description": "UpdatePermissionsResponse schema from Amazon Managed Grafana API", "type": "object", "properties": { "errors": { "allOf": [ { "$ref": "#/components/schemas/UpdateErrorList" }, { "description": "An array of structures that contain the errors from the operation, if any." } ] } }, "required": [ "errors" ] }