{
"id": "app.askeverything.graph.follow",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "The DID of the account being followed."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A follow within Ask Everything. Deliberately distinct from app.bsky.graph.follow: the Ask Everything circle and the Bluesky feed are different social contracts, and neither implies the other."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}