A user's curated list of up to 8 domains (websites/blogs). One record per account.
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
picks
array
of
ref
#pick
Required
No description available.
maxLength: 8 itemsupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"picks",
"createdAt"
],
"properties": {
"picks": {
"type": "array",
"items": {
"ref": "#pick",
"type": "ref"
},
"maxLength": 8
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A user's curated list of up to 8 domains (websites/blogs). One record per account."
}