File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 244
244
{
245
245
"description" : " Recursive references between schemas" ,
246
246
"schema" : {
247
- "id" : " http://localhost:1234/tree" ,
247
+ "$ id" : " http://localhost:1234/tree" ,
248
248
"description" : " tree of nodes" ,
249
249
"type" : " object" ,
250
250
"properties" : {
257
257
"required" : [" meta" , " nodes" ],
258
258
"definitions" : {
259
259
"node" : {
260
- "id" : " http://localhost:1234/node" ,
260
+ "$ id" : " http://localhost:1234/node" ,
261
261
"description" : " node" ,
262
262
"type" : " object" ,
263
263
"properties" : {
Original file line number Diff line number Diff line change 74
74
{
75
75
"description" : " base URI change - change folder" ,
76
76
"schema" : {
77
- "id" : " http://localhost:1234/scope_change_defs1.json" ,
77
+ "$ id" : " http://localhost:1234/scope_change_defs1.json" ,
78
78
"type" : " object" ,
79
79
"properties" : {
80
80
"list" : {"$ref" : " #/definitions/baz" }
81
81
},
82
82
"definitions" : {
83
83
"baz" : {
84
- "id" : " folder/" ,
84
+ "$ id" : " folder/" ,
85
85
"type" : " array" ,
86
86
"items" : {"$ref" : " folderInteger.json" }
87
87
}
103
103
{
104
104
"description" : " base URI change - change folder in subschema" ,
105
105
"schema" : {
106
- "id" : " http://localhost:1234/scope_change_defs2.json" ,
106
+ "$ id" : " http://localhost:1234/scope_change_defs2.json" ,
107
107
"type" : " object" ,
108
108
"properties" : {
109
109
"list" : {"$ref" : " #/definitions/baz/definitions/bar" }
110
110
},
111
111
"definitions" : {
112
112
"baz" : {
113
- "id" : " folder/" ,
113
+ "$ id" : " folder/" ,
114
114
"definitions" : {
115
115
"bar" : {
116
116
"type" : " array" ,
136
136
{
137
137
"description" : " root ref in remote ref" ,
138
138
"schema" : {
139
- "id" : " http://localhost:1234/object" ,
139
+ "$ id" : " http://localhost:1234/object" ,
140
140
"type" : " object" ,
141
141
"properties" : {
142
142
"name" : {"$ref" : " name.json#/definitions/orNull" }
You can’t perform that action at this time.
0 commit comments