{
"id": "ink.branchline.pollen",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong ref to the ink.branchline.bud record being pollinated."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A grain of pollen the authoring account carried to a bud — a lightweight mark of appreciation. At most one pollen record per (author, subject) is honored by the AppView; tombstoning the record removes it."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}