{ "lexicon": 1, "id": "sh.weaver.graph.listitem", "defs": { "main": { "type": "record", "description": "An item in a list.", "key": "tid", "record": { "type": "object", "required": ["subject", "list", "createdAt"], "properties": { "subject": { "type": "ref", "ref": "com.atproto.repo.strongRef", "description": "The notebook or entry being added to the list." }, "list": { "type": "string", "format": "at-uri", "description": "Reference to the list record." }, "createdAt": { "type": "string", "format": "datetime" } } } } } }