Skip to content

Commit 0311038

Browse files
committed
fixed type for default
1 parent 59bce38 commit 0311038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/v2.0/json/04-models-with-subtypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type": "integer",
3030
"format": "int32",
3131
"description": "the size of the pack the dog is from",
32-
"default": "0",
32+
"default": 0,
3333
"min": 0
3434
}
3535
}

0 commit comments

Comments
 (0)