social.luminance.portfolio.series

klee.photos

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxGraphemes: 3000 graphemes
title string Required

No description available.

maxGraphemes: 200 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "photos",
      "createdAt"
    ],
    "properties": {
      "title": {
        "type": "string",
        "maxGraphemes": 200
      },
      "photos": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "maxLength": 500
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "coverPhoto": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "description": {
        "type": "string",
        "maxGraphemes": 3000
      }
    }
  }
}

Lexicon Garden

@