{
"id": "fyi.questionable.waitlist.approval",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"request": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of the fyi.questionable.waitlist.request that was approved; Optional as to allow us to pre-approve accounts without needing them to explicitly request to join."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Created when waitlist request to join Questionable.fyi has been approved. Record key is the DID of the approved account."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}