Skip to content

Commit 8a0f3f3

Browse files
committed
Fix CDATA indentation.
1 parent 30f3158 commit 8a0f3f3

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

jsonschema-core.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,18 +1692,18 @@
16921692
<artwork>
16931693
<![CDATA[
16941694
{
1695-
"$id": "https://example.net/root.json",
1696-
"items": {
1697-
"type": "array",
1698-
"items": { "$ref": "#item" }
1699-
},
1700-
"$defs": {
1701-
"single": {
1702-
"$anchor": "item",
1703-
"type": "object",
1704-
"additionalProperties": { "$ref": "other.json" }
1705-
}
1706-
}
1695+
"$id": "https://example.net/root.json",
1696+
"items": {
1697+
"type": "array",
1698+
"items": { "$ref": "#item" }
1699+
},
1700+
"$defs": {
1701+
"single": {
1702+
"$anchor": "item",
1703+
"type": "object",
1704+
"additionalProperties": { "$ref": "other.json" }
1705+
}
1706+
}
17071707
}
17081708
]]>
17091709
</artwork>
@@ -1764,11 +1764,11 @@
17641764
<artwork>
17651765
<![CDATA[
17661766
{
1767-
"$id": "https://example.com/foo",
1768-
"items": {
1769-
"$id": "https://example.com/bar",
1770-
"additionalProperties": { }
1771-
}
1767+
"$id": "https://example.com/foo",
1768+
"items": {
1769+
"$id": "https://example.com/bar",
1770+
"additionalProperties": { }
1771+
}
17721772
}
17731773
]]>
17741774
</artwork>
@@ -1787,15 +1787,15 @@
17871787
<artwork>
17881788
<![CDATA[
17891789
{
1790-
"$id": "https://example.com/foo",
1791-
"items": {
1792-
"$ref": "bar"
1793-
}
1790+
"$id": "https://example.com/foo",
1791+
"items": {
1792+
"$ref": "bar"
1793+
}
17941794
}
17951795
17961796
{
1797-
"$id": "https://example.com/bar",
1798-
"additionalProperties": { }
1797+
"$id": "https://example.com/bar",
1798+
"additionalProperties": { }
17991799
}
18001800
]]>
18011801
</artwork>

0 commit comments

Comments
 (0)