Record bookmarking a link to come back to later.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags for content the bookmark may be related to, for example 'news' or 'funny videos'"
},
"subject": {
"type": "string",
"format": "uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Record bookmarking a link to come back to later."
}