File tree 7 files changed +0
-21
lines changed
7 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/applicator" ,
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
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/content" ,
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
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/core" ,
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
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/format" ,
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
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/hyper-schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/hyper-schema" ,
4
- "$vocabulary" : {
5
- "https://json-schema.org/draft/2019-09/vocab/hyper-schema" : true
6
- },
7
4
"$recursiveAnchor" : true ,
8
5
9
6
"title" : " JSON Hyper-Schema Vocabulary Schema" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/meta-data" ,
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
{
2
2
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
3
3
"$id" : " https://json-schema.org/draft/2019-09/meta/validation" ,
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