aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/options-schema.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-07-13 21:27:18 -0400
committerGitHub <noreply@github.com>2021-07-13 21:27:18 -0400
commit260d10c3a34e7da6fd94b6151422ab09f3941c0b (patch)
tree8d0a4e6c8e4a479cc4d92adf3c8ed5f77369c89e /ext/data/schemas/options-schema.json
parentd058237ba724c3fee842d90c04b1950c9efaadc0 (diff)
Fix invalid default value in options schema (#1827)
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r--ext/data/schemas/options-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json
index 52e5fa1f..1565cfe6 100644
--- a/ext/data/schemas/options-schema.json
+++ b/ext/data/schemas/options-schema.json
@@ -950,7 +950,7 @@
"terminationCharacterMode": {
"type": "string",
"enum": ["custom", "custom-no-newlines", "newlines", "none"],
- "default": true
+ "default": "custom"
},
"terminationCharacters": {
"type": "array",