User preferences for fragrance review scoring
Record Key
literal:self
Fixed literal value
Properties
complexityPreference
integer
Optional
Preference for fragrance complexity (1=simple, 5=intricate)
minimum: 1maximum: 5createdAt
string
datetime
Required
Timestamp when settings were first created
longevityPriority
integer
Optional
How important all-day longevity is (1=not important, 5=essential)
minimum: 1maximum: 5presenceStyle
integer
Optional
How the user prefers to be noticed (1=skin scent, 5=bold presence)
minimum: 1maximum: 5scoreLens
string
Optional
When viewing others' reviews: show their score or recalculate with your preferences
maxLength: 10 bytesKnown values:
theirs, minescoringApproach
integer
Optional
How user evaluates fragrances (1=instinct, 5=analytical)
minimum: 1maximum: 5updatedAt
string
datetime
Optional
Timestamp when settings were last updated
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when settings were first created"
},
"scoreLens": {
"type": "string",
"maxLength": 10,
"description": "When viewing others' reviews: show their score or recalculate with your preferences",
"knownValues": [
"theirs",
"mine"
]
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when settings were last updated"
},
"presenceStyle": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "How the user prefers to be noticed (1=skin scent, 5=bold presence)"
},
"scoringApproach": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "How user evaluates fragrances (1=instinct, 5=analytical)"
},
"longevityPriority": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "How important all-day longevity is (1=not important, 5=essential)"
},
"complexityPreference": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "Preference for fragrance complexity (1=simple, 5=intricate)"
}
}
},
"description": "User preferences for fragrance review scoring"
}