Skip to content

Commit 0c6ae52

Browse files
authored
Schema: fix version type (#8303)
This should be a number, otherwise you are required to put `"2"`.
1 parent 0e9dcaf commit 0c6ae52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/rtd_tests/fixtures/spec/v2/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"version": {
99
"title": "Version",
1010
"description": "The version of the spec to use.",
11-
"type": "string",
11+
"type": "number",
1212
"enum": [
13-
"2"
13+
2
1414
]
1515
},
1616
"formats": {

0 commit comments

Comments
 (0)