Skip to content

Commit 53d5fc5

Browse files
committed
Fix figure tag location
Resolves 842
1 parent d561ae6 commit 53d5fc5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,9 +1847,9 @@
18471847
As an example, here is a schema describing an array of positive
18481848
integers, where the positive integer constraint is a subschema in
18491849
"$defs":
1850-
1851-
<figure>
1852-
<artwork>
1850+
</t>
1851+
<figure>
1852+
<artwork>
18531853
<![CDATA[
18541854
{
18551855
"type": "array",
@@ -1862,9 +1862,8 @@
18621862
}
18631863
}
18641864
]]>
1865-
</artwork>
1866-
</figure>
1867-
</t>
1865+
</artwork>
1866+
</figure>
18681867
</section>
18691868
</section>
18701869

0 commit comments

Comments
 (0)