Skip to content

Commit 328b5a3

Browse files
committed
fix(sb3_definitions): add comment text character limit
1 parent 97f6ef5 commit 328b5a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/sb3_definitions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,10 @@
288288
"type": "object",
289289
"properties": {
290290
"blockId": {"$ref": "#/definitions/optionalString"},
291-
"text": {"type": "string"},
291+
"text": {
292+
"type": "string",
293+
"maxLength": 8000
294+
},
292295
"minimized": {"type": "boolean"},
293296
"x": {"type": "number"},
294297
"y": {"type": "number"},

0 commit comments

Comments
 (0)