2123
2123
2124
2124
<section title =" Output Formats" >
2125
2125
<t >
2126
- This specification defines four output formats. See the * Output Structure*
2126
+ This specification defines four output formats. See the " Output Structure"
2127
2127
section for the requirements of each format.
2128
2128
<list >
2129
2129
<t >
2177
2177
]]>
2178
2178
</artwork >
2179
2179
</figure >
2180
+ <t >
2181
+ Note that this pointer may not be resolvable due to the inclusion of these
2182
+ applicator keywords.
2183
+ </t >
2180
2184
<t >
2181
2185
The JSON key for this information is "keywordLocation".
2182
2186
</t >
@@ -2196,8 +2200,8 @@ http://json-schema.org/draft-08/schema#/$defs/nonNegativeInteger/minimum
2196
2200
</artwork >
2197
2201
</figure >
2198
2202
<t >
2199
- This information MAY be omitted if either the relative ___location contains no
2200
- references or if the schema does not declare an absolute URI as its "$id".
2203
+ This information MAY be omitted only if either the relative ___location contains
2204
+ no references or if the schema does not declare an absolute URI as its "$id".
2201
2205
</t >
2202
2206
<t >
2203
2207
The JSON key for this information is "absoluteKeywordLocation".
@@ -2464,13 +2468,13 @@ http://json-schema.org/draft-08/schema#/$defs/nonNegativeInteger/minimum
2464
2468
2465
2469
<section title =" Verbose" >
2466
2470
<t >
2467
- The ** Verbose** structure is a fully realized hierarchy that exactly matches
2471
+ The " Verbose" structure is a fully realized hierarchy that exactly matches
2468
2472
that of the schema. This structure has applications in form generation and
2469
2473
validation where the error's ___location is important.
2470
2474
</t >
2471
2475
<t >
2472
- The primary difference between this and the ** Detailed** structure is that
2473
- * all* results are returned. This includes sub-schema validation results that
2476
+ The primary difference between this and the " Detailed" structure is that
2477
+ all results are returned. This includes sub-schema validation results that
2474
2478
would otherwise be removed (e.g. annotations for failed validations,
2475
2479
successful validations inside a `not` keyword, etc.). Because of this, it
2476
2480
is RECOMMENDED that each node also carry a `valid` property to indicate the
@@ -2479,7 +2483,7 @@ http://json-schema.org/draft-08/schema#/$defs/nonNegativeInteger/minimum
2479
2483
<t >
2480
2484
Because this output structure can be quite large, a smaller example is given
2481
2485
here for brevity. The full output structure of the example above can be found
2482
- [here]( standardized-output-verbose.json)
2486
+ < eref target = " standardized-output-verbose.json" >here</ eref >.
2483
2487
</t >
2484
2488
<figure >
2485
2489
<artwork >
@@ -2540,7 +2544,7 @@ http://json-schema.org/draft-08/schema#/$defs/nonNegativeInteger/minimum
2540
2544
<section title =" Output validation schema" >
2541
2545
<t >
2542
2546
For convenience, a JSON Schema has been provided to validate output generated
2543
- by implementations. It can be found [here]( schema-output.json) .
2547
+ by implementations. It can be found < eref target = " schema-output.json" >here</ eref > .
2544
2548
</t >
2545
2549
</section >
2546
2550
0 commit comments