File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"description" : " reference of a root arbitrary keyword " ,
4
4
"schema" : {
5
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
5
+ "$schema" : " https://json-schema.org/draft/next /schema" ,
6
6
"unknown-keyword" : {"type" : " integer" },
7
7
"properties" : {
8
8
"bar" : {"$ref" : " #/unknown-keyword" }
24
24
{
25
25
"description" : " reference of a root arbitrary keyword with encoded ref" ,
26
26
"schema" : {
27
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
27
+ "$schema" : " https://json-schema.org/draft/next /schema" ,
28
28
"unknown/keyword" : {"type" : " integer" },
29
29
"properties" : {
30
30
"bar" : {"$ref" : " #/unknown~1keyword" }
46
46
{
47
47
"description" : " reference of an arbitrary keyword of a sub-schema" ,
48
48
"schema" : {
49
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
49
+ "$schema" : " https://json-schema.org/draft/next /schema" ,
50
50
"properties" : {
51
51
"foo" : {"unknown-keyword" : {"type" : " integer" }},
52
52
"bar" : {"$ref" : " #/properties/foo/unknown-keyword" }
Original file line number Diff line number Diff line change 2
2
{
3
3
"description" : " reference of a root arbitrary keyword " ,
4
4
"schema" : {
5
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
5
+ "$schema" : " https://json-schema.org/draft/2019-09 /schema" ,
6
6
"unknown-keyword" : {"type" : " integer" },
7
7
"properties" : {
8
8
"bar" : {"$ref" : " #/unknown-keyword" }
24
24
{
25
25
"description" : " reference of a root arbitrary keyword with encoded ref" ,
26
26
"schema" : {
27
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
27
+ "$schema" : " https://json-schema.org/draft/2019-09 /schema" ,
28
28
"unknown/keyword" : {"type" : " integer" },
29
29
"properties" : {
30
30
"bar" : {"$ref" : " #/unknown~1keyword" }
46
46
{
47
47
"description" : " reference of an arbitrary keyword of a sub-schema" ,
48
48
"schema" : {
49
- "$schema" : " https://json-schema.org/draft/2020-12 /schema" ,
49
+ "$schema" : " https://json-schema.org/draft/2019-09 /schema" ,
50
50
"properties" : {
51
51
"foo" : {"unknown-keyword" : {"type" : " integer" }},
52
52
"bar" : {"$ref" : " #/properties/foo/unknown-keyword" }
You can’t perform that action at this time.
0 commit comments