social.drydown.house

drydown.social

{
  "id": "social.drydown.house",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1,
            "description": "House/brand name (must be unique per user)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when house was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of last update (for name corrections)"
          }
        }
      },
      "description": "A fragrance house or brand"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.drydown.house

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:t7y5hsuunzeyna2ecje4le7z
CID
bafyreihiqauogwa3gbzej2ikrbuyzyto2zux4lcbez5fkaddpvkh7iiifa
Indexed At
2026-01-13 22:31 UTC
AT-URI
at://did:plc:t7y5hsuunzeyna2ecje4le7z/com.atproto.lexicon.schema/social.drydown.house

Lexicon Garden

@