File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22
22
"description" : " fragment within remote ref" ,
23
23
"schema" : {
24
24
"$schema" : " https://json-schema.org/draft/next/schema" ,
25
- "$ref" : " http://localhost:1234/draft-next/subSchemas-defs .json#/$defs/integer"
25
+ "$ref" : " http://localhost:1234/draft-next/subSchemas.json#/$defs/integer"
26
26
},
27
27
"tests" : [
28
28
{
60
60
"description" : " ref within remote ref" ,
61
61
"schema" : {
62
62
"$schema" : " https://json-schema.org/draft/next/schema" ,
63
- "$ref" : " http://localhost:1234/draft-next/subSchemas-defs .json#/$defs/refToInteger"
63
+ "$ref" : " http://localhost:1234/draft-next/subSchemas.json#/$defs/refToInteger"
64
64
},
65
65
"tests" : [
66
66
{
Original file line number Diff line number Diff line change 22
22
"description" : " fragment within remote ref" ,
23
23
"schema" : {
24
24
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
25
- "$ref" : " http://localhost:1234/draft2019-09/subSchemas-defs .json#/$defs/integer"
25
+ "$ref" : " http://localhost:1234/draft2019-09/subSchemas.json#/$defs/integer"
26
26
},
27
27
"tests" : [
28
28
{
60
60
"description" : " ref within remote ref" ,
61
61
"schema" : {
62
62
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
63
- "$ref" : " http://localhost:1234/draft2019-09/subSchemas-defs .json#/$defs/refToInteger"
63
+ "$ref" : " http://localhost:1234/draft2019-09/subSchemas.json#/$defs/refToInteger"
64
64
},
65
65
"tests" : [
66
66
{
Original file line number Diff line number Diff line change 22
22
"description" : " fragment within remote ref" ,
23
23
"schema" : {
24
24
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
25
- "$ref" : " http://localhost:1234/draft2020-12/subSchemas-defs .json#/$defs/integer"
25
+ "$ref" : " http://localhost:1234/draft2020-12/subSchemas.json#/$defs/integer"
26
26
},
27
27
"tests" : [
28
28
{
60
60
"description" : " ref within remote ref" ,
61
61
"schema" : {
62
62
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
63
- "$ref" : " http://localhost:1234/draft2020-12/subSchemas-defs .json#/$defs/refToInteger"
63
+ "$ref" : " http://localhost:1234/draft2020-12/subSchemas.json#/$defs/refToInteger"
64
64
},
65
65
"tests" : [
66
66
{
You can’t perform that action at this time.
0 commit comments