Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add tests for describedby link
  • Loading branch information
Art4 committed Jul 22, 2024
commit 1eb644aa4eedee7d5ce4cb44d0caf15bf22bcfa3
5 changes: 4 additions & 1 deletion tests/files/08_object_links.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
},
"links": {
"self": {
"href": "http://parties.api/v1/parties/1"
"href": "https://parties.api/v1/parties/1"
}
}
}
],
"included": [],
"links": {
"describedby": {
"href": "http://example.com/schemas/parties"
},
"self": {
"href": "?page[number]=1&page[size]=10"
},
Expand Down