fyi.questionable.waitlist.approval

questionable.fyi

Documentation

Created when waitlist request to join Questionable.fyi has been approved. Record key is the DID of the approved account.

main record

Created when waitlist request to join Questionable.fyi has been approved. Record key is the DID of the approved account.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

request string at-uri Optional

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.

View raw schema
{
  "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."
}

Lexicon Garden

@