An upvote on a feature request. Published on the voter's PDS.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the feature request being voted on."
}
}
},
"description": "An upvote on a feature request. Published on the voter's PDS."
}