A record indicating this AT Protocol user is a Drydown participant.
Record Key
literal:self
Fixed literal value
Properties
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."
}