File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 299299 "body" : {
300300 "type" : " object" ,
301301 "properties" : {
302- "element" : {
303- "$ref" : " #/$defs/element"
302+ "content" : {
303+ "type" : " array" ,
304+ "items" : {
305+ "$ref" : " #/$defs/element"
306+ }
304307 },
305308 "width" : {
306309 "type" : " number" ,
313316 "minimum" : 1
314317 }
315318 },
316- "required" : [" element " , " width" , " height" ]
319+ "required" : [" content " , " width" , " height" ]
317320 },
318321 "components" : {
319322 "type" : " array" ,
376379 "$ref" : " #/$defs/name" ,
377380 "description" : " The alpha-numeric name of the component variant."
378381 },
379- "element" : {
380- "$ref" : " #/$defs/element"
382+ "content" : {
383+ "type" : " array" ,
384+ "items" : {
385+ "$ref" : " #/$defs/element"
386+ }
381387 }
382388 },
383- "required" : [" name" , " element " ]
389+ "required" : [" name" , " content " ]
384390 }
385391 }
386392 },
You can’t perform that action at this time.
0 commit comments