@@ -2156,7 +2156,7 @@ Bray, T., Ed., Hollander, D., Ed., Layman, A., Ed., and R. Tobin, Ed.,
21562156"Namespaces in XML 1.1 (Second Edition)", August 2006,
21572157<< http://www.w3.org/TR/2006/REC-xml-names11-20060816 > >.
21582158
2159- ## [ Appendix ] Schema identification examples {#idexamples}
2159+ ## %appendix% Schema identification examples {#idexamples}
21602160
21612161Consider the following schema, which shows ` $id ` being used to identify both the
21622162root schema and various subschemas, and ` $anchor ` being used to define plain
@@ -2258,7 +2258,7 @@ Document location `/$defs/C`:
22582258- base IRI of enclosing (root.json) resource plus fragment:
22592259 ` https://example.com/root.json#/$defs/C `
22602260
2261- ## [ Appendix ] Manipulating schema documents and references
2261+ ## %appendix% Manipulating schema documents and references
22622262
22632263Various tools have been created to rearrange schema documents based on how and
22642264where references (` $ref ` ) appear. This appendix discusses which use cases and
@@ -2300,7 +2300,7 @@ scope of this specification to determine or provide a set of safe `$ref` removal
23002300transformations, as they depend not only on the schema structure but also on the
23012301intended usage.
23022302
2303- ## [ Appendix ] Example of recursive schema extension {#recursive-example}
2303+ ## %appendix% Example of recursive schema extension {#recursive-example}
23042304
23052305Consider the following two schemas describing a simple recursive tree structure,
23062306where each node in the tree can have a "data" field of any type. The first
@@ -2394,7 +2394,7 @@ of the node schema objects were moved under `$defs`. It is the matching
23942394` $dynamicAnchor ` values which tell us how to resolve the dynamic reference, not
23952395any sort of correlation in JSON structure.
23962396
2397- ## [ Appendix ] References and generative use cases
2397+ ## %appendix% References and generative use cases
23982398
23992399While the presence of references is expected to be transparent to validation
24002400results, generative use cases such as code generators and UI renderers often
@@ -2444,7 +2444,7 @@ instance of a distinct class.
24442444This style of usage requires the annotation to be in the same object as the
24452445reference, which must be recognizable as a reference.
24462446
2447- ## [ Appendix ] Acknowledgments
2447+ ## %appendix% Acknowledgments
24482448
24492449Thanks to Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, and Henry
24502450Andrews for their work on the initial drafts of JSON Schema.
@@ -2454,7 +2454,7 @@ Bowman, Gowry Sankar, Donald Pipowitch, Dave Finlay, Denis Laxalde, Phil
24542454Sturgeon, Shawn Silverman, and Karen Etheridge for their submissions and patches
24552455to the document.
24562456
2457- ## [ Appendix ] Change Log[ ^ 19 ]
2457+ ## %appendix% Change Log[ ^ 19 ]
24582458
24592459### draft-bhutton-json-schema-next
24602460- Use IRIs instead of URIs, including allowing unicode in plain-name fragments
0 commit comments