File tree 1 file changed +23
-23
lines changed 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 1692
1692
<artwork >
1693
1693
<![CDATA[
1694
1694
{
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
+ }
1707
1707
}
1708
1708
]]>
1709
1709
</artwork >
1764
1764
<artwork >
1765
1765
<![CDATA[
1766
1766
{
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
+ }
1772
1772
}
1773
1773
]]>
1774
1774
</artwork >
1787
1787
<artwork >
1788
1788
<![CDATA[
1789
1789
{
1790
- "$id": "https://example.com/foo",
1791
- "items": {
1792
- "$ref": "bar"
1793
- }
1790
+ "$id": "https://example.com/foo",
1791
+ "items": {
1792
+ "$ref": "bar"
1793
+ }
1794
1794
}
1795
1795
1796
1796
{
1797
- "$id": "https://example.com/bar",
1798
- "additionalProperties": { }
1797
+ "$id": "https://example.com/bar",
1798
+ "additionalProperties": { }
1799
1799
}
1800
1800
]]>
1801
1801
</artwork >
You can’t perform that action at this time.
0 commit comments