Skip to content

Commit 7cc150f

Browse files
committed
link fix
Signed-off-by: Clemens Vasters <clemens@vasters.com>
1 parent e4c5369 commit 7cc150f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-vasters-json-structure-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,9 @@ or:
702702

703703
Inline unions require for all type choices to extend a common base type.
704704

705-
This is expressed by using the [`$extends`]({{extends}}) keyword in the
706-
`choice` declaration. The `$extends` keyword MUST refer to a schema that
707-
defines the base type and the base type MUST be abstract.
705+
This is expressed by using the [`$extends`]({{extends-keyword}}) keyword in the
706+
`choice` declaration. The `$extends` keyword MUST refer to a schema that defines
707+
the base type and the base type MUST be abstract.
708708

709709
If `$extends` is present, the `selector` property declares the name of the
710710
injected property that acts as the selector for the inline union. The

0 commit comments

Comments
 (0)