···
-
"enum": ["hot", "top", "new"],
"description": "Sort order for global feed"
-
"enum": ["text", "article", "image", "video", "microblog"],
"description": "Filter by a single post type (computed from embed structure)"
-
"enum": ["text", "article", "image", "video", "microblog"]
"description": "Filter by multiple post types (computed from embed structure)"
-
"enum": ["hour", "day", "week", "month", "year", "all"],
"description": "Timeframe for top sorting (only applies when sort=top)"
···
-
"ref": "social.coves.feed.getTimeline#feedViewPost"
···
+
"knownValues": ["hot", "top", "new"],
"description": "Sort order for global feed"
+
"knownValues": ["text", "article", "image", "video", "microblog"],
"description": "Filter by a single post type (computed from embed structure)"
+
"knownValues": ["text", "article", "image", "video", "microblog"]
"description": "Filter by multiple post types (computed from embed structure)"
+
"knownValues": ["hour", "day", "week", "month", "year", "all"],
"description": "Timeframe for top sorting (only applies when sort=top)"
···
+
"ref": "social.coves.feed.defs#feedViewPost"