{ "$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-permissions-request-schema.json", "title": "UpdatePermissionsRequest", "description": "UpdatePermissionsRequest schema from Amazon Managed Grafana API", "type": "object", "properties": { "updateInstructionBatch": { "allOf": [ { "$ref": "#/components/schemas/UpdateInstructionBatch" }, { "description": "An array of structures that contain the permission updates to make." } ] } }, "required": [ "updateInstructionBatch" ] }