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
|
|
@ -39,10 +39,9 @@ User reactions are (like every other entity) federated to all followers, and can
|
|||
{
|
||||
"id": "6f27bc77-58ee-4c9b-b804-8cc1c1182fa9",
|
||||
"type": "pub.versia:reactions/Reaction", // [!code focus]
|
||||
"uri": "https://example.com/actions/6f27bc77-58ee-4c9b-b804-8cc1c1182fa9",
|
||||
"created_at": "2021-01-01T00:00:00.000Z",
|
||||
"author": "https://example.com/users/6e0204a2-746c-4972-8602-c4f37fc63bbe", // [!code focus:3]
|
||||
"object": "https://example.com/publications/f08a124e-fe90-439e-8be4-15a428a72a19",
|
||||
"author": "6e0204a2-746c-4972-8602-c4f37fc63bbe", // [!code focus:3]
|
||||
"object": "example.com:f08a124e-fe90-439e-8be4-15a428a72a19",
|
||||
"content": "😀",
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue