art.cllctv.embed.external

cllctv.art

Documentation

main object

No description available.

Properties

associatedRefs array of refcom.atproto.repo.strongRef Optional

StrongRefs (uri+cid) of the Atmosphere records that backed this view.

description string Required

No description available.

thumb blob Optional

No description available.

maxSize: 1.0 MB
thumbHash string Optional

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
title string Required

No description available.

uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "title",
    "description"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "thumb": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    },
    "title": {
      "type": "string"
    },
    "thumbHash": {
      "type": "string",
      "maxLength": 640,
      "maxGraphemes": 64
    },
    "description": {
      "type": "string"
    },
    "associatedRefs": {
      "type": "array",
      "items": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "description": "StrongRefs (uri+cid) of the Atmosphere records that backed this view."
    }
  }
}
view object

No description available.

Properties

description string Required

No description available.

thumb string uri Optional

A valid URI.

title string Required

No description available.

uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "title",
    "description"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "thumb": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}

Lexicon Garden

@