We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99902b6 commit 1119b4cCopy full SHA for 1119b4c
schemas/json/block.json
@@ -464,7 +464,10 @@
464
{
465
"type": "array",
466
"items": {
467
- "type": "string"
+ "oneOf": [
468
+ { "type": "string" },
469
+ { "type": "object" }
470
+ ]
471
}
472
473
]
@@ -478,7 +481,10 @@
478
481
479
482
480
483
484
485
486
487
488
489
490
0 commit comments