Skip to content

Commit

Permalink
remove additionalProperties: false in schema to allow comments Ylians…
Browse files Browse the repository at this point in the history
…t#5697

Signed-off-by: si458 <[email protected]>
  • Loading branch information
si458 authored and mstrhakr committed Mar 2, 2024
1 parent dc3c8bf commit 25bd220
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meshcentral-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@
},
"amtProvisioningServer": {
"type": "object",
"additionalProperties": false,
"required": [
"deviceGroup",
"newMebxPassword",
Expand Down Expand Up @@ -2752,11 +2751,9 @@
},
"authStrategies": {
"type": "object",
"additionalProperties": false,
"properties": {
"twitter": {
"type": "object",
"additionalProperties": false,
"properties": {
"callbackurl": {
"type": "string",
Expand Down

0 comments on commit 25bd220

Please sign in to comment.