Skip to content

Commit 1eb644a

Browse files
committedJul 22, 2024
Add tests for describedby link
1 parent a49b246 commit 1eb644a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎tests/files/08_object_links.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@
1414
},
1515
"links": {
1616
"self": {
17-
"href": "http://parties.api/v1/parties/1"
17+
"href": "https://parties.api/v1/parties/1"
1818
}
1919
}
2020
}
2121
],
2222
"included": [],
2323
"links": {
24+
"describedby": {
25+
"href": "http://example.com/schemas/parties"
26+
},
2427
"self": {
2528
"href": "?page[number]=1&page[size]=10"
2629
},

0 commit comments

Comments
 (0)