Lexicon Definitions
{
"lexicon": 1,
"id": "fan.fics.work.comment",
"defs": {
"main": {
"type": "record",
"key": "tid",
"record": {
"type": "object",
"required": [
"content",
"createdAt"
],
"properties": {
"content": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"maxGraphemes": 1000
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"postedTo": {
"type": "string",
"format": "at-uri"
}
}
}
}
}
}