boon now included
This commit is contained in:
33
validator/tests/debug.json
Normal file
33
validator/tests/debug.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"remotes": {
|
||||
"http://localhost:1234/draft2020-12/locationIndependentIdentifier.json": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$defs": {
|
||||
"refToInteger": {
|
||||
"$ref": "#foo"
|
||||
},
|
||||
"A": {
|
||||
"$anchor": "foo",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"a": {
|
||||
"$ref": "http://localhost:1234/draft2020-12/locationIndependentIdentifier.json#foo"
|
||||
},
|
||||
"b": {
|
||||
"$ref": "http://localhost:1234/draft2020-12/locationIndependentIdentifier.json#foo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"a": 1,
|
||||
"b": "hello"
|
||||
},
|
||||
"valid": false
|
||||
}
|
||||
Reference in New Issue
Block a user