dev.fudgeu.experimental.atforumv1.admin.admingrant

fudgeu.bsky.social

Documentation

Grants another user an extension of this superadmin's admin powers

main record

Grants another user an extension of this superadmin's admin powers

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

target string did Required

A decentralized identifier (DID).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "target",
      "createdAt"
    ],
    "properties": {
      "target": {
        "type": "string",
        "format": "did"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Grants another user an extension of this superadmin's admin powers"
}

Lexicon Garden

@