Skip to content

Commit 1867efb

Browse files
committed
general modernisations to bring up to date
1 parent bfe9176 commit 1867efb

File tree

4 files changed

+382
-341
lines changed

4 files changed

+382
-341
lines changed

config.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"strictValidation": false,
66
"schema": {
77
"type": "object",
8+
"required": ["name"],
9+
"additionalProperties": false,
810
"properties": {
911
"name": {
1012
"title": "Name",
1113
"type": "string",
12-
"required": true,
1314
"default": "Example Dynamic Platform"
1415
}
1516
}

0 commit comments

Comments
 (0)