social.drydown.actor

drydown.social

Documentation

A record indicating this AT Protocol user is a Drydown participant.

main record

A record indicating this AT Protocol user is a Drydown participant.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

Timestamp when the user joined Drydown. Backfilled from earliest review if applicable.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the user joined Drydown. Backfilled from earliest review if applicable."
      }
    }
  },
  "description": "A record indicating this AT Protocol user is a Drydown participant."
}

Lexicon Garden

@