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

art.cllctv.feed.post

cllctv.art

{
  "id": "art.cllctv.feed.post",
  "defs": {
    "main": {
      "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": {
      "type": "object",
      "required": [
        "group"
      ],
      "properties": {
        "group": {
          "type": "string"
        },
        "labels": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against art.cllctv.feed.post

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gqpqghnqiowg5424adjwmhmg
CID
bafyreiaihmlavg5k2m3v23jmbxv5jx4mntmx7xhiudf5ji4flvkthmvzay
Indexed At
2026-01-10 09:01 UTC
AT-URI
at://did:plc:gqpqghnqiowg5424adjwmhmg/com.atproto.lexicon.schema/art.cllctv.feed.post

Referenced Schemas (7)

Lexicon Garden

@