Skip to content

Commit 19df2d6

Browse files
committed
Add tests with new members in link objects
1 parent ebeb1b7 commit 19df2d6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"links": {
3+
"self": {
4+
"href": "http://example.com/schemas/parties",
5+
"rel": "http://example.com/schemas/parties",
6+
"describedby": "http://example.com/schemas/parties",
7+
"title": "Parties",
8+
"type": "party",
9+
"hreflang": "en-GB",
10+
"fc": "test property for forward compatability",
11+
"@member": "@-Members MUST be ignored",
12+
"meta": {
13+
"count": 10
14+
}
15+
},
16+
"related": {
17+
"href": "http://example.com/schemas/parties"
18+
},
19+
"describedby": {
20+
"href": "http://example.com/schemas/parties"
21+
}
22+
},
23+
"meta": {
24+
"note": "BC 1.0: A document MUST contain at least one of the following top-level members: data, errors, meta"
25+
}
26+
}

0 commit comments

Comments
 (0)