A flower taken from another user's garden, representing a bookmark or collection.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"note": {
"type": "string",
"maxLength": 5000,
"description": "Optional note or reason for taking this flower",
"maxGraphemes": 500
},
"subject": {
"type": "string",
"format": "did",
"description": "DID of the garden the flower was taken from."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when the flower was taken."
}
}
},
"description": "A flower taken from another user's garden, representing a bookmark or collection."
}