{
"id": "blue.2048.verification.game",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"verifiedRef": {
"ref": "blue.2048.verification.defs#verificationRef",
"type": "ref",
"description": "This is the record that holds the publicly verifiable signature of a game record"
}
},
"verifiedRef": [
"verifiedRef",
"createdAt"
]
},
"description": "A record that holds a verification of a game record saying the owner of the repo has verified that it is a valid game played."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}