Skip to content

Commit 6c3df61

Browse files
committed
Fix missing </t>
Not sure how this got in, but it is breaking the build now.
1 parent daa0efe commit 6c3df61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-validation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
<list style="symbols">
952952
<t>Standardized on hyphenated format names ("uriref" becomes "uri-ref")</t>
953953
<t>Add the formats "uri-template" and "json-pointer"</t>
954-
<t>Changed "exclusiveMaximum"/"exclusiveMinimum" from boolean modifiers of "maximum"/"minimum" to independent numeric fields.
954+
<t>Changed "exclusiveMaximum"/"exclusiveMinimum" from boolean modifiers of "maximum"/"minimum" to independent numeric fields.</t>
955955
<t>Split the additionalItems/items into two sections</t>
956956
<t>Reworked properties/patternProperties/additionalProperties definition</t>
957957
<t>Added "examples" keyword</t>

0 commit comments

Comments
 (0)