We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c5369 commit 7cc150fCopy full SHA for 7cc150f
draft-vasters-json-structure-core.md
@@ -702,9 +702,9 @@ or:
702
703
Inline unions require for all type choices to extend a common base type.
704
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.
+This is expressed by using the [`$extends`]({{extends-keyword}}) keyword in the
+`choice` declaration. The `$extends` keyword MUST refer to a schema that defines
+the base type and the base type MUST be abstract.
708
709
If `$extends` is present, the `selector` property declares the name of the
710
injected property that acts as the selector for the inline union. The
0 commit comments