Skip to content

Commit 812ba48

Browse files
committed
definitions -> $defs
Even though we haven't done that elsewhere yet (see #266, #267) might as well refrain from adding new ones...
1 parent f45b729 commit 812ba48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/draft2019-06/ref.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"allOf": [{
363363
"$ref": "#foo"
364364
}],
365-
"definitions": {
365+
"$defs": {
366366
"A": {
367367
"$id": "#foo",
368368
"type": "integer"
@@ -388,7 +388,7 @@
388388
"allOf": [{
389389
"$ref": "http://localhost:1234/bar#foo"
390390
}],
391-
"definitions": {
391+
"$defs": {
392392
"A": {
393393
"$id": "http://localhost:1234/bar#foo",
394394
"type": "integer"
@@ -415,10 +415,10 @@
415415
"allOf": [{
416416
"$ref": "http://localhost:1234/nested.json#foo"
417417
}],
418-
"definitions": {
418+
"$defs": {
419419
"A": {
420420
"$id": "nested.json",
421-
"definitions": {
421+
"$defs": {
422422
"B": {
423423
"$id": "#foo",
424424
"type": "integer"

0 commit comments

Comments
 (0)