Skip to content

Commit b589618

Browse files
committed
Small tweaks to $comment
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 535962b commit b589618

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/2020-12/core/comment.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ declare [TODO
1919
comments](https://en.wikipedia.org/wiki/Comment_%28computer_programming%29#Tags)
2020
in various parts of a schema.
2121

22-
{{<common-pitfall>}}
22+
{{<common-pitfall>}}
2323

2424
Compared to other similar keywords from the [Meta Data]({{< ref
2525
"2020-12/meta-data" >}}) vocabulary, this keyword does not produce an
2626
annotation. Furthermore, the specification explicitly prohibits any JSON Schema
2727
tooling from inferring meaning from this keyword or elevating its contents to
2828
the end user in any way.
2929

30-
{{</common-pitfall>}}
30+
{{</common-pitfall>}}
3131

32-
{{<learning-more>}}
32+
{{<learning-more>}}
3333

3434
The JSON data format does not support any form of comments at the grammar
3535
level. While this is a common point of contention, comment support (or any
@@ -48,7 +48,7 @@ schemas and over the wire.
4848

4949
## Examples
5050

51-
{{<schema `A schema that includes a top level and a nested comment`>}}
51+
{{<schema `A schema that declares a top level and a nested comment`>}}
5252
{
5353
"$schema": "https://json-schema.org/draft/2020-12/schema",
5454
"$comment": "This is an internal note about the schema that is ignored by the evaluation process",

0 commit comments

Comments
 (0)