Skip to content

Commit 9c53a74

Browse files
committed
Updated JSON schema for config
1 parent 708b9e6 commit 9c53a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simvue/config/simvue_config_schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
"type": "object"
253253
},
254254
"ServerSpecifications": {
255+
"additionalProperties": false,
255256
"properties": {
256257
"token": {
257258
"anyOf": [
@@ -288,6 +289,7 @@
288289
"type": "object"
289290
}
290291
},
292+
"additionalProperties": false,
291293
"properties": {
292294
"client": {
293295
"$ref": "#/$defs/ClientGeneralOptions",

0 commit comments

Comments
 (0)