social.drydown.fragrance

drydown.social

{
  "id": "social.drydown.fragrance",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "house",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "minLength": 1,
            "description": "Fragrance name"
          },
          "year": {
            "type": "integer",
            "maximum": 2100,
            "minimum": 1000,
            "description": "Year of release (optional)"
          },
          "house": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI reference to house record (at://did/social.drydown.house/rkey)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when fragrance was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of last update"
          }
        }
      },
      "description": "An individual fragrance with house reference"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.drydown.fragrance

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@