xyz.opnshelf.list

opnshelf.xyz

Documentation

A movie list for OpnShelf

main record

A movie list for OpnShelf

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Record creation timestamp

description string Optional

Optional description of the list

isDefault boolean Required

Whether this is a default list (watchlist/favorites)

name string Required

Display name of the list

slug string Required

URL-friendly identifier

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "slug",
      "isDefault",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "Display name of the list"
      },
      "slug": {
        "type": "string",
        "description": "URL-friendly identifier"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Record creation timestamp"
      },
      "isDefault": {
        "type": "boolean",
        "description": "Whether this is a default list (watchlist/favorites)"
      },
      "description": {
        "type": "string",
        "description": "Optional description of the list"
      }
    }
  },
  "description": "A movie list for OpnShelf"
}

Lexicon Garden

@