Copy dashboard fixture schema from EE
This commit is contained in:
parent
1dc2a2f689
commit
bfe1df68ac
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"type": "object",
|
||||
"required": ["dashboard", "priority", "panel_groups"],
|
||||
"required": [
|
||||
"dashboard",
|
||||
"priority",
|
||||
"panel_groups"
|
||||
],
|
||||
"properties": {
|
||||
"dashboard": { "type": "string" },
|
||||
"priority": { "type": "number" },
|
||||
|
|
Loading…
Reference in a new issue