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