@@ -1618,7 +1618,7 @@ Link: <https://schema.example.com/entry>; rel="describedBy"
1618
1618
<![CDATA[
1619
1619
{
1620
1620
"$id": "https://schema.example.com/entry",
1621
- "$schema": "https://json-schema.org/draft/2019-08/hyper-schema# ",
1621
+ "$schema": "https://json-schema.org/draft/2019-08/hyper-schema",
1622
1622
"base": "https://example.com/api/",
1623
1623
"links": [
1624
1624
{
@@ -1692,7 +1692,7 @@ Link: <https://schema.example.com/entry>; rel="describedBy"
1692
1692
<artwork >
1693
1693
<![CDATA[ {
1694
1694
"$id": "https://schema.example.com/thing",
1695
- "$schema": "https://json-schema.org/draft/2019-08/hyper-schema# ",
1695
+ "$schema": "https://json-schema.org/draft/2019-08/hyper-schema",
1696
1696
"base": "https://example.com/api/",
1697
1697
"type": "object",
1698
1698
"required": ["data"],
@@ -1808,7 +1808,7 @@ Link: <https://schema.example.com/entry>; rel="describedBy"
1808
1808
<artwork >
1809
1809
<![CDATA[ {
1810
1810
"$id": "https://schema.example.com/interesting-stuff",
1811
- "$schema": "https://json-schema.org/draft/2019-08/hyper-schema# ",
1811
+ "$schema": "https://json-schema.org/draft/2019-08/hyper-schema",
1812
1812
"required": ["stuffWorthEmailingAbout", "email", "title"],
1813
1813
"properties": {
1814
1814
"title": {
@@ -1995,7 +1995,7 @@ Link: <https://example.com/api/trees/1/nodes/456>; rev="up"
1995
1995
<artwork >
1996
1996
<![CDATA[ {
1997
1997
"$id": "https://schema.example.com/tree-node",
1998
- "$schema": "https://json-schema.org/draft/2019-08/hyper-schema# ",
1998
+ "$schema": "https://json-schema.org/draft/2019-08/hyper-schema",
1999
1999
"base": "trees/{treeId}/",
2000
2000
"properties": {
2001
2001
"id": {"type": "integer"},
@@ -2057,7 +2057,7 @@ Link: <https://example.com/api/trees/1/nodes/456>; rev="up"
2057
2057
<artwork >
2058
2058
<![CDATA[ {
2059
2059
"$id": "https://schema.example.com/thing",
2060
- "$schema": "https://json-schema.org/draft/2019-08/hyper-schema# ",
2060
+ "$schema": "https://json-schema.org/draft/2019-08/hyper-schema",
2061
2061
"base": "https://example.com/api/",
2062
2062
"type": "object",
2063
2063
"required": ["data"],
@@ -2110,7 +2110,7 @@ Link: <https://example.com/api/trees/1/nodes/456>; rev="up"
2110
2110
<artwork >
2111
2111
<![CDATA[ {
2112
2112
"$id": "https://schema.example.com/thing-collection",
2113
- "$schema": "https://json-schema.org/draft/2019-08/hyper-schema# ",
2113
+ "$schema": "https://json-schema.org/draft/2019-08/hyper-schema",
2114
2114
"base": "https://example.com/api/",
2115
2115
"type": "object",
2116
2116
"required": ["elements"],
0 commit comments