File tree Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 1
1
export default {
2
2
"$id" : "https://json-schema.org/draft/2019-09/meta/applicator" ,
3
3
"$schema" : "https://json-schema.org/draft/2019-09/schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/applicator" : true
6
- } ,
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : "Applicator vocabulary meta-schema" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
"$id" : "https://json-schema.org/draft/2019-09/meta/content" ,
3
3
"$schema" : "https://json-schema.org/draft/2019-09/schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/content" : true
6
- } ,
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : "Content vocabulary meta-schema" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
"$id" : "https://json-schema.org/draft/2019-09/meta/core" ,
3
3
"$schema" : "https://json-schema.org/draft/2019-09/schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/core" : true
6
- } ,
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : "Core vocabulary meta-schema" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
"$id" : "https://json-schema.org/draft/2019-09/meta/format" ,
3
3
"$schema" : "https://json-schema.org/draft/2019-09/schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/format" : true
6
- } ,
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : "Format vocabulary meta-schema" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
"$id" : "https://json-schema.org/draft/2019-09/meta/meta-data" ,
3
3
"$schema" : "https://json-schema.org/draft/2019-09/schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/meta-data" : true
6
- } ,
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : "Meta-data vocabulary meta-schema" ,
Original file line number Diff line number Diff line change 1
1
export default {
2
2
"$id" : "https://json-schema.org/draft/2019-09/meta/validation" ,
3
3
"$schema" : "https://json-schema.org/draft/2019-09/schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/validation" : true
6
- } ,
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : "Validation vocabulary meta-schema" ,
You can’t perform that action at this time.
0 commit comments