fyi.questionable.richtext.code

questionable.fyi

Documentation

main object

No description available.

Properties

language string Optional

No description available.

maxLength: 500 bytesminLength: 1 bytesmaxGraphemes: 500 graphemes
plaintext string Required

No description available.

syntaxHighlightingTheme string Optional

No description available.

maxLength: 500 bytesminLength: 1 bytesmaxGraphemes: 500 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "plaintext"
  ],
  "properties": {
    "language": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "maxGraphemes": 500
    },
    "plaintext": {
      "type": "string"
    },
    "syntaxHighlightingTheme": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "maxGraphemes": 500
    }
  }
}

Lexicon Garden

@