Record declaring that the repository DID follows a project.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Client-declared timestamp when the follow was created.
subject
ref
social.wips.defs#uriRef
Required
Stable AT URI of the social.wips.project being followed.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "social.wips.defs#uriRef",
"type": "ref",
"description": "Stable AT URI of the social.wips.project being followed."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when the follow was created."
}
}
},
"description": "Record declaring that the repository DID follows a project."
}