fyi.questionable.richtext.image

questionable.fyi

Documentation

main object

No description available.

Properties

alt string Optional

Alt text description of the image, for accessibility.

maxLength: 3000 bytesmaxGraphemes: 3000 graphemes
aspectRatio ref #aspectRatio Required

No description available.

image blob Required

No description available.

maxSize: 1.0 MB
View raw schema
{
  "type": "object",
  "required": [
    "image",
    "aspectRatio"
  ],
  "properties": {
    "alt": {
      "type": "string",
      "maxLength": 3000,
      "description": "Alt text description of the image, for accessibility.",
      "maxGraphemes": 3000
    },
    "image": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    },
    "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

@