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