# social.drydown.settings

> Published by [drydown.social](https://lexicon.garden/identity/did:plc:t7y5hsuunzeyna2ecje4le7z)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:t7y5hsuunzeyna2ecje4le7z/social.drydown.settings)
- [Documentation](https://lexicon.garden/lexicon/did:plc:t7y5hsuunzeyna2ecje4le7z/social.drydown.settings/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:t7y5hsuunzeyna2ecje4le7z/social.drydown.settings/examples)

## Definitions

### `social.drydown.settings`

**Type**: `record`

User preferences for fragrance review scoring

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `createdAt` | `string` (datetime) | Yes | Timestamp when settings were first created |
| `scoreLens` | `string` | No | When viewing others' reviews: show their score or recalculate with your preferences |
| `updatedAt` | `string` (datetime) | No | Timestamp when settings were last updated |
| `presenceStyle` | `integer` | No | How the user prefers to be noticed (1=skin scent, 5=bold presence) |
| `scoringApproach` | `integer` | No | How user evaluates fragrances (1=instinct, 5=analytical) |
| `longevityPriority` | `integer` | No | How important all-day longevity is (1=not important, 5=essential) |
| `complexityPreference` | `integer` | No | Preference for fragrance complexity (1=simple, 5=intricate) |

## Raw Schema

```json
{
  "id": "social.drydown.settings",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
