Skip to content

Commit b00593a

Browse files
authored
JsonSchema: adds "command-raw" to schema (#2255)
* Add "command-raw" to json_schema.json * I spelled it wrong
1 parent b4e6688 commit b00593a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/json_schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,10 @@
609609
"const": "data-raw",
610610
"description": "Text data, printed as is"
611611
},
612+
{
613+
"const": "command-raw",
614+
"description": "Command to generate text data, printed as is"
615+
},
612616
{
613617
"const": "sixel",
614618
"description": "Image file, printed as sixel codes"

0 commit comments

Comments
 (0)