No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"plaintext"
],
"properties": {
"language": {
"type": "string",
"maxLength": 50,
"description": "Programming language used for syntax highlighting, loosely based on PrismJS language definitions"
},
"plaintext": {
"type": "string",
"description": "The code content"
}
}
}