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

art.cllctv.embed.external

cllctv.art

Documentation

main object

Properties

description string Required

No description provided.

thumb blob Optional

No description provided.

maxSize: 1.0 MB
thumbHash string Optional

No description provided.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
title string Required

No description provided.

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"
    }
  }
}
view object

Properties

description string Required

No description provided.

thumb string uri Optional

A valid URI.

title string Required

No description provided.

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

@