Skip to content

Commit 79b45b8

Browse files
committed
Use cases: Reword
1 parent bf7da9d commit 79b45b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-use-cases.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
For example, for security reasons, an application may want to verify a JSON document does not contain the string "<tt>&lt;/script</tt>" but is written instead with a character escape such as "<tt>&lt;\/script</tt>". This would ensure that, if the JSON were to be embedded in a <tt>&lt;script&gt;</tt> tag, it could not close the tag and be interpreted as HTML.
288288
</t>
289289
<t>
290-
This is not a standard part of JSON Schema because it may violate the semantics of JSON, by adding an ability to distinguish between encodings which are supposed to be equal to receiving applications.
290+
This is not a standard part of JSON Schema because it may violate the semantics of JSON, by adding an ability to distinguish between encodings which are supposed to be equivalent to receiving applications.
291291
</t>
292292
</section>
293293
</section>

0 commit comments

Comments
 (0)