{
"id": "net.mmatt.right.now",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text of the status update"
},
"emoji": {
"type": "string",
"description": "The emoji of the status update"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The unix timestamp of when the status was recorded"
}
}
},
"description": "A personal lexicon for mmatt's statuslog."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}