PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.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
← All changes | assets/build/blocks/info-box/block.json +448 -59 2.9.1 → 2.14.0 View file →
@@ -28,13 +28,22 @@
28 28 ],
29 29 "editorScript": [
30 30 "ablocks-common-script"
31 31 ],
32 + "usesContext": [
33 + "postId",
34 + "postType",
35 + "queryId"
36 + ],
32 37 "attributes": {
33 38 "block_id": {
34 39 "type": "string",
35 40 "default": ""
36 41 },
42 + "blockVersion": {
43 + "type": "number",
44 + "default": ""
45 + },
37 46 "blockElements": {
38 47 "type": "array",
39 48 "default": [
40 49 {
@@ -132,8 +141,12 @@
132 141 "iconPrimaryColorH": {
133 142 "type": "string",
134 143 "default": ""
135 144 },
145 + "iconBackgroundColorH": {
146 + "type": "string",
147 + "default": ""
148 + },
136 149 "iconTransition": {
137 150 "type": "number",
138 151 "default": ""
139 152 },
@@ -166,9 +179,9 @@
166 179 "default": "Your Info Box Sub Title"
167 180 },
168 181 "subHeadingTag": {
169 182 "type": "string",
170 - "default": "h4"
183 + "default": "h3"
171 184 },
172 185 "subHeadingTextColor": {
173 186 "type": "string",
174 187 "default": "#13191B"
@@ -188,23 +201,23 @@
188 201 "desDropCapsTextColor": {
189 202 "type": "string",
190 203 "default": "#0f2aff"
191 204 },
192 - "desGraphSize": {
205 + "desSize": {
193 206 "type": "string",
194 207 "default": "sm"
195 208 },
196 - "desSize": {
209 + "desGraphSize": {
197 210 "type": "string",
198 211 "default": "sm"
199 212 },
200 213 "desTextColor": {
201 214 "type": "string",
202 - "default": "#74777C"
215 + "default": "#595959"
203 216 },
204 217 "desTextColorHover": {
205 218 "type": "string",
206 - "default": "gray"
219 + "default": ""
207 220 },
208 221 "desTransition": {
209 222 "type": "number",
210 223 "default": ""
@@ -240,8 +253,12 @@
240 253 "showRatingNumber": {
241 254 "type": "boolean",
242 255 "default": true
243 256 },
257 + "showCount": {
258 + "type": "boolean",
259 + "default": true
260 + },
244 261 "ratingNumberColor": {
245 262 "type": "string",
246 263 "default": "#000000"
247 264 },
@@ -288,8 +305,12 @@
288 305 "btnShowIcon": {
289 306 "type": "boolean",
290 307 "default": true
291 308 },
309 + "stack": {
310 + "type": "string",
311 + "default": ""
312 + },
292 313 "alignment": {
293 314 "type": "object",
294 315 "default": {
295 316 "value": "default",
@@ -296,11 +317,15 @@
296 317 "valueTablet": "",
297 318 "valueMobile": ""
298 319 }
299 320 },
300 - "stack": {
301 - "type": "string",
302 - "default": ""
321 + "iconPlacement": {
322 + "type": "object",
323 + "default": {
324 + "value": "",
325 + "valueTablet": "",
326 + "valueMobile": ""
327 + }
303 328 },
304 329 "badgeBorder": {
305 330 "type": "object",
306 331 "default": {
@@ -420,8 +445,12 @@
420 445 "leftMobile": "",
421 446 "unitMobile": ""
422 447 }
423 448 },
449 + "badgeTypographyGlobal": {
450 + "type": "string",
451 + "default": ""
452 + },
424 453 "badgeTypography": {
425 454 "type": "object",
426 455 "default": {
427 456 "fontFamily": "Roboto",
@@ -511,8 +540,16 @@
511 540 "iconBgColor": {
512 541 "type": "string",
513 542 "default": ""
514 543 },
544 + "iconHoverColor": {
545 + "type": "string",
546 + "default": ""
547 + },
548 + "iconHoverBgColor": {
549 + "type": "string",
550 + "default": ""
551 + },
515 552 "iconType": {
516 553 "type": "string",
517 554 "default": "default"
518 555 },
@@ -531,30 +568,70 @@
531 568 "left": "",
532 569 "unit": "px"
533 570 }
534 571 },
535 - "iconBorderRadius": {
572 + "iconBorder": {
536 573 "type": "object",
537 574 "default": {
538 - "isLinked": true,
539 - "common": "",
540 - "top": "",
541 - "right": "",
542 - "bottom": "",
543 - "left": "",
544 - "unit": "px"
575 + "borderStyle": "default",
576 + "borderStyleH": "default",
577 + "borderColor": "",
578 + "borderColorH": "",
579 + "isLinkedWidth": true,
580 + "isLinkedWidthTablet": true,
581 + "isLinkedWidthMobile": true,
582 + "commonWidth": "",
583 + "topWidth": "",
584 + "rightWidth": "",
585 + "bottomWidth": "",
586 + "leftWidth": "",
587 + "unitWidth": "px",
588 + "isLinkedWidthH": true,
589 + "isLinkedWidthHTablet": true,
590 + "isLinkedWidthHMobile": true,
591 + "commonWidthH": "",
592 + "topWidthH": "",
593 + "rightWidthH": "",
594 + "bottomWidthH": "",
595 + "leftWidthH": "",
596 + "unitWidthH": "px",
597 + "isLinkedRadius": true,
598 + "commonRadius": "",
599 + "topRadius": "",
600 + "rightRadius": "",
601 + "bottomRadius": "",
602 + "leftRadius": "",
603 + "unitRadius": "px",
604 + "isLinkedRadiusH": true,
605 + "isLinkedRadiusHTablet": true,
606 + "isLinkedRadiusHMobile": true,
607 + "commonRadiusH": "",
608 + "topRadiusH": "",
609 + "leftRadiusH": "",
610 + "unitRadiusH": "px",
611 + "transitionDuration": ""
545 612 }
546 613 },
547 - "iconBorderWidth": {
614 + "iconBoxShadow": {
548 615 "type": "object",
549 616 "default": {
550 - "isLinked": true,
551 - "common": "",
552 - "top": "",
553 - "right": "",
554 - "bottom": "",
555 - "left": "",
556 - "unit": "px"
617 + "preset": "",
618 + "shadowType": "default",
619 + "shadow": "",
620 + "horizontal": "",
621 + "vertical": "",
622 + "blur": "",
623 + "spread": "",
624 + "color": "",
625 + "presetH": "",
626 + "shadowTypeH": "default",
627 + "shadowH": "",
628 + "horizontalH": "",
629 + "verticalH": "",
630 + "blurH": "",
631 + "spreadH": "",
632 + "colorH": "",
633 + "transitionDuration": "0"
557 634 }
558 635 },
559 636 "iconSize": {
560 637 "type": "number",
@@ -604,8 +681,34 @@
604 681 "iconImageWidth": {
605 682 "type": "number",
606 683 "default": 0
607 684 },
685 + "iconMargin": {
686 + "type": "object",
687 + "default": {
688 + "isLinked": true,
689 + "isLinkedTablet": true,
690 + "isLinkedMobile": true,
691 + "common": "",
692 + "top": "",
693 + "right": "",
694 + "bottom": "",
695 + "left": "",
696 + "unit": "px",
697 + "commonTablet": "",
698 + "topTablet": "",
699 + "rightTablet": "",
700 + "bottomTablet": "",
701 + "leftTablet": "",
702 + "unitTablet": "",
703 + "commonMobile": "",
704 + "topMobile": "",
705 + "rightMobile": "",
706 + "bottomMobile": "",
707 + "leftMobile": "",
708 + "unitMobile": ""
709 + }
710 + },
608 711 "iconLink": {
609 712 "type": "object",
610 713 "default": {
611 714 "linkDestination": "",
@@ -625,8 +728,12 @@
625 728 "valueTablet": "",
626 729 "valueMobile": ""
627 730 }
628 731 },
732 + "headingTypographyGlobal": {
733 + "type": "string",
734 + "default": ""
735 + },
629 736 "headingTypography": {
630 737 "type": "object",
631 738 "default": {
632 739 "fontFamily": "Roboto",
@@ -680,8 +787,38 @@
680 787 "strokeWidthUnitMobile": "px",
681 788 "stroke": ""
682 789 }
683 790 },
791 + "headingMargin": {
792 + "type": "object",
793 + "default": {
794 + "isLinked": true,
795 + "isLinkedTablet": true,
796 + "isLinkedMobile": true,
797 + "common": "",
798 + "top": "",
799 + "right": "",
800 + "bottom": "",
801 + "left": "",
802 + "unit": "px",
803 + "commonTablet": "",
804 + "topTablet": "",
805 + "rightTablet": "",
806 + "bottomTablet": "",
807 + "leftTablet": "",
808 + "unitTablet": "",
809 + "commonMobile": "",
810 + "topMobile": "",
811 + "rightMobile": "",
812 + "bottomMobile": "",
813 + "leftMobile": "",
814 + "unitMobile": ""
815 + }
816 + },
817 + "subHeadingTypographyGlobal": {
818 + "type": "string",
819 + "default": ""
820 + },
684 821 "subHeadingTypography": {
685 822 "type": "object",
686 823 "default": {
687 824 "fontFamily": "Roboto",
@@ -735,8 +872,38 @@
735 872 "strokeWidthUnitMobile": "px",
736 873 "stroke": ""
737 874 }
738 875 },
876 + "subHeadingMargin": {
877 + "type": "object",
878 + "default": {
879 + "isLinked": true,
880 + "isLinkedTablet": true,
881 + "isLinkedMobile": true,
882 + "common": "",
883 + "top": "",
884 + "right": "",
885 + "bottom": "",
886 + "left": "",
887 + "unit": "px",
888 + "commonTablet": "",
889 + "topTablet": "",
890 + "rightTablet": "",
891 + "bottomTablet": "",
892 + "leftTablet": "",
893 + "unitTablet": "",
894 + "commonMobile": "",
895 + "topMobile": "",
896 + "rightMobile": "",
897 + "bottomMobile": "",
898 + "leftMobile": "",
899 + "unitMobile": ""
900 + }
901 + },
902 + "desTypographyGlobal": {
903 + "type": "string",
904 + "default": ""
905 + },
739 906 "desTypography": {
740 907 "type": "object",
741 908 "default": {
742 909 "fontFamily": "Roboto",
@@ -790,8 +957,34 @@
790 957 "strokeWidthUnitMobile": "px",
791 958 "stroke": ""
792 959 }
793 960 },
961 + "desMargin": {
962 + "type": "object",
963 + "default": {
964 + "isLinked": true,
965 + "isLinkedTablet": true,
966 + "isLinkedMobile": true,
967 + "common": "",
968 + "top": "",
969 + "right": "",
970 + "bottom": "",
971 + "left": "",
972 + "unit": "px",
973 + "commonTablet": "",
974 + "topTablet": "",
975 + "rightTablet": "",
976 + "bottomTablet": "",
977 + "leftTablet": "",
978 + "unitTablet": "",
979 + "commonMobile": "",
980 + "topMobile": "",
981 + "rightMobile": "",
982 + "bottomMobile": "",
983 + "leftMobile": "",
984 + "unitMobile": ""
985 + }
986 + },
794 987 "btnIconSvgPath": {
795 988 "type": "string",
796 989 "default": "M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
797 990 },
@@ -822,8 +1015,16 @@
822 1015 "btnIconBgColor": {
823 1016 "type": "string",
824 1017 "default": ""
825 1018 },
1019 + "btnIconHoverColor": {
1020 + "type": "string",
1021 + "default": ""
1022 + },
1023 + "btnIconHoverBgColor": {
1024 + "type": "string",
1025 + "default": ""
1026 + },
826 1027 "btnIconType": {
827 1028 "type": "string",
828 1029 "default": "default"
829 1030 },
@@ -842,30 +1043,70 @@
842 1043 "left": "",
843 1044 "unit": "px"
844 1045 }
845 1046 },
846 - "btnIconBorderRadius": {
1047 + "btnIconBorder": {
847 1048 "type": "object",
848 1049 "default": {
849 - "isLinked": true,
850 - "common": "",
851 - "top": "",
852 - "right": "",
853 - "bottom": "",
854 - "left": "",
855 - "unit": "px"
1050 + "borderStyle": "default",
1051 + "borderStyleH": "default",
1052 + "borderColor": "",
1053 + "borderColorH": "",
1054 + "isLinkedWidth": true,
1055 + "isLinkedWidthTablet": true,
1056 + "isLinkedWidthMobile": true,
1057 + "commonWidth": "",
1058 + "topWidth": "",
1059 + "rightWidth": "",
1060 + "bottomWidth": "",
1061 + "leftWidth": "",
1062 + "unitWidth": "px",
1063 + "isLinkedWidthH": true,
1064 + "isLinkedWidthHTablet": true,
1065 + "isLinkedWidthHMobile": true,
1066 + "commonWidthH": "",
1067 + "topWidthH": "",
1068 + "rightWidthH": "",
1069 + "bottomWidthH": "",
1070 + "leftWidthH": "",
1071 + "unitWidthH": "px",
1072 + "isLinkedRadius": true,
1073 + "commonRadius": "",
1074 + "topRadius": "",
1075 + "rightRadius": "",
1076 + "bottomRadius": "",
1077 + "leftRadius": "",
1078 + "unitRadius": "px",
1079 + "isLinkedRadiusH": true,
1080 + "isLinkedRadiusHTablet": true,
1081 + "isLinkedRadiusHMobile": true,
1082 + "commonRadiusH": "",
1083 + "topRadiusH": "",
1084 + "leftRadiusH": "",
1085 + "unitRadiusH": "px",
1086 + "transitionDuration": ""
856 1087 }
857 1088 },
858 - "btnIconBorderWidth": {
1089 + "btnIconBoxShadow": {
859 1090 "type": "object",
860 1091 "default": {
861 - "isLinked": true,
862 - "common": "",
863 - "top": "",
864 - "right": "",
865 - "bottom": "",
866 - "left": "",
867 - "unit": "px"
1092 + "preset": "",
1093 + "shadowType": "default",
1094 + "shadow": "",
1095 + "horizontal": "",
1096 + "vertical": "",
1097 + "blur": "",
1098 + "spread": "",
1099 + "color": "",
1100 + "presetH": "",
1101 + "shadowTypeH": "default",
1102 + "shadowH": "",
1103 + "horizontalH": "",
1104 + "verticalH": "",
1105 + "blurH": "",
1106 + "spreadH": "",
1107 + "colorH": "",
1108 + "transitionDuration": "0"
868 1109 }
869 1110 },
870 1111 "btnIconSize": {
871 1112 "type": "number",
@@ -1048,13 +1289,43 @@
1048 1289 "leftMobile": "",
1049 1290 "unitMobile": ""
1050 1291 }
1051 1292 },
1293 + "btnMargin": {
1294 + "type": "object",
1295 + "default": {
1296 + "isLinked": true,
1297 + "isLinkedTablet": true,
1298 + "isLinkedMobile": true,
1299 + "common": "",
1300 + "top": "",
1301 + "right": "",
1302 + "bottom": "",
1303 + "left": "",
1304 + "unit": "px",
1305 + "commonTablet": "",
1306 + "topTablet": "",
1307 + "rightTablet": "",
1308 + "bottomTablet": "",
1309 + "leftTablet": "",
1310 + "unitTablet": "",
1311 + "commonMobile": "",
1312 + "topMobile": "",
1313 + "rightMobile": "",
1314 + "bottomMobile": "",
1315 + "leftMobile": "",
1316 + "unitMobile": ""
1317 + }
1318 + },
1319 + "btnTypographyGlobal": {
1320 + "type": "string",
1321 + "default": ""
1322 + },
1052 1323 "btnTypography": {
1053 1324 "type": "object",
1054 1325 "default": {
1055 1326 "fontFamily": "",
1056 - "weight": "400",
1327 + "weight": "",
1057 1328 "transform": "",
1058 1329 "style": "",
1059 1330 "decoration": "",
1060 1331 "fontSize": "",
@@ -1099,13 +1370,17 @@
1099 1370 "valueTablet": "",
1100 1371 "valueMobile": ""
1101 1372 }
1102 1373 },
1374 + "ratingNumberTypographyGlobal": {
1375 + "type": "string",
1376 + "default": ""
1377 + },
1103 1378 "ratingNumberTypography": {
1104 1379 "type": "object",
1105 1380 "default": {
1106 1381 "fontFamily": "",
1107 - "weight": "400",
1382 + "weight": "",
1108 1383 "transform": "",
1109 1384 "style": "",
1110 1385 "decoration": "",
1111 1386 "fontSize": "",
@@ -1133,8 +1408,34 @@
1133 1408 "wordSpacingUnitTablet": "px",
1134 1409 "wordSpacingUnitMobile": "px"
1135 1410 }
1136 1411 },
1412 + "ratingMargin": {
1413 + "type": "object",
1414 + "default": {
1415 + "isLinked": true,
1416 + "isLinkedTablet": true,
1417 + "isLinkedMobile": true,
1418 + "common": "",
1419 + "top": "",
1420 + "right": "",
1421 + "bottom": "",
1422 + "left": "",
1423 + "unit": "px",
1424 + "commonTablet": "",
1425 + "topTablet": "",
1426 + "rightTablet": "",
1427 + "bottomTablet": "",
1428 + "leftTablet": "",
1429 + "unitTablet": "",
1430 + "commonMobile": "",
1431 + "topMobile": "",
1432 + "rightMobile": "",
1433 + "bottomMobile": "",
1434 + "leftMobile": "",
1435 + "unitMobile": ""
1436 + }
1437 + },
1137 1438 "starIconSvgPath": {
1138 1439 "type": "string",
1139 1440 "default": "M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
1140 1441 },
@@ -1165,8 +1466,16 @@
1165 1466 "starIconBgColor": {
1166 1467 "type": "string",
1167 1468 "default": ""
1168 1469 },
1470 + "starIconHoverColor": {
1471 + "type": "string",
1472 + "default": ""
1473 + },
1474 + "starIconHoverBgColor": {
1475 + "type": "string",
1476 + "default": ""
1477 + },
1169 1478 "starIconType": {
1170 1479 "type": "string",
1171 1480 "default": "default"
1172 1481 },
@@ -1185,30 +1494,70 @@
1185 1494 "left": "",
1186 1495 "unit": "px"
1187 1496 }
1188 1497 },
1189 - "starIconBorderRadius": {
1498 + "starIconBorder": {
1190 1499 "type": "object",
1191 1500 "default": {
1192 - "isLinked": true,
1193 - "common": "",
1194 - "top": "",
1195 - "right": "",
1196 - "bottom": "",
1197 - "left": "",
1198 - "unit": "px"
1501 + "borderStyle": "default",
1502 + "borderStyleH": "default",
1503 + "borderColor": "",
1504 + "borderColorH": "",
1505 + "isLinkedWidth": true,
1506 + "isLinkedWidthTablet": true,
1507 + "isLinkedWidthMobile": true,
1508 + "commonWidth": "",
1509 + "topWidth": "",
1510 + "rightWidth": "",
1511 + "bottomWidth": "",
1512 + "leftWidth": "",
1513 + "unitWidth": "px",
1514 + "isLinkedWidthH": true,
1515 + "isLinkedWidthHTablet": true,
1516 + "isLinkedWidthHMobile": true,
1517 + "commonWidthH": "",
1518 + "topWidthH": "",
1519 + "rightWidthH": "",
1520 + "bottomWidthH": "",
1521 + "leftWidthH": "",
1522 + "unitWidthH": "px",
1523 + "isLinkedRadius": true,
1524 + "commonRadius": "",
1525 + "topRadius": "",
1526 + "rightRadius": "",
1527 + "bottomRadius": "",
1528 + "leftRadius": "",
1529 + "unitRadius": "px",
1530 + "isLinkedRadiusH": true,
1531 + "isLinkedRadiusHTablet": true,
1532 + "isLinkedRadiusHMobile": true,
1533 + "commonRadiusH": "",
1534 + "topRadiusH": "",
1535 + "leftRadiusH": "",
1536 + "unitRadiusH": "px",
1537 + "transitionDuration": ""
1199 1538 }
1200 1539 },
1201 - "starIconBorderWidth": {
1540 + "starIconBoxShadow": {
1202 1541 "type": "object",
1203 1542 "default": {
1204 - "isLinked": true,
1205 - "common": "",
1206 - "top": "",
1207 - "right": "",
1208 - "bottom": "",
1209 - "left": "",
1210 - "unit": "px"
1543 + "preset": "",
1544 + "shadowType": "default",
1545 + "shadow": "",
1546 + "horizontal": "",
1547 + "vertical": "",
1548 + "blur": "",
1549 + "spread": "",
1550 + "color": "",
1551 + "presetH": "",
1552 + "shadowTypeH": "default",
1553 + "shadowH": "",
1554 + "horizontalH": "",
1555 + "verticalH": "",
1556 + "blurH": "",
1557 + "spreadH": "",
1558 + "colorH": "",
1559 + "transitionDuration": "0"
1211 1560 }
1212 1561 },
1213 1562 "starIconSize": {
1214 1563 "type": "number",
@@ -1729,9 +2078,9 @@
1729 2078 "xPositionUnitMobile": "px",
1730 2079 "xPosition": "",
1731 2080 "xPositionTablet": "0",
1732 2081 "xPositionMobile": "0",
1733 - "yPositionUnit": "0",
2082 + "yPositionUnit": "px",
1734 2083 "yPositionUnitTablet": "px",
1735 2084 "yPositionUnitMobile": "px",
1736 2085 "yPosition": "0",
1737 2086 "yPositionTablet": "0",
@@ -1769,8 +2118,34 @@
1769 2118 "colorH": "",
1770 2119 "transitionDuration": "0"
1771 2120 }
1772 2121 },
2122 + "_gsapAnimation": {
2123 + "type": "object",
2124 + "default": {
2125 + "animationType": "none",
2126 + "duration": 1,
2127 + "delay": 0,
2128 + "triggerType": "scroll",
2129 + "ease": "none",
2130 + "x": 0,
2131 + "y": 0,
2132 + "rotation": 0,
2133 + "rotationY": 0,
2134 + "opacity": 1,
2135 + "xTo": 0,
2136 + "yTo": 0,
2137 + "rotationTo": 0,
2138 + "rotationYTo": 0,
2139 + "opacityTo": 1,
2140 + "easeTo": "none",
2141 + "loops": false,
2142 + "numberOfRepeat": 0,
2143 + "isSmooth": true,
2144 + "startPoint": 80,
2145 + "endPoint": 10
2146 + }
2147 + },
1773 2148 "_hide_on_desktop": {
1774 2149 "type": "boolean",
1775 2150 "default": false
1776 2151 },
@@ -1784,7 +2159,21 @@
1784 2159 },
1785 2160 "_custom_css": {
1786 2161 "type": "string",
1787 2162 "default": ""
2163 + },
2164 + "_animation_element_trigger": {
2165 + "type": "array",
2166 + "default": [],
2167 + "items": {
2168 + "type": "object"
2169 + }
2170 + },
2171 + "_animation_page_trigger": {
2172 + "type": "array",
2173 + "default": [],
2174 + "items": {
2175 + "type": "object"
2176 + }
1788 2177 }
1789 2178 }
1790 2179 }