28 lines
557 B
JSON
28 lines
557 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "ai.syui.game",
|
|
"defs": {
|
|
"main": {
|
|
"type": "record",
|
|
"description": "Record containing a game.",
|
|
"key": "literal:self",
|
|
"record": {
|
|
"type": "object",
|
|
"required": ["account", "createdAt"],
|
|
"properties": {
|
|
"account": {
|
|
"type": "string",
|
|
"format": "at-uri",
|
|
"description": "at://verify..."
|
|
},
|
|
"createdAt": {
|
|
"type": "string",
|
|
"format": "datetime",
|
|
"description": "Client-declared timestamp when this post was originally created."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|