Skip to content

Commit

Permalink
chore: fix broken link to "$id" keyword (json-schema-org#484)
Browse files Browse the repository at this point in the history
* chore: fix broken link to "$id" keyword

* fix local "$id" link
  • Loading branch information
GabenGar authored and Akshaybagai52 committed Mar 13, 2024
1 parent c8b4597 commit 986aecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/understanding-json-schema/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ you control, for example:
{ "$id": "http://yourdomain.com/schemas/myschema.json" }
```

The details of `$id` become more apparent when you start [structuring a complex schema](../../understanding-json-schema/structuring#dollarid).
The details of `$id` become more apparent when you start [structuring a complex schema](../../understanding-json-schema/structuring#id).

<Infobox label="Draft-specific info">
In Draft 4, `$id` is just `id` (without the dollar-sign).
</Infobox>
</Infobox>
2 changes: 1 addition & 1 deletion pages/understanding-json-schema/structuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ section: docs
* [Schema Identification](#schema-identification)
* [Base URI](#base-uri)
* [$ref](#dollarref)
* [$id](#dollarid)
* [$id](#id)
* [$defs](#defs)
* [Recursion](#recursion)
* [Extending Recursive Schemas](#extending-recursive-schemas)
Expand Down

0 comments on commit 986aecf

Please sign in to comment.