{ "$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-instruction-batch-schema.json", "title": "UpdateInstructionBatch", "description": "UpdateInstructionBatch schema from Amazon Managed Grafana API", "type": "array", "items": { "$ref": "#/components/schemas/UpdateInstruction" } }