{ "kind": "Dashboard", "apiVersion": "dashboard.grafana.app/v1beta1", "metadata": { "name": "dashboard-nested", "annotations": { "hello": "world" }, "labels": { "region": "west" } }, "spec": { "title": "Dashboard nested under A/B", "panels": [ { "gridPos": { "h": 13, "w": 24, "x": 0, "y": 0 }, "options": { "content": "

This dashboard was loaded from provisioning (nested) 🎉🎉🎉🎉🎉🎉

", "mode": "html" }, "transparent": true, "type": "text" } ] } }