@@ -2186,7 +2186,7 @@ Bray, T., Ed., Hollander, D., Ed., Layman, A., Ed., and R. Tobin, Ed.,
21862186"Namespaces in XML 1.1 (Second Edition)", August 2006,
21872187<< http://www.w3.org/TR/2006/REC-xml-names11-20060816 > >.
21882188
2189- ## [ Appendix ] Schema identification examples {#idexamples}
2189+ ## %appendix% Schema identification examples {#idexamples}
21902190
21912191Consider the following schema, which shows ` $id ` being used to identify both the
21922192root schema and various subschemas, and ` $anchor ` being used to define plain
@@ -2265,7 +2265,7 @@ determines the canonical nature of the resulting full IRI.[^18]
22652265and direct you to read the CREF located in the [ JSON Pointer fragments and
22662266embedded schema resources] ( #embedded ) section for further comments.
22672267
2268- ## [ Appendix ] Manipulating schema documents and references
2268+ ## %appendix% Manipulating schema documents and references
22692269
22702270Various tools have been created to rearrange schema documents based on how and
22712271where references (` $ref ` ) appear. This appendix discusses which use cases and
@@ -2307,7 +2307,7 @@ scope of this specification to determine or provide a set of safe `$ref` removal
23072307transformations, as they depend not only on the schema structure but also on the
23082308intended usage.
23092309
2310- ## [ Appendix ] Example of recursive schema extension {#recursive-example}
2310+ ## %appendix% Example of recursive schema extension {#recursive-example}
23112311
23122312Consider the following two schemas describing a simple recursive tree structure,
23132313where each node in the tree can have a "data" field of any type. The first
@@ -2401,7 +2401,7 @@ of the node schema objects were moved under `$defs`. It is the matching
24012401` $dynamicAnchor ` values which tell us how to resolve the dynamic reference, not
24022402any sort of correlation in JSON structure.
24032403
2404- ## [ Appendix ] References and generative use cases
2404+ ## %appendix% References and generative use cases
24052405
24062406While the presence of references is expected to be transparent to validation
24072407results, generative use cases such as code generators and UI renderers often
@@ -2451,7 +2451,7 @@ instance of a distinct class.
24512451This style of usage requires the annotation to be in the same object as the
24522452reference, which must be recognizable as a reference.
24532453
2454- ## [ Appendix ] Acknowledgments
2454+ ## %appendix% Acknowledgments
24552455
24562456Thanks to Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, and Henry
24572457Andrews for their work on the initial drafts of JSON Schema.
@@ -2461,7 +2461,7 @@ Bowman, Gowry Sankar, Donald Pipowitch, Dave Finlay, Denis Laxalde, Phil
24612461Sturgeon, Shawn Silverman, and Karen Etheridge for their submissions and patches
24622462to the document.
24632463
2464- ## [ Appendix ] Change Log[ ^ 19 ]
2464+ ## %appendix% Change Log[ ^ 19 ]
24652465
24662466### draft-bhutton-json-schema-next
24672467- Use IRIs instead of URIs, including allowing unicode in plain-name fragments
0 commit comments