···11-{
22- "lexicon": 1,
33- "$type": "com.atproto.lexicon.schema",
44- "id": "uk.ewancroft.now",
55- "description": "A status lexicon, made for short messages in plain text for display on profiles.",
66- "defs": {
77- "main": {
88- "type": "record",
99- "key": "tid",
1010- "record": {
1111- "type": "object",
1212- "required": ["text", "createdAt"],
1313- "properties": {
1414- "text": {
1515- "type": "string",
1616- "description": "The status text formatted as plain text.",
1717- "minLength": 1,
1818- "maxLength": 64
1919- },
2020- "createdAt": {
2121- "type": "string",
2222- "format": "datetime",
2323- "description": "The ISO 8601 date and time when the status was created."
2424- }
2525- }
2626- }
2727- }
2828- }
2929- }
3030-