art.cllctv.block.image

cllctv.art

Documentation

main object

No description available.

Properties

alt string Optional

No description available.

aspectRatio ref #aspectRatio Required

No description available.

caption string Optional

No description available.

maxLength: 500 bytesmaxGraphemes: 50 graphemes
image blob Required

No description available.

maxSize: 10.0 MB
imageHash string Optional

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "image",
    "aspectRatio"
  ],
  "properties": {
    "alt": {
      "type": "string"
    },
    "image": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 10000000
    },
    "caption": {
      "type": "string",
      "maxLength": 500,
      "maxGraphemes": 50
    },
    "imageHash": {
      "type": "string",
      "maxLength": 640,
      "maxGraphemes": 64
    },
    "aspectRatio": {
      "ref": "#aspectRatio",
      "type": "ref"
    }
  }
}
aspectRatio object

No description available.

Properties

height integer Required

No description available.

width integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "width",
    "height"
  ],
  "properties": {
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@