{
"id": "dk.raakode.lab.groups.post",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 10000,
"maxGraphemes": 1000
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A post in a group. Written by its author into the author's own repo in the group's space; no other party can write or delete it."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}