com.suibari.nagi.channel

suibari.com

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

banner blob Optional

No description available.

maxSize: 1.0 MB
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
name string Required

No description available.

maxLength: 500 bytesmaxGraphemes: 50 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 500,
        "maxGraphemes": 50
      },
      "banner": {
        "type": "blob",
        "accept": [
          "image/jpeg",
          "image/png",
          "image/webp"
        ],
        "maxSize": 1000000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "pinnedPost": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      }
    }
  }
}

Lexicon Garden

@