A user's declaration of intent to participate in surveys following a Protocol.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "The Protocol the user intends to participate in."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this follow was created."
}
}
},
"description": "A user's declaration of intent to participate in surveys following a Protocol."
}