{ "lexicon": 1, "id": "sh.weaver.graph.follow", "defs": { "main": { "type": "record", "description": "Request to follow an author. Requires acceptance to be active.", "key": "tid", "record": { "type": "object", "required": ["subject", "createdAt"], "properties": { "subject": { "type": "string", "format": "did", "description": "DID of the author to follow." }, "createdAt": { "type": "string", "format": "datetime" } } } } } }