JsonSchema: adds "command-raw" to schema (#2255)

* Add "command-raw" to json_schema.json

* I spelled it wrong
This commit is contained in:
Eitan
2026-03-31 01:11:14 -04:00
committed by GitHub
parent b4e6688dfe
commit b00593ae05
+4
View File
@@ -609,6 +609,10 @@
"const": "data-raw",
"description": "Text data, printed as is"
},
{
"const": "command-raw",
"description": "Command to generate text data, printed as is"
},
{
"const": "sixel",
"description": "Image file, printed as sixel codes"