File tree 9 files changed +24
-16
lines changed
baseUriChangeFolderInSubschema
9 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ REMOTES = {
51
51
u"refToInteger" : {u"$ref" : u"#/$defs/integer" },
52
52
}
53
53
},
54
- "folder/folderInteger.json" : {u"type" : u"integer" }
54
+ "baseUriChange/folderInteger.json" : {u"type" : u"integer" },
55
+ "baseUriChangeFolder/folderInteger.json" : {u"type" : u"integer" },
56
+ "baseUriChangeFolderInSubschema/folderInteger.json" : {u"type" : u"integer" },
55
57
}
56
58
REMOTES_DIR = os .path .join (ROOT_DIR , "remotes" )
57
59
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " integer"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " integer"
3
+ }
Original file line number Diff line number Diff line change 54
54
"schema" : {
55
55
"$id" : " http://localhost:1234/" ,
56
56
"items" : {
57
- "$id" : " folder /" ,
57
+ "$id" : " baseUriChange /" ,
58
58
"items" : {"$ref" : " folderInteger.json" }
59
59
}
60
60
},
76
76
"schema" : {
77
77
"$id" : " http://localhost:1234/scope_change_defs1.json" ,
78
78
"type" : " object" ,
79
- "properties" : {"list" : {"$ref" : " folder /" }},
79
+ "properties" : {"list" : {"$ref" : " baseUriChangeFolder /" }},
80
80
"$defs" : {
81
81
"baz" : {
82
- "$id" : " folder /" ,
82
+ "$id" : " baseUriChangeFolder /" ,
83
83
"type" : " array" ,
84
84
"items" : {"$ref" : " folderInteger.json" }
85
85
}
103
103
"schema" : {
104
104
"$id" : " http://localhost:1234/scope_change_defs2.json" ,
105
105
"type" : " object" ,
106
- "properties" : {"list" : {"$ref" : " folder /#/$defs/bar" }},
106
+ "properties" : {"list" : {"$ref" : " baseUriChangeFolderInSubschema /#/$defs/bar" }},
107
107
"$defs" : {
108
108
"baz" : {
109
- "$id" : " folder /" ,
109
+ "$id" : " baseUriChangeFolderInSubschema /" ,
110
110
"$defs" : {
111
111
"bar" : {
112
112
"type" : " array" ,
Original file line number Diff line number Diff line change 54
54
"schema" : {
55
55
"id" : " http://localhost:1234/" ,
56
56
"items" : {
57
- "id" : " folder /" ,
57
+ "id" : " baseUriChange /" ,
58
58
"items" : {"$ref" : " folderInteger.json" }
59
59
}
60
60
},
Original file line number Diff line number Diff line change 54
54
"schema" : {
55
55
"id" : " http://localhost:1234/" ,
56
56
"items" : {
57
- "id" : " folder /" ,
57
+ "id" : " baseUriChange /" ,
58
58
"items" : {"$ref" : " folderInteger.json" }
59
59
}
60
60
},
81
81
},
82
82
"definitions" : {
83
83
"baz" : {
84
- "id" : " folder /" ,
84
+ "id" : " baseUriChangeFolder /" ,
85
85
"type" : " array" ,
86
86
"items" : {"$ref" : " folderInteger.json" }
87
87
}
110
110
},
111
111
"definitions" : {
112
112
"baz" : {
113
- "id" : " folder /" ,
113
+ "id" : " baseUriChangeFolderInSubschema /" ,
114
114
"definitions" : {
115
115
"bar" : {
116
116
"type" : " array" ,
Original file line number Diff line number Diff line change 54
54
"schema" : {
55
55
"$id" : " http://localhost:1234/" ,
56
56
"items" : {
57
- "$id" : " folder /" ,
57
+ "$id" : " baseUriChange /" ,
58
58
"items" : {"$ref" : " folderInteger.json" }
59
59
}
60
60
},
81
81
},
82
82
"definitions" : {
83
83
"baz" : {
84
- "$id" : " folder /" ,
84
+ "$id" : " baseUriChangeFolder /" ,
85
85
"type" : " array" ,
86
86
"items" : {"$ref" : " folderInteger.json" }
87
87
}
110
110
},
111
111
"definitions" : {
112
112
"baz" : {
113
- "$id" : " folder /" ,
113
+ "$id" : " baseUriChangeFolderInSubschema /" ,
114
114
"definitions" : {
115
115
"bar" : {
116
116
"type" : " array" ,
Original file line number Diff line number Diff line change 54
54
"schema" : {
55
55
"$id" : " http://localhost:1234/" ,
56
56
"items" : {
57
- "$id" : " folder /" ,
57
+ "$id" : " baseUriChange /" ,
58
58
"items" : {"$ref" : " folderInteger.json" }
59
59
}
60
60
},
81
81
},
82
82
"definitions" : {
83
83
"baz" : {
84
- "$id" : " folder /" ,
84
+ "$id" : " baseUriChangeFolder /" ,
85
85
"type" : " array" ,
86
86
"items" : {"$ref" : " folderInteger.json" }
87
87
}
110
110
},
111
111
"definitions" : {
112
112
"baz" : {
113
- "$id" : " folder /" ,
113
+ "$id" : " baseUriChangeFolderInSubschema /" ,
114
114
"definitions" : {
115
115
"bar" : {
116
116
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments