File tree Expand file tree Collapse file tree 6 files changed +12
-18
lines changed Expand file tree Collapse file tree 6 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ return ref0
29
29
### Schema
30
30
31
31
``` json
32
- {
33
- "$ref" : " http://localhost:1234/draft-next/subSchemas-defs.json#/$defs/integer"
34
- }
32
+ { "$ref" : " http://localhost:1234/draft-next/subSchemas.json#/$defs/integer" }
35
33
```
36
34
37
35
### Code
@@ -82,7 +80,7 @@ return ref0
82
80
83
81
``` json
84
82
{
85
- "$ref" : " http://localhost:1234/draft-next/subSchemas-defs .json#/$defs/refToInteger"
83
+ "$ref" : " http://localhost:1234/draft-next/subSchemas.json#/$defs/refToInteger"
86
84
}
87
85
```
88
86
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ return ref0
29
29
### Schema
30
30
31
31
``` json
32
- {
33
- "$ref" : " http://localhost:1234/draft2019-09/subSchemas-defs.json#/$defs/integer"
34
- }
32
+ { "$ref" : " http://localhost:1234/draft2019-09/subSchemas.json#/$defs/integer" }
35
33
```
36
34
37
35
### Code
@@ -82,7 +80,7 @@ return ref0
82
80
83
81
``` json
84
82
{
85
- "$ref" : " http://localhost:1234/draft2019-09/subSchemas-defs .json#/$defs/refToInteger"
83
+ "$ref" : " http://localhost:1234/draft2019-09/subSchemas.json#/$defs/refToInteger"
86
84
}
87
85
```
88
86
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ return ref0
29
29
### Schema
30
30
31
31
``` json
32
- {
33
- "$ref" : " http://localhost:1234/draft2020-12/subSchemas-defs.json#/$defs/integer"
34
- }
32
+ { "$ref" : " http://localhost:1234/draft2020-12/subSchemas.json#/$defs/integer" }
35
33
```
36
34
37
35
### Code
@@ -82,7 +80,7 @@ return ref0
82
80
83
81
``` json
84
82
{
85
- "$ref" : " http://localhost:1234/draft2020-12/subSchemas-defs .json#/$defs/refToInteger"
83
+ "$ref" : " http://localhost:1234/draft2020-12/subSchemas.json#/$defs/refToInteger"
86
84
}
87
85
```
88
86
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ return ref0
33
33
### Schema
34
34
35
35
``` json
36
- { "$ref" : " http://localhost:1234/subSchemas.json#/integer" }
36
+ { "$ref" : " http://localhost:1234/subSchemas.json#/definitions/ integer" }
37
37
```
38
38
39
39
### Code
@@ -61,7 +61,7 @@ return ref0
61
61
### Schema
62
62
63
63
``` json
64
- { "$ref" : " http://localhost:1234/subSchemas.json#/refToInteger" }
64
+ { "$ref" : " http://localhost:1234/subSchemas.json#/definitions/ refToInteger" }
65
65
```
66
66
67
67
### Code
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ return ref0
33
33
### Schema
34
34
35
35
``` json
36
- { "$ref" : " http://localhost:1234/subSchemas.json#/integer" }
36
+ { "$ref" : " http://localhost:1234/subSchemas.json#/definitions/ integer" }
37
37
```
38
38
39
39
### Code
@@ -61,7 +61,7 @@ return ref0
61
61
### Schema
62
62
63
63
``` json
64
- { "$ref" : " http://localhost:1234/subSchemas.json#/refToInteger" }
64
+ { "$ref" : " http://localhost:1234/subSchemas.json#/definitions/ refToInteger" }
65
65
```
66
66
67
67
### Code
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ return ref0
33
33
### Schema
34
34
35
35
``` json
36
- { "$ref" : " http://localhost:1234/subSchemas.json#/integer" }
36
+ { "$ref" : " http://localhost:1234/subSchemas.json#/definitions/ integer" }
37
37
```
38
38
39
39
### Code
@@ -61,7 +61,7 @@ return ref0
61
61
### Schema
62
62
63
63
``` json
64
- { "$ref" : " http://localhost:1234/subSchemas.json#/refToInteger" }
64
+ { "$ref" : " http://localhost:1234/subSchemas.json#/definitions/ refToInteger" }
65
65
```
66
66
67
67
### Code
You can’t perform that action at this time.
0 commit comments