{
"id": "social.wips.projectFollow",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Follow relationship for a wips.social project. Deleting the record unfollows. App View treats one follower/project pair as one active relationship."
}