Skip to content

Commit 1c8e2e3

Browse files
committed
JsonSchema: remove unused properties [ci skip]
1 parent 5ab51c0 commit 1c8e2e3

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

doc/json_schema.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,26 +1207,6 @@
12071207
}
12081208
]
12091209
},
1210-
"charElapsed": {
1211-
"type": "string",
1212-
"description": "Set the character to use in elapsed part. Deprecated in v2.50.0",
1213-
"default": ""
1214-
},
1215-
"charTotal": {
1216-
"type": "string",
1217-
"description": "Set the character to use in total part. Deprecated in v2.50.0",
1218-
"default": "-"
1219-
},
1220-
"borderLeft": {
1221-
"type": "string",
1222-
"description": "Set the string to use at left border. Deprecated in v2.50.0",
1223-
"default": "[ "
1224-
},
1225-
"borderRight": {
1226-
"type": "string",
1227-
"description": "Set the string to use at right border. Deprecated in v2.50.0",
1228-
"default": " ]"
1229-
},
12301210
"width": {
12311211
"type": "integer",
12321212
"description": "Set the width of the bar, in number of characters",

0 commit comments

Comments
 (0)