User discovery preferences for personalized recommendations
literal:self
Fixed literal value
Properties
citationNetworkDisplay
string
Optional
How to display citation network
hidden, preview, expandedpreviewenablePersonalization
boolean
Optional
Enable personalized recommendations based on profile
truefollowedFieldUris
array
of
string
at-uri
Optional
Field URIs the user follows for discovery (distinct from work fields in profile)
maxLength: 50 itemsfollowingTabIncludesWorkFields
boolean
Optional
Whether the Following tab also includes the user's work fields
falseminimumEndorsementThreshold
integer
Optional
Minimum number of endorsements for a paper to appear in recommendations
minimum: 0maximum: 100recommendationDiversity
string
Optional
How diverse recommendations should be relative to user's fields
low, medium, highmediumrelatedPapersSignals
ref
#relatedPapersSignals
Optional
Signals to use for related papers
relatedPapersThresholds
ref
#relatedPapersThresholds
Optional
Thresholds for related papers filtering
relatedPapersWeights
ref
#relatedPapersWeights
Optional
Relative weights for related papers signals
schemaRevision
integer
Optional
Schema revision this record was created with. Absent means revision 1.
minimum: 1showRecommendationReasons
boolean
Optional
Show explanations for why papers are recommended
truetrendingPreferences
ref
#trendingPreferences
Optional
Preferences for the trending feed
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
},
"followedFieldUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 50,
"description": "Field URIs the user follows for discovery (distinct from work fields in profile)"
},
"trendingPreferences": {
"ref": "#trendingPreferences",
"type": "ref",
"description": "Preferences for the trending feed"
},
"relatedPapersSignals": {
"ref": "#relatedPapersSignals",
"type": "ref",
"description": "Signals to use for related papers"
},
"relatedPapersWeights": {
"ref": "#relatedPapersWeights",
"type": "ref",
"description": "Relative weights for related papers signals"
},
"enablePersonalization": {
"type": "boolean",
"default": true,
"description": "Enable personalized recommendations based on profile"
},
"citationNetworkDisplay": {
"type": "string",
"default": "preview",
"description": "How to display citation network",
"knownValues": [
"hidden",
"preview",
"expanded"
]
},
"recommendationDiversity": {
"type": "string",
"default": "medium",
"description": "How diverse recommendations should be relative to user's fields",
"knownValues": [
"low",
"medium",
"high"
]
},
"relatedPapersThresholds": {
"ref": "#relatedPapersThresholds",
"type": "ref",
"description": "Thresholds for related papers filtering"
},
"showRecommendationReasons": {
"type": "boolean",
"default": true,
"description": "Show explanations for why papers are recommended"
},
"minimumEndorsementThreshold": {
"type": "integer",
"default": 0,
"maximum": 10,
"minimum": 0,
"description": "Minimum number of endorsements for a paper to appear in recommendations"
},
"followingTabIncludesWorkFields": {
"type": "boolean",
"default": false,
"description": "Whether the Following tab also includes the user's work fields"
}
}
},
"description": "User discovery preferences for personalized recommendations"
}