A comment on a feature request. Published on the commenter's PDS.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"content"
],
"properties": {
"content": {
"type": "string",
"maxLength": 5000
},
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the feature request being commented on."
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A comment on a feature request. Published on the commenter's PDS."
}