blog.pckt.block.codeBlock

pckt.blog

Documentation

main object

No description available.

Properties

language string Optional

Programming language for syntax highlighting

maxLength: 50 bytes
plaintext string Required

The code content

View raw schema
{
  "type": "object",
  "required": [
    "plaintext"
  ],
  "properties": {
    "language": {
      "type": "string",
      "maxLength": 50,
      "description": "Programming language for syntax highlighting"
    },
    "plaintext": {
      "type": "string",
      "description": "The code content"
    }
  }
}

Lexicon Garden

@