File tree Expand file tree Collapse file tree 2 files changed +23
-12
lines changed Expand file tree Collapse file tree 2 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 216
216
"formatter" : {
217
217
"title" : " formatter" ,
218
218
"description" : " Choose how to post-process the generated script\n https://bashly.dev/usage/settings/#formatter" ,
219
- "type" : " string" ,
220
- "enum" : [
221
- " internal" ,
222
- " none" ,
223
- " shfmt"
219
+ "anyOf" : [
220
+ {
221
+ "type" : " string" ,
222
+ "enum" : [
223
+ " :internal" ,
224
+ " :none" ,
225
+ " :shfmt"
226
+ ]
227
+ },
228
+ {
229
+ "type" : " string" ,
230
+ "minLength" : 1
231
+ }
224
232
],
225
- "default" : " internal"
233
+ "default" : " : internal"
226
234
},
227
235
"partials_extension" : {
228
236
"title" : " partials extension" ,
Original file line number Diff line number Diff line change @@ -186,12 +186,15 @@ properties:
186
186
description : |-
187
187
Choose how to post-process the generated script
188
188
https://bashly.dev/usage/settings/#formatter
189
- type : string
190
- enum :
191
- - internal
192
- - none
193
- - shfmt
194
- default : internal
189
+ anyOf :
190
+ - type : string
191
+ enum :
192
+ - :internal
193
+ - :none
194
+ - :shfmt
195
+ - type : string
196
+ minLength : 1
197
+ default : :internal
195
198
partials_extension :
196
199
title : partials extension
197
200
description : |-
You can’t perform that action at this time.
0 commit comments