@@ -2166,7 +2166,7 @@ Bray, T., Ed., Hollander, D., Ed., Layman, A., Ed., and R. Tobin, Ed.,
21662166"Namespaces in XML 1.1 (Second Edition)", August 2006,
21672167<< http://www.w3.org/TR/2006/REC-xml-names11-20060816 > >.
21682168
2169- ## [ Appendix ] Schema identification examples {#idexamples}
2169+ ## %appendix% Schema identification examples {#idexamples}
21702170
21712171Consider the following schema, which shows ` $id ` being used to identify both the
21722172root schema and various subschemas, and ` $anchor ` being used to define plain
@@ -2268,7 +2268,7 @@ Document location `/$defs/C`:
22682268- base IRI of enclosing (root.json) resource plus fragment:
22692269 ` https://example.com/root.json#/$defs/C `
22702270
2271- ## [ Appendix ] Manipulating schema documents and references
2271+ ## %appendix% Manipulating schema documents and references
22722272
22732273Various tools have been created to rearrange schema documents based on how and
22742274where references (` $ref ` ) appear. This appendix discusses which use cases and
@@ -2310,7 +2310,7 @@ scope of this specification to determine or provide a set of safe `$ref` removal
23102310transformations, as they depend not only on the schema structure but also on the
23112311intended usage.
23122312
2313- ## [ Appendix ] Example of recursive schema extension {#recursive-example}
2313+ ## %appendix% Example of recursive schema extension {#recursive-example}
23142314
23152315Consider the following two schemas describing a simple recursive tree structure,
23162316where each node in the tree can have a "data" field of any type. The first
@@ -2404,7 +2404,7 @@ of the node schema objects were moved under `$defs`. It is the matching
24042404` $dynamicAnchor ` values which tell us how to resolve the dynamic reference, not
24052405any sort of correlation in JSON structure.
24062406
2407- ## [ Appendix ] References and generative use cases
2407+ ## %appendix% References and generative use cases
24082408
24092409While the presence of references is expected to be transparent to validation
24102410results, generative use cases such as code generators and UI renderers often
@@ -2454,7 +2454,7 @@ instance of a distinct class.
24542454This style of usage requires the annotation to be in the same object as the
24552455reference, which must be recognizable as a reference.
24562456
2457- ## [ Appendix ] Acknowledgments
2457+ ## %appendix% Acknowledgments
24582458
24592459Thanks to Gary Court, Francis Galiegue, Kris Zyp, Geraint Luff, and Henry
24602460Andrews for their work on the initial drafts of JSON Schema.
@@ -2464,7 +2464,7 @@ Bowman, Gowry Sankar, Donald Pipowitch, Dave Finlay, Denis Laxalde, Phil
24642464Sturgeon, Shawn Silverman, and Karen Etheridge for their submissions and patches
24652465to the document.
24662466
2467- ## [ Appendix ] Change Log[ ^ 19 ]
2467+ ## %appendix% Change Log[ ^ 19 ]
24682468
24692469### draft-bhutton-json-schema-next
24702470- Use IRIs instead of URIs, including allowing unicode in plain-name fragments
0 commit comments