File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ external references that we want to bundle.
350
350
"properties" : {
351
351
"address" : { "type" : " string" },
352
352
"city" : { "type" : " string" },
353
- "postalCode" : { "type " : " /schema/common#/$defs/usaPostalCode" },
354
- "state" : { "type " : " /$defs/states" }
353
+ "postalCode" : { "$ref " : " /schema/common#/$defs/usaPostalCode" },
354
+ "state" : { "$ref " : " /$defs/states" }
355
355
},
356
356
357
357
"$defs" : {
@@ -407,8 +407,8 @@ embedded schemas using `$defs`. Here's what the bundled schema would look like.
407
407
"properties" : {
408
408
"address" : { "type" : " string" },
409
409
"city" : { "type" : " string" },
410
- "postalCode" : { "type " : " /schema/common#/$defs/usaPostalCode" },
411
- "state" : { "type " : " #/$defs/states" }
410
+ "postalCode" : { "$ref " : " /schema/common#/$defs/usaPostalCode" },
411
+ "state" : { "$ref " : " #/$defs/states" }
412
412
},
413
413
414
414
"$defs" : {
You can’t perform that action at this time.
0 commit comments