lol.skittr.skitpic.collection

skittr.bsky.social

Documentation

Skitpic collection

main record

Skitpic collection

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

name string Required

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "entries"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "entries": {
        "type": "array",
        "items": {
          "ref": "lol.skittr.skitpic.entry#main",
          "type": "ref"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Skitpic collection"
}

Lexicon Garden

@