File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 363
363
</section >
364
364
</section >
365
365
366
- <section title =" JSON Schema Documents" >
366
+ <section title =" JSON Schema Documents" anchor = " schema-documents " >
367
367
<t >
368
368
A JSON Schema document, or simply a schema, is a JSON document used to describe
369
369
an instance.
919
919
</t >
920
920
<t >
921
921
The presence of this keyword with a boolean true value indicates that,
922
- during processing, it MUST be treated as a reference to the schema document
923
- where processing was initiated.
922
+ during processing, it MUST be treated as a reference to the
923
+ <xref target =" schema-documents" >schema document</xref > where processing
924
+ was initiated.
924
925
</t >
925
926
<t >
926
927
This document, known as the entry point schema, is the schema document that
940
941
<artwork >
941
942
<![CDATA[
942
943
{
944
+ "$schema": "http://json-schema.org/draft-08/schema#",
943
945
"$id": "https://example.com/base",
944
946
"properties": {
945
947
"local": {
952
954
}
953
955
954
956
{
955
- "$schema": "
957
+ "$schema": "http://json-schema.org/draft-08/schema#",
956
958
"$id": "https://example.com/extension",
957
959
"properties": {
958
960
"extended": {
You can’t perform that action at this time.
0 commit comments