Backfill in-progress. Some lexicons and records may be missing or incomplete.

art.cllctv.feed.post

cllctv.art

Documentation

main record

Record containing a cllctv.ART post.

Record Key tid Timestamp-based ID

Properties

category ref #category Optional

No description provided.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description provided.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
langs array of string language Optional

Indicates human language of post primary text content.

maxLength: 3 bytes
ogImage blob Optional

No description provided.

maxSize: 5.0 MB
publishedAt string datetime Optional

An RFC 3339 formatted timestamp.

title string Optional

No description provided.

maxLength: 1280 bytesmaxGraphemes: 128 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "embed": {
        "refs": [
          "art.cllctv.embed.images",
          "art.cllctv.embed.external",
          "art.cllctv.embed.externalVideo"
        ],
        "type": "union"
      },
      "langs": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "language"
        },
        "maxLength": 3,
        "description": "Indicates human language of post primary text content."
      },
      "title": {
        "type": "string",
        "maxLength": 1280,
        "maxGraphemes": 128
      },
      "labels": {
        "refs": [
          "com.atproto.label.defs#selfLabels"
        ],
        "type": "union",
        "description": "Self-label values for this post. Effectively content warnings."
      },
      "content": {
        "refs": [
          "art.cllctv.content.plaintext",
          "art.cllctv.content.markdoc"
        ],
        "type": "union"
      },
      "ogImage": {
        "type": "blob",
        "accept": [
          "image/png"
        ],
        "maxSize": 5000000
      },
      "category": {
        "ref": "#category",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "tombstone": {
        "ref": "art.cllctv.embed.defs#tombstone",
        "type": "ref"
      },
      "description": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record containing a cllctv.ART post."
}
category object

Properties

group string Required

No description provided.

labels array of string Optional

No description provided.

View raw schema
{
  "type": "object",
  "required": [
    "group"
  ],
  "properties": {
    "group": {
      "type": "string"
    },
    "labels": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@