AlterSchema
AlterSchema
v1.1.3
Transform between JSON Schema versions
Star on GitHub
Upgrade
Draft 3
Draft 4
Draft 6
Draft 7
2019-09
2020-12
to
2020-12
2019-09
Draft 7
Draft 6
Upgrade
Current JSON Schema
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
›
⌄
⌄
⌄
⌄
⌄
⌄
⌄
{
"id":
"http://example.com/schema"
,
"$schema":
"http://json-schema.org/draft-04/schema#"
,
"dependencies": {
"foo": [
"bar"
]
},
"properties": {
"foo": {
"enum": [
"single-value"
]
},
"bar": {
"type":
"number"
,
"minimum":
5
,
"exclusiveMinimum":
true
}
}
}
Upgraded JSON Schema