PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.10.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.10.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
ablocks / assets / build / blocks / storeengine-product-description / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.10.0, at assets/build/blocks/storeengine-product-description/block.json

758 lines 25.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "ablocks/storeengine-product-description",
5 "version": "0.1.0",
6 "title": "Product Description",
7 "category": "storeengine",
8 "description": "Show you Product Description Customizeable UI",
9 "keywords": [
10 "ablocks",
11 "storeengine",
12 "description",
13 "ecommerce",
14 "product",
15 "storeengine descriprion"
16 ],
17 "example": [],
18 "supports": {
19 "html": false,
20 "anchor": true
21 },
22 "textdomain": "ablocks",
23 "editorStyle": [
24 "ablocks-animate-style",
25 "ablocks-common-style"
26 ],
27 "editorScript": [
28 "ablocks-common-script"
29 ],
30 "usesContext": [
31 "postId",
32 "postType",
33 "queryId"
34 ],
35 "attributes": {
36 "block_id": {
37 "type": "string",
38 "default": ""
39 },
40 "blockVersion": {
41 "type": "number",
42 "default": 2
43 },
44 "product_id": {
45 "type": "number",
46 "default": 0
47 },
48 "titleColor": {
49 "type": "string",
50 "default": "#111"
51 },
52 "titleColorH": {
53 "type": "string",
54 "default": "#111"
55 },
56 "descriptionColor": {
57 "type": "string",
58 "default": "#111"
59 },
60 "descriptionColorH": {
61 "type": "string",
62 "default": "#111"
63 },
64 "isCustom": {
65 "type": "boolean",
66 "default": false
67 },
68 "titleTypographyGlobal": {
69 "type": "string",
70 "default": ""
71 },
72 "titleTypography": {
73 "type": "object",
74 "default": {
75 "fontFamily": "",
76 "weight": "",
77 "transform": "",
78 "style": "",
79 "decoration": "",
80 "fontSize": "",
81 "fontSizeUnit": "px",
82 "lineHeight": "",
83 "lineHeightUnit": "px",
84 "letterSpacing": "",
85 "letterSpacingUnit": "px",
86 "wordSpacing": "",
87 "wordSpacingUnit": "px",
88 "fontSizeTablet": "",
89 "fontSizeMobile": "",
90 "fontSizeUnitTablet": "px",
91 "fontSizeUnitMobile": "px",
92 "lineHeightTablet": "",
93 "lineHeightMobile": "",
94 "lineHeightUnitTablet": "px",
95 "lineHeightUnitMobile": "px",
96 "letterSpacingTablet": "",
97 "letterSpacingMobile": "",
98 "letterSpacingUnitTablet": "px",
99 "letterSpacingUnitMobile": "px",
100 "wordSpacingTablet": "",
101 "wordSpacingMobile": "",
102 "wordSpacingUnitTablet": "px",
103 "wordSpacingUnitMobile": "px"
104 }
105 },
106 "descriptionTypographyGlobal": {
107 "type": "string",
108 "default": ""
109 },
110 "descriptionTypography": {
111 "type": "object",
112 "default": {
113 "fontFamily": "",
114 "weight": "",
115 "transform": "",
116 "style": "",
117 "decoration": "",
118 "fontSize": "",
119 "fontSizeUnit": "px",
120 "lineHeight": "",
121 "lineHeightUnit": "px",
122 "letterSpacing": "",
123 "letterSpacingUnit": "px",
124 "wordSpacing": "",
125 "wordSpacingUnit": "px",
126 "fontSizeTablet": "",
127 "fontSizeMobile": "",
128 "fontSizeUnitTablet": "px",
129 "fontSizeUnitMobile": "px",
130 "lineHeightTablet": "",
131 "lineHeightMobile": "",
132 "lineHeightUnitTablet": "px",
133 "lineHeightUnitMobile": "px",
134 "letterSpacingTablet": "",
135 "letterSpacingMobile": "",
136 "letterSpacingUnitTablet": "px",
137 "letterSpacingUnitMobile": "px",
138 "wordSpacingTablet": "",
139 "wordSpacingMobile": "",
140 "wordSpacingUnitTablet": "px",
141 "wordSpacingUnitMobile": "px"
142 }
143 },
144 "border": {
145 "type": "object",
146 "default": {
147 "borderStyle": "default",
148 "borderStyleH": "default",
149 "borderColor": "",
150 "borderColorH": "",
151 "isLinkedWidth": true,
152 "isLinkedWidthTablet": true,
153 "isLinkedWidthMobile": true,
154 "commonWidth": "",
155 "commonWidthTablet": "",
156 "commonWidthMobile": "",
157 "topWidth": "",
158 "rightWidth": "",
159 "bottomWidth": "",
160 "leftWidth": "",
161 "topWidthTablet": "",
162 "rightWidthTablet": "",
163 "bottomWidthTablet": "",
164 "leftWidthTablet": "",
165 "topWidthMobile": "",
166 "rightWidthMobile": "",
167 "bottomWidthMobile": "",
168 "leftWidthMobile": "",
169 "unitWidth": "px",
170 "unitWidthTablet": "",
171 "unitWidthMobile": "",
172 "isLinkedWidthH": true,
173 "isLinkedWidthHTablet": true,
174 "isLinkedWidthHMobile": true,
175 "commonWidthH": "",
176 "commonWidthHTablet": "",
177 "commonWidthHMobile": "",
178 "topWidthH": "",
179 "rightWidthH": "",
180 "bottomWidthH": "",
181 "leftWidthH": "",
182 "topWidthHTablet": "",
183 "rightWidthHTablet": "",
184 "bottomWidthHTablet": "",
185 "leftWidthHTablet": "",
186 "topWidthHMobile": "",
187 "rightWidthHMobile": "",
188 "bottomWidthHMobile": "",
189 "leftWidthHMobile": "",
190 "unitWidthH": "px",
191 "unitWidthHTablet": "",
192 "unitWidthHMobile": "",
193 "isLinkedRadius": true,
194 "isLinkedRadiusTablet": true,
195 "isLinkedRadiusMobile": true,
196 "commonRadius": "",
197 "commonRadiusTablet": "",
198 "commonRadiusMobile": "",
199 "topRadius": "",
200 "rightRadius": "",
201 "bottomRadius": "",
202 "leftRadius": "",
203 "topRadiusTablet": "",
204 "rightRadiusTablet": "",
205 "bottomRadiusTablet": "",
206 "leftRadiusTablet": "",
207 "topRadiusMobile": "",
208 "rightRadiusMobile": "",
209 "bottomRadiusMobile": "",
210 "leftRadiusMobile": "",
211 "unitRadius": "px",
212 "unitRadiusTablet": "",
213 "unitRadiusMobile": "",
214 "isLinkedRadiusH": true,
215 "isLinkedRadiusHTablet": true,
216 "isLinkedRadiusHMobile": true,
217 "commonRadiusH": "",
218 "commonRadiusHTablet": "",
219 "commonRadiusHMobile": "",
220 "topRadiusH": "",
221 "rightRadiusH": "",
222 "bottomRadiusH": "",
223 "leftRadiusH": "",
224 "topRadiusHTablet": "",
225 "rightRadiusHTablet": "",
226 "bottomRadiusHTablet": "",
227 "leftRadiusHTablet": "",
228 "topRadiusHMobile": "",
229 "rightRadiusHMobile": "",
230 "bottomRadiusHMobile": "",
231 "leftRadiusHMobile": "",
232 "unitRadiusH": "px",
233 "unitRadiusHTablet": "",
234 "unitRadiusHMobile": "",
235 "transitionDuration": ""
236 }
237 },
238 "_margin": {
239 "type": "object",
240 "default": {
241 "isLinked": true,
242 "isLinkedTablet": true,
243 "isLinkedMobile": true,
244 "common": "",
245 "top": "",
246 "right": "",
247 "bottom": "",
248 "left": "",
249 "unit": "px",
250 "commonTablet": "",
251 "topTablet": "",
252 "rightTablet": "",
253 "bottomTablet": "",
254 "leftTablet": "",
255 "unitTablet": "",
256 "commonMobile": "",
257 "topMobile": "",
258 "rightMobile": "",
259 "bottomMobile": "",
260 "leftMobile": "",
261 "unitMobile": ""
262 }
263 },
264 "_padding": {
265 "type": "object",
266 "default": {
267 "isLinked": true,
268 "isLinkedTablet": true,
269 "isLinkedMobile": true,
270 "common": "",
271 "top": "",
272 "right": "",
273 "bottom": "",
274 "left": "",
275 "unit": "px",
276 "commonTablet": "",
277 "topTablet": "",
278 "rightTablet": "",
279 "bottomTablet": "",
280 "leftTablet": "",
281 "unitTablet": "",
282 "commonMobile": "",
283 "topMobile": "",
284 "rightMobile": "",
285 "bottomMobile": "",
286 "leftMobile": "",
287 "unitMobile": ""
288 }
289 },
290 "_width": {
291 "type": "object",
292 "default": {
293 "widthType": "default",
294 "widthTypeTablet": "",
295 "widthTypeMobile": "",
296 "customWidth": "",
297 "customWidthTablet": "",
298 "customWidthMobile": "",
299 "customWidthUnit": "%",
300 "customWidthUnitTablet": "",
301 "customWidthUnitMobile": ""
302 }
303 },
304 "_border": {
305 "type": "object",
306 "default": {
307 "borderStyle": "default",
308 "borderStyleH": "default",
309 "borderColor": "",
310 "borderColorH": "",
311 "isLinkedWidth": true,
312 "isLinkedWidthTablet": true,
313 "isLinkedWidthMobile": true,
314 "commonWidth": "",
315 "commonWidthTablet": "",
316 "commonWidthMobile": "",
317 "topWidth": "",
318 "rightWidth": "",
319 "bottomWidth": "",
320 "leftWidth": "",
321 "topWidthTablet": "",
322 "rightWidthTablet": "",
323 "bottomWidthTablet": "",
324 "leftWidthTablet": "",
325 "topWidthMobile": "",
326 "rightWidthMobile": "",
327 "bottomWidthMobile": "",
328 "leftWidthMobile": "",
329 "unitWidth": "px",
330 "unitWidthTablet": "",
331 "unitWidthMobile": "",
332 "isLinkedWidthH": true,
333 "isLinkedWidthHTablet": true,
334 "isLinkedWidthHMobile": true,
335 "commonWidthH": "",
336 "commonWidthHTablet": "",
337 "commonWidthHMobile": "",
338 "topWidthH": "",
339 "rightWidthH": "",
340 "bottomWidthH": "",
341 "leftWidthH": "",
342 "topWidthHTablet": "",
343 "rightWidthHTablet": "",
344 "bottomWidthHTablet": "",
345 "leftWidthHTablet": "",
346 "topWidthHMobile": "",
347 "rightWidthHMobile": "",
348 "bottomWidthHMobile": "",
349 "leftWidthHMobile": "",
350 "unitWidthH": "px",
351 "unitWidthHTablet": "",
352 "unitWidthHMobile": "",
353 "isLinkedRadius": true,
354 "isLinkedRadiusTablet": true,
355 "isLinkedRadiusMobile": true,
356 "commonRadius": "",
357 "commonRadiusTablet": "",
358 "commonRadiusMobile": "",
359 "topRadius": "",
360 "rightRadius": "",
361 "bottomRadius": "",
362 "leftRadius": "",
363 "topRadiusTablet": "",
364 "rightRadiusTablet": "",
365 "bottomRadiusTablet": "",
366 "leftRadiusTablet": "",
367 "topRadiusMobile": "",
368 "rightRadiusMobile": "",
369 "bottomRadiusMobile": "",
370 "leftRadiusMobile": "",
371 "unitRadius": "px",
372 "unitRadiusTablet": "",
373 "unitRadiusMobile": "",
374 "isLinkedRadiusH": true,
375 "isLinkedRadiusHTablet": true,
376 "isLinkedRadiusHMobile": true,
377 "commonRadiusH": "",
378 "commonRadiusHTablet": "",
379 "commonRadiusHMobile": "",
380 "topRadiusH": "",
381 "rightRadiusH": "",
382 "bottomRadiusH": "",
383 "leftRadiusH": "",
384 "topRadiusHTablet": "",
385 "rightRadiusHTablet": "",
386 "bottomRadiusHTablet": "",
387 "leftRadiusHTablet": "",
388 "topRadiusHMobile": "",
389 "rightRadiusHMobile": "",
390 "bottomRadiusHMobile": "",
391 "leftRadiusHMobile": "",
392 "unitRadiusH": "px",
393 "unitRadiusHTablet": "",
394 "unitRadiusHMobile": "",
395 "transitionDuration": ""
396 }
397 },
398 "_position": {
399 "type": "object",
400 "default": {
401 "positionType": "relative",
402 "positionTypeTablet": "",
403 "positionTypeMobile": "",
404 "hOrientation": "",
405 "hOffset": "",
406 "hOffsetTablet": "",
407 "hOffsetMobile": "",
408 "hOffsetUnit": "px",
409 "hOffsetUnitTablet": "px",
410 "hOffsetUnitMobile": "px",
411 "vOrientation": "",
412 "vOffset": "",
413 "vOffsetTablet": "",
414 "vOffsetMobile": "",
415 "vOffsetUnit": "px",
416 "vOffsetUnitTablet": "px",
417 "vOffsetUnitMobile": "px"
418 }
419 },
420 "_background": {
421 "type": "object",
422 "default": {
423 "backgroundType": "none",
424 "backgroundTypeH": "none",
425 "backgroundColor": "",
426 "backgroundColorH": "",
427 "imgId": "",
428 "imgIdTablet": "",
429 "imgIdMobile": "",
430 "imgUrl": "",
431 "imgUrlTablet": "",
432 "imgUrlMobile": "",
433 "imgSize": "",
434 "imgSizeTablet": "",
435 "imgSizeMobile": "",
436 "imgPosition": "",
437 "imgPositionTablet": "",
438 "imgPositionMobile": "",
439 "imgXPositionUnit": "px",
440 "imgXPositionUnitTablet": "",
441 "imgXPositionUnitMobile": "",
442 "imgXPosition": "",
443 "imgXPositionTablet": "",
444 "imgXPositionMobile": "",
445 "imgYPositionUnit": "px",
446 "imgYPositionUnitTablet": "",
447 "imgYPositionUnitMobile": "",
448 "imgYPosition": "",
449 "imgYPositionTablet": "",
450 "imgYPositionMobile": "",
451 "imgAttachment": "",
452 "imgRepeat": "",
453 "imgRepeatTablet": "",
454 "imgRepeatMobile": "",
455 "imgDisplaySize": "",
456 "imgDisplaySizeTablet": "",
457 "imgDisplaySizeMobile": "",
458 "imgDisplaySizeWidth": "",
459 "imgDisplaySizeWidthTablet": "",
460 "imgDisplaySizeWidthMobile": "",
461 "imgDisplaySizeWidthUnit": "px",
462 "imgDisplaySizeWidthUnitTablet": "",
463 "imgDisplaySizeWidthUnitMobile": "",
464 "imgIdH": "",
465 "imgIdTabletH": "",
466 "imgIdMobileH": "",
467 "imgUrlH": "",
468 "imgUrlHTablet": "",
469 "imgUrlHMobile": "",
470 "imgSizeH": "",
471 "imgSizeHTablet": "",
472 "imgSizeHMobile": "",
473 "imgPositionH": "",
474 "imgPositionHTablet": "",
475 "imgPositionHMobile": "",
476 "imgXPositionUnitH": "px",
477 "imgXPositionUnitHTablet": "",
478 "imgXPositionUnitHMobile": "",
479 "imgXPositionH": "",
480 "imgXPositionHTablet": "",
481 "imgXPositionHMobile": "",
482 "imgYPositionUnitH": "px",
483 "imgYPositionUnitHTablet": "",
484 "imgYPositionUnitHMobile": "",
485 "imgYPositionH": "",
486 "imgYPositionHTablet": "",
487 "imgYPositionHMobile": "",
488 "imgAttachmentH": "",
489 "imgRepeatH": "",
490 "imgRepeatHTablet": "",
491 "imgRepeatHMobile": "",
492 "imgDisplaySizeH": "",
493 "imgDisplaySizeHTablet": "",
494 "imgDisplaySizeHMobile": "",
495 "imgDisplaySizeWidthH": "",
496 "imgDisplaySizeWidthHTablet": "",
497 "imgDisplaySizeWidthHMobile": "",
498 "imgDisplaySizeWidthHUnit": "px",
499 "imgDisplaySizeWidthHUnitTablet": "",
500 "imgDisplaySizeWidthHUnitMobile": "",
501 "transitionDuration": "",
502 "videoUrl": "",
503 "youtubeURL": "",
504 "vimeoURL": "",
505 "selfHostedURL": "",
506 "externalLink": false,
507 "videoSource": "none",
508 "videoPlayOnce": "",
509 "videoStartTime": "",
510 "videoEndTime": "",
511 "playOnMobile": "",
512 "videoPrivacyMode": "",
513 "fallbackImageUrl": ""
514 }
515 },
516 "_zIndex": {
517 "type": "object",
518 "default": {
519 "zIndex": "",
520 "zIndexTablet": "",
521 "zIndexMobile": ""
522 }
523 },
524 "_transform": {
525 "type": "object",
526 "default": {
527 "rotate": "",
528 "rotateTablet": "",
529 "rotateMobile": "",
530 "rotate3D": false,
531 "rotate3DTablet": false,
532 "rotate3DMobile": false,
533 "rotateX": "",
534 "rotateXTablet": "",
535 "rotateXMobile": "",
536 "rotateY": "",
537 "rotateYTablet": "",
538 "rotateYMobile": "",
539 "rotateP": "",
540 "rotatePTablet": "",
541 "rotatePMobile": "",
542 "offsetX": "",
543 "offsetXTablet": "",
544 "offsetXMobile": "",
545 "offsetXUnit": "px",
546 "offsetXUnitTablet": "px",
547 "offsetXUnitMobile": "px",
548 "offsetY": "",
549 "offsetYTablet": "",
550 "offsetYMobile": "",
551 "offsetYUnit": "px",
552 "offsetYUnitTablet": "px",
553 "offsetYUnitMobile": "px",
554 "scaleProportions": false,
555 "scale": "",
556 "scaleTablet": "",
557 "scaleMobile": "",
558 "scaleX": "",
559 "scaleXTablet": "",
560 "scaleXMobile": "",
561 "scaleY": "",
562 "scaleYTablet": "",
563 "scaleYMobile": "",
564 "skewX": "",
565 "skewXTablet": "",
566 "skewXMobile": "",
567 "skewY": "",
568 "skewYTablet": "",
569 "skewYMobile": "",
570 "flipHorizontal": false,
571 "flipVertical": false,
572 "xAnchorPoint": "",
573 "xAnchorPointTablet": "",
574 "xAnchorPointMobile": "",
575 "yAnchorPoint": "",
576 "yAnchorPointTablet": "",
577 "yAnchorPointMobile": "",
578 "rotateH": "",
579 "rotateHTablet": "",
580 "rotateHMobile": "",
581 "rotate3DH": false,
582 "rotate3DHTablet": false,
583 "rotate3DHMobile": false,
584 "rotateXH": "",
585 "rotateXHTablet": "",
586 "rotateXHMobile": "",
587 "rotateYH": "",
588 "rotateYHTablet": "",
589 "rotateYHMobile": "",
590 "rotatePH": "",
591 "rotatePHTablet": "",
592 "rotatePHMobile": "",
593 "offsetXH": "",
594 "offsetXHTablet": "",
595 "offsetXHMobile": "",
596 "offsetXHUnit": "px",
597 "offsetXHUnitTablet": "px",
598 "offsetXHUnitMobile": "px",
599 "offsetYH": "",
600 "offsetYHTablet": "",
601 "offsetYHMobile": "",
602 "offsetYHUnit": "px",
603 "offsetYHUnitTablet": "px",
604 "offsetYHUnitMobile": "px",
605 "scaleProportionsH": false,
606 "scaleH": "",
607 "scaleHTablet": "",
608 "scaleHMobile": "",
609 "scaleXH": "",
610 "scaleXHTablet": "",
611 "scaleXHMobile": "",
612 "scaleYH": "",
613 "scaleYHTablet": "",
614 "scaleYHMobile": "",
615 "skewXH": "",
616 "skewXHTablet": "",
617 "skewXHMobile": "",
618 "skewYH": "",
619 "skewYHTablet": "",
620 "skewYHMobile": "",
621 "flipHorizontalH": false,
622 "flipVerticalH": false,
623 "xAnchorPointH": "",
624 "xAnchorPointHTablet": "",
625 "xAnchorPointHMobile": "",
626 "yAnchorPointH": "",
627 "yAnchorPointHTablet": "",
628 "yAnchorPointHMobile": "",
629 "transitionH": ""
630 }
631 },
632 "_mask": {
633 "type": "object",
634 "default": {
635 "mask": false,
636 "maskTablet": false,
637 "maskMobile": false,
638 "maskShape": "circle",
639 "customMaskShape": "",
640 "maskSize": "",
641 "maskSizeTablet": "",
642 "maskSizeMobile": "",
643 "maskPosition": "",
644 "maskPositionTablet": "",
645 "maskPositionMobile": "",
646 "maskRepeat": "",
647 "maskRepeatTablet": "",
648 "maskRepeatMobile": "",
649 "scaleUnit": "px",
650 "scaleUnitTablet": "px",
651 "scaleUnitMobile": "px",
652 "scale": "0",
653 "scaleTablet": "0",
654 "scaleMobile": "0",
655 "xPositionUnit": "px",
656 "xPositionUnitTablet": "px",
657 "xPositionUnitMobile": "px",
658 "xPosition": "",
659 "xPositionTablet": "0",
660 "xPositionMobile": "0",
661 "yPositionUnit": "px",
662 "yPositionUnitTablet": "px",
663 "yPositionUnitMobile": "px",
664 "yPosition": "0",
665 "yPositionTablet": "0",
666 "yPositionMobile": "0"
667 }
668 },
669 "_animation": {
670 "type": "object",
671 "default": {
672 "animationType": "",
673 "animationTypeTablet": "",
674 "animationTypeMobile": "",
675 "animationDuration": "",
676 "animationDelay": ""
677 }
678 },
679 "_boxShadow": {
680 "type": "object",
681 "default": {
682 "preset": "",
683 "shadowType": "default",
684 "shadow": "",
685 "horizontal": "",
686 "vertical": "",
687 "blur": "",
688 "spread": "",
689 "color": "",
690 "presetH": "",
691 "shadowTypeH": "default",
692 "shadowH": "",
693 "horizontalH": "",
694 "verticalH": "",
695 "blurH": "",
696 "spreadH": "",
697 "colorH": "",
698 "transitionDuration": "0"
699 }
700 },
701 "_gsapAnimation": {
702 "type": "object",
703 "default": {
704 "animationType": "none",
705 "duration": 1,
706 "delay": 0,
707 "triggerType": "scroll",
708 "ease": "none",
709 "x": 0,
710 "y": 0,
711 "rotation": 0,
712 "rotationY": 0,
713 "opacity": 1,
714 "xTo": 0,
715 "yTo": 0,
716 "rotationTo": 0,
717 "rotationYTo": 0,
718 "opacityTo": 1,
719 "easeTo": "none",
720 "loops": false,
721 "numberOfRepeat": 0,
722 "isSmooth": true,
723 "startPoint": 80,
724 "endPoint": 10
725 }
726 },
727 "_hide_on_desktop": {
728 "type": "boolean",
729 "default": false
730 },
731 "_hide_on_tablet": {
732 "type": "boolean",
733 "default": false
734 },
735 "_hide_on_mobile": {
736 "type": "boolean",
737 "default": false
738 },
739 "_custom_css": {
740 "type": "string",
741 "default": ""
742 },
743 "_animation_element_trigger": {
744 "type": "array",
745 "default": [],
746 "items": {
747 "type": "object"
748 }
749 },
750 "_animation_page_trigger": {
751 "type": "array",
752 "default": [],
753 "items": {
754 "type": "object"
755 }
756 }
757 }
758 }