Skip to content

Commit e1b1768

Browse files
committed
Fixed white space issues... xml2rfc is really picky!
1 parent 7435bcb commit e1b1768

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -959,15 +959,15 @@
959959
current instance location. "$ref" is an applicator key word, applying the referred
960960
schema to the instance.
961961
</t>
962-
+ <t>
963-
+ The value of the "$ref" property MUST be a string which is a URI Reference.
962+
<t>
963+
The value of the "$ref" property MUST be a string which is a URI Reference.
964964
Resolved against the current URI base, it identifies the URI of a schema to use.
965965
</t>
966966
<t>
967967
As the value of "$ref" is a URI Reference, this allows the posibility to externalise or
968-
+ shard a schema across multiple files, and provides the ability to validate recursive structures
969-
+ through self-reference.
970-
+ </t>
968+
shard a schema across multiple files, and provides the ability to validate recursive structures
969+
through self-reference.
970+
</t>
971971
<t>
972972
The URI is not a network locator, only an identifier. A schema need not be
973973
downloadable from the address if it is a network-addressable URL, and

0 commit comments

Comments
 (0)