No description available.
Properties
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
}
}
}