pub.byline.series

bylinepub.bsky.social

Documentation

A named series grouping multiple works by the author.

main record

A named series grouping multiple works by the author.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxGraphemes: 2500 graphemes
name string Required

No description available.

maxLength: 256 bytesminLength: 1 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 256,
        "minLength": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxGraphemes": 2500
      }
    }
  },
  "description": "A named series grouping multiple works by the author."
}

Lexicon Garden

@