Skip to content

Commit

Permalink
update config scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohdealx committed Feb 19, 2024
1 parent 32cd26e commit e70ac2b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config_scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,15 @@
"type": "object",
"properties": {
"ignore_keys": {
"type": [
"array",
"null"
],
"default": [],
"type": "array",
"items": {
"type": "string"
}
},
"sort_arrays": {
"default": false,
"type": "boolean"
}
}
},
Expand Down

0 comments on commit e70ac2b

Please sign in to comment.