{ "lexicon": 1, "id": "ai.syui.o.comment", "defs": { "main": { "type": "record", "description": "Record containing a Frontpage comment.", "key": "tid", "record": { "type": "object", "required": ["content", "createdAt", "post"], "properties": { "content": { "type": "string", "maxLength": 100000, "maxGraphemes": 10000, "description": "The content of the comment." }, "createdAt": { "type": "string", "format": "datetime", "description": "Client-declared timestamp when this comment was originally created." }, "parent": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, "post": { "type": "ref", "ref": "com.atproto.repo.strongRef" } } } } } }