{ "lexicon": 1, "id": "li.plonk.comment", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "content", "createdAt", "post" ], "properties": { "content": { "type": "string", "maxLength": 100000, "maxGraphemes": 10000, "description": "comment body" }, "createdAt": { "type": "string", "format": "datetime", "description": "comment creation timestamp" }, "post": { "type": "ref", "ref": "com.atproto.repo.strongRef" } } } } } }