{
"id": "community.gifthood.follow",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "The DID of the member being followed."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A public follow of another member, expressing interest in their gifting activity. The relationship is owned by the follower and world-readable."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}