art.cllctv.embed.externalVideo

cllctv.art

Documentation

main object

No description available.

Properties

id string Optional

No description available.

service string Optional

No description available.

thumb blob Optional

No description available.

maxSize: 5.0 MB
thumbHash string Optional

No description available.

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

No description available.

Properties

id string Optional

No description available.

service string Optional

No description available.

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

@