fyi.questionable.richtext.website

questionable.fyi

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
title string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "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

@