{ "lexicon": 1, "id": "sh.tangled.graph.follow", "needsCbor": true, "needsType": true, "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "createdAt", "subject" ], "properties": { "createdAt": { "type": "string", "format": "datetime" }, "subject": { "type": "string", "format": "did" } } } } } }