File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,10 @@ definitions:
274
274
type : array
275
275
x-go-name : ErrorFiles
276
276
external_check :
277
- type : boolean
277
+ enum :
278
+ - enabled
279
+ - disabled
280
+ type : string
278
281
x-display-name : External Check
279
282
external_check_command :
280
283
pattern : ^[^\s]+$
@@ -508,7 +511,10 @@ definitions:
508
511
default_server :
509
512
$ref : ' #/definitions/default_server'
510
513
external_check :
511
- type : boolean
514
+ enum :
515
+ - enabled
516
+ - disabled
517
+ type : string
512
518
x-display-name : External Check
513
519
external_check_command :
514
520
pattern : ^[^\s]+$
Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ defaults:
138
138
type : integer
139
139
x-nullable : true
140
140
external_check :
141
- type : boolean
141
+ type : string
142
+ enum : [enabled, disabled]
142
143
x-display-name : External Check
143
144
external_check_path :
144
145
type : string
@@ -333,7 +334,8 @@ backend:
333
334
type : string
334
335
pattern : ' ^[^\s]+$'
335
336
external_check :
336
- type : boolean
337
+ type : string
338
+ enum : [enabled, disabled]
337
339
x-display-name : External Check
338
340
external_check_path :
339
341
type : string
You can’t perform that action at this time.
0 commit comments