File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ declare [TODO
1919comments] ( https://en.wikipedia.org/wiki/Comment_%28computer_programming%29#Tags )
2020in various parts of a schema.
2121
22- {{<common-pitfall >}}
22+ {{<common-pitfall >}}
2323
2424Compared to other similar keywords from the [ Meta Data] ({{< ref
2525"2020-12/meta-data" >}}) vocabulary, this keyword does not produce an
2626annotation. Furthermore, the specification explicitly prohibits any JSON Schema
2727tooling from inferring meaning from this keyword or elevating its contents to
2828the end user in any way.
2929
30- {{</common-pitfall >}}
30+ {{</common-pitfall >}}
3131
32- {{<learning-more >}}
32+ {{<learning-more >}}
3333
3434The JSON data format does not support any form of comments at the grammar
3535level. 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",
You can’t perform that action at this time.
0 commit comments