Skip to content

Commit

Permalink
fix(schema.json): add required configuration field (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk committed Oct 2, 2023
1 parent ab471d0 commit c3af60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/main/webapp/schema/schema.json
Expand Up @@ -1300,6 +1300,7 @@
"$ref": "#/definitions/DashboardPage"
}
},
"required": ["configuration"],
"additionalProperties": false
},
"RegexValidator": {
Expand Down

0 comments on commit c3af60b

Please sign in to comment.