FollowAccept
Refer to the Follow entity for information on how follow relationships work.
Entity Definition
- Name
uri
- Type
- null
- Description
This entity does not have a URI.
- Name
author
- Required
- Required
- Type
- URI
- Description
URI of the
User
considered the 'followee', i.e. the user who is being followed.
- Name
follower
- Required
- Required
- Type
- URI
- Description
URI of the
User
considered the 'follower', i.e. the user who is trying to follow the author.
Example FollowAccept
{
"type": "FollowAccept",
"id": "3e7e4750-afd4-4d99-a256-02f0710a0520",
"author": "https://example.com/users/6e0204a2-746c-4972-8602-c4f37fc63bbe",
"created_at": "2021-01-01T00:00:00.000Z",
"follower": "https://example.com/users/02e1e3b2-cb1f-4e4a-b82e-98866bee5de7"
}