fyi.questionable.richtext.website

lexicon.store View official

Documentation

main object

No description available.

Properties

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 3000 graphemes
previewImage blob Optional

No description available.

maxSize: 1.0 MB
src string uri Required

A valid URI.

title string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "src"
  ],
  "properties": {
    "src": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string",
      "maxLength": 3000,
      "maxGraphemes": 300
    },
    "description": {
      "type": "string",
      "maxLength": 3000,
      "maxGraphemes": 3000
    },
    "previewImage": {
      "type": "blob",
      "accept": [
        "image/*"
      ],
      "maxSize": 1000000
    }
  }
}

Lexicon Garden

@