-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests with new members in link objects
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"links": { | ||
"self": { | ||
"href": "http://example.com/schemas/parties", | ||
"rel": "http://example.com/schemas/parties", | ||
"describedby": "http://example.com/schemas/parties", | ||
"title": "Parties", | ||
"type": "party", | ||
"hreflang": "en-GB", | ||
"fc": "test property for forward compatability", | ||
"@member": "@-Members MUST be ignored", | ||
"meta": { | ||
"count": 10 | ||
} | ||
}, | ||
"related": { | ||
"href": "http://example.com/schemas/parties" | ||
}, | ||
"describedby": { | ||
"href": "http://example.com/schemas/parties" | ||
} | ||
}, | ||
"meta": { | ||
"note": "BC 1.0: A document MUST contain at least one of the following top-level members: data, errors, meta" | ||
} | ||
} |