A post with optional context about why it appears in a feed
Properties
post
ref
social.coves.community.post.defs#postView
Required
No description available.
reason
union
Optional
Additional context for why this post is in the feed
Known types:
reply
ref
#replyRef
Optional
No description available.
View raw schema
{
"type": "object",
"required": [
"post"
],
"properties": {
"post": {
"ref": "social.coves.community.post.defs#postView",
"type": "ref"
},
"reply": {
"ref": "#replyRef",
"type": "ref"
},
"reason": {
"refs": [
"#reasonRepost",
"#reasonPin"
],
"type": "union",
"description": "Additional context for why this post is in the feed"
}
},
"description": "A post with optional context about why it appears in a feed"
}