diff --git a/tests/schema/fixtures/dashboard-0002.json b/tests/schema/fixtures/dashboard-0002.json new file mode 100644 index 0000000..7140aab --- /dev/null +++ b/tests/schema/fixtures/dashboard-0002.json @@ -0,0 +1,15 @@ +{ + "dashboard": { + "rows": [ + { + "collapse": false, + "editable": true, + "height": "250px", + "panels": [], + "showTitle": false, + "title": "New row" + } + ], + "title": "New dashboard" + } +} diff --git a/tests/schema/fixtures/dashboard-0002.yaml b/tests/schema/fixtures/dashboard-0002.yaml new file mode 100644 index 0000000..6871c7a --- /dev/null +++ b/tests/schema/fixtures/dashboard-0002.yaml @@ -0,0 +1,5 @@ +dashboard: + title: New dashboard + rows: + - title: New row + height: 250px