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

art.cllctv.embed.externalVideo

cllctv.art

Documentation

main object

Properties

id string Optional

No description provided.

service string Optional

No description provided.

thumb blob Optional

No description provided.

maxSize: 5.0 MB
thumbHash string Optional

No description provided.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "thumb": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 5000000
    },
    "service": {
      "type": "string"
    },
    "thumbHash": {
      "type": "string",
      "maxLength": 640,
      "maxGraphemes": 64
    }
  }
}
view object

Properties

id string Optional

No description provided.

service string Optional

No description provided.

thumb string uri Optional

A valid URI.

uri string uri Required

A valid URI.

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

Lexicon Garden

@