this string has no description
city.yoyle.status.json
1{
2 "lexicon": 1,
3 "id": "city.yoyle.status",
4 "defs": {
5 "main": {
6 "type": "record",
7 "description": "Short status update",
8 "key": "tid",
9 "record": {
10 "type": "object",
11 "required": ["text"],
12 "properties": {
13 "text": {
14 "type": "string",
15 "maxLength": 3000,
16 "maxGraphemes": 300
17 },
18 "createdAt": {
19 "type": "string",
20 "format": "datetime"
21 }
22 }
23 }
24 }
25 }
26}