Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

describe relationship and subscription post types #230

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/docs/post-types.html.md
Expand Up @@ -45,12 +45,16 @@ subscriptions.

`https://tent.io/types/relationship/v0`

Relationship post keep track of other entities that subscribe to our posts. The post mentions the subscribing entity and the subscription post of the subscribing entity. Relationship posts have a post type fragment, either `subscriber` or `mutual`.

### Subscription

`https://tent.io/types/subscription/v0`

{post_subscription schema}

A subscription post with post type fragment F posted by Entity A and mentioning Entity B indicates that A whishes to receive all posts from B where the post type is F. In other words, A follows all posts of post type F from B.

### Delivery Failure

`https://tent.io/types/delivery-failure/v0`
Expand Down