Copy dashboard fixture schema from EE

This commit is contained in:
Robert Speicher 2019-07-24 15:26:44 -05:00
parent 1dc2a2f689
commit bfe1df68ac
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
{
"type": "object",
"required": ["dashboard", "priority", "panel_groups"],
"required": [
"dashboard",
"priority",
"panel_groups"
],
"properties": {
"dashboard": { "type": "string" },
"priority": { "type": "number" },