JsonSchema: fixes copy-paste errors [ci skip]

Fixes #2013
This commit is contained in:
李通洲
2025-10-18 18:38:33 +08:00
parent f0759acd11
commit dc3e4a2d18
+2 -3
View File
@@ -1008,7 +1008,7 @@
},
"type": {
"type": "string",
"description": "Set whether to show icon before string keys",
"description": "Set whether to show builtin icon before string keys",
"oneOf": [
{
"const": "none",
@@ -1020,7 +1020,7 @@
},
{
"const": "icon",
"description": "Show icon keys (requires newest nerd font)"
"description": "Show builtin icon (requires newest nerd font)"
},
{
"const": "both",
@@ -1047,7 +1047,6 @@
"description": "Show both icon and string with 4 spaces between them"
}
],
],
"default": "string"
},
"paddingLeft": {