mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 👽 Update all entity example to conform to new reference format
This commit is contained in:
parent
89a8b1836f
commit
975d1c9baa
23 changed files with 56 additions and 127 deletions
|
|
@ -123,15 +123,11 @@ URI Collections are identical to regular collections, but they contain only URIs
|
|||
|
||||
```jsonc {{ 'title': 'Example URI Collection' }}
|
||||
{
|
||||
"author": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771",
|
||||
"first": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771/followers?page=1",
|
||||
"last": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771/followers?page=3",
|
||||
"author": "018ec082-0ae1-761c-b2c5-22275a611771",
|
||||
"total": 46,
|
||||
"next": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771/followers?page=2",
|
||||
"previous": null,
|
||||
"items": [
|
||||
"https://versia.social/users/f8b0d4b4-d354-4798-bbc5-c2ba8acabfe3",
|
||||
"https://social.bob.com/u/2B27E62snga763"
|
||||
"versia.social:f8b0d4b4-d354-4798-bbc5-c2ba8acabfe3",
|
||||
"social.bob.com:2B27E62snga763"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue