{
"id": "dk.raakode.lab.groups.group",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
}
}
},
"description": "The group's own description of itself. Written by the group authority into its repo in the group's space, so it travels with the group when it changes app."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}