diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-27 19:26:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 19:26:30 -0400 |
commit | dfdefc15d31b401092760926756150a839f52487 (patch) | |
tree | c64c857814d7502676d93c88188d9397fff283ce /ext/bg/data | |
parent | 45627bd6e69324eb5b4ca86041ad44046d22f7f4 (diff) |
Options fixes (#962)
* Fix default options not having the correct versions
* Move schema validation
* Remove legacy version number
* Add tests for OptionsUtil.getDefault()
* Remove unused getValidValueOrDefault
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/options-schema.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index c0a39ea2..d344a7b9 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -62,7 +62,6 @@ "options": { "type": "object", "required": [ - "version", "general", "audio", "scanning", @@ -72,10 +71,6 @@ "anki" ], "properties": { - "version": { - "type": "integer", - "minimum": 0 - }, "general": { "type": "object", "required": [ |