Skip to content

Commit e4de372

Browse files
committed
Re-added default values into the schema.
Signed-off-by: dblock <[email protected]>
1 parent 50c3258 commit e4de372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/_global_parameters.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,21 @@ components:
1010
description: Whether to pretty format the returned JSON response.
1111
schema:
1212
type: boolean
13+
default: false
1314
human:
1415
name: human
1516
in: query
1617
description: Whether to return human readable values for statistics.
1718
schema:
1819
type: boolean
20+
default: true
1921
error_trace:
2022
name: error_trace
2123
in: query
2224
description: Whether to include the stack trace of returned errors.
2325
schema:
2426
type: boolean
27+
default: false
2528
source:
2629
name: source
2730
in: query

0 commit comments

Comments
 (0)