Skip to content

Commit b06a316

Browse files
authored
Fix bundling docs bug (#822)
1 parent 9f65d1e commit b06a316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/understanding-json-schema/structuring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ example bundled into a Compound Schema Document.
515515

516516
"$defs": {
517517
"address": {
518-
"$id": "https://example.com/schemas/customer",
518+
"$id": "https://example.com/schemas/address",
519519
"$schema": "http://json-schema.org/draft-07/schema#",
520520

521521
"type": "object",

0 commit comments

Comments
 (0)