File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ REMOTES = {
42
42
},
43
43
},
44
44
"subSchemas.json" : {
45
+ u"integer" : {u"type" : u"integer" },
46
+ u"refToInteger" : {u"$ref" : u"#/integer" },
47
+ },
48
+ "subSchemas-defs.json" : {
45
49
u"$defs" : {
46
50
u"integer" : {u"type" : u"integer" },
47
51
u"refToInteger" : {u"$ref" : u"#/$defs/integer" },
Original file line number Diff line number Diff line change
1
+ {
2
+ "$defs" : {
3
+ "integer" : {
4
+ "type" : " integer"
5
+ },
6
+ "refToInteger" : {
7
+ "$ref" : " #/$defs/integer"
8
+ }
9
+ }
10
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "$defs" : {
3
- "integer" : {
4
- "type" : " integer"
5
- },
6
- "refToInteger" : {
7
- "$ref" : " #/$defs/integer"
8
- }
2
+ "integer" : {
3
+ "type" : " integer"
4
+ },
5
+ "refToInteger" : {
6
+ "$ref" : " #/integer"
9
7
}
10
8
}
Original file line number Diff line number Diff line change 17
17
},
18
18
{
19
19
"description" : " fragment within remote ref" ,
20
- "schema" : {"$ref" : " http://localhost:1234/subSchemas.json#/$defs/integer" },
20
+ "schema" : {"$ref" : " http://localhost:1234/subSchemas-defs .json#/$defs/integer" },
21
21
"tests" : [
22
22
{
23
23
"description" : " remote fragment valid" ,
34
34
{
35
35
"description" : " ref within remote ref" ,
36
36
"schema" : {
37
- "$ref" : " http://localhost:1234/subSchemas.json#/$defs/refToInteger"
37
+ "$ref" : " http://localhost:1234/subSchemas-defs .json#/$defs/refToInteger"
38
38
},
39
39
"tests" : [
40
40
{
You can’t perform that action at this time.
0 commit comments