{ "lexicon": 1, "id": "sh.weaver.graph.followAccept", "defs": { "main": { "type": "record", "description": "Acceptance of a follow request. Completes the two-way agreement.", "key": "tid", "record": { "type": "object", "required": ["follow", "createdAt"], "properties": { "follow": { "type": "ref", "ref": "com.atproto.repo.strongRef", "description": "Reference to the follow record being accepted." }, "createdAt": { "type": "string", "format": "datetime" } } } } } }