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