@forge/manifest 3.10.0 → 3.10.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +590 -80
- package/out/schema/manifest.d.ts +350 -28
- package/package.json +1 -1
|
@@ -524,6 +524,26 @@
|
|
|
524
524
|
"displayConditions": {
|
|
525
525
|
"type": "object"
|
|
526
526
|
},
|
|
527
|
+
"keyboardShortcut": {
|
|
528
|
+
"type": "object",
|
|
529
|
+
"additionalProperties": false,
|
|
530
|
+
"properties": {
|
|
531
|
+
"accelerator": {
|
|
532
|
+
"type": "string",
|
|
533
|
+
"minLength": 1,
|
|
534
|
+
"maxLength": 255,
|
|
535
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
536
|
+
},
|
|
537
|
+
"description": {
|
|
538
|
+
"type": "string",
|
|
539
|
+
"minLength": 1,
|
|
540
|
+
"maxLength": 1000
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"required": [
|
|
544
|
+
"accelerator"
|
|
545
|
+
]
|
|
546
|
+
},
|
|
527
547
|
"key": {
|
|
528
548
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
529
549
|
}
|
|
@@ -581,6 +601,26 @@
|
|
|
581
601
|
"displayConditions": {
|
|
582
602
|
"type": "object"
|
|
583
603
|
},
|
|
604
|
+
"keyboardShortcut": {
|
|
605
|
+
"type": "object",
|
|
606
|
+
"additionalProperties": false,
|
|
607
|
+
"properties": {
|
|
608
|
+
"accelerator": {
|
|
609
|
+
"type": "string",
|
|
610
|
+
"minLength": 1,
|
|
611
|
+
"maxLength": 255,
|
|
612
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
613
|
+
},
|
|
614
|
+
"description": {
|
|
615
|
+
"type": "string",
|
|
616
|
+
"minLength": 1,
|
|
617
|
+
"maxLength": 1000
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"required": [
|
|
621
|
+
"accelerator"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
584
624
|
"key": {
|
|
585
625
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
586
626
|
}
|
|
@@ -616,6 +656,26 @@
|
|
|
616
656
|
"displayConditions": {
|
|
617
657
|
"type": "object"
|
|
618
658
|
},
|
|
659
|
+
"keyboardShortcut": {
|
|
660
|
+
"type": "object",
|
|
661
|
+
"additionalProperties": false,
|
|
662
|
+
"properties": {
|
|
663
|
+
"accelerator": {
|
|
664
|
+
"type": "string",
|
|
665
|
+
"minLength": 1,
|
|
666
|
+
"maxLength": 255,
|
|
667
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
668
|
+
},
|
|
669
|
+
"description": {
|
|
670
|
+
"type": "string",
|
|
671
|
+
"minLength": 1,
|
|
672
|
+
"maxLength": 1000
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"required": [
|
|
676
|
+
"accelerator"
|
|
677
|
+
]
|
|
678
|
+
},
|
|
619
679
|
"key": {
|
|
620
680
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
621
681
|
}
|
|
@@ -674,6 +734,26 @@
|
|
|
674
734
|
"displayConditions": {
|
|
675
735
|
"type": "object"
|
|
676
736
|
},
|
|
737
|
+
"keyboardShortcut": {
|
|
738
|
+
"type": "object",
|
|
739
|
+
"additionalProperties": false,
|
|
740
|
+
"properties": {
|
|
741
|
+
"accelerator": {
|
|
742
|
+
"type": "string",
|
|
743
|
+
"minLength": 1,
|
|
744
|
+
"maxLength": 255,
|
|
745
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
746
|
+
},
|
|
747
|
+
"description": {
|
|
748
|
+
"type": "string",
|
|
749
|
+
"minLength": 1,
|
|
750
|
+
"maxLength": 1000
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"required": [
|
|
754
|
+
"accelerator"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
677
757
|
"key": {
|
|
678
758
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
679
759
|
}
|
|
@@ -740,6 +820,26 @@
|
|
|
740
820
|
"displayConditions": {
|
|
741
821
|
"type": "object"
|
|
742
822
|
},
|
|
823
|
+
"keyboardShortcut": {
|
|
824
|
+
"type": "object",
|
|
825
|
+
"additionalProperties": false,
|
|
826
|
+
"properties": {
|
|
827
|
+
"accelerator": {
|
|
828
|
+
"type": "string",
|
|
829
|
+
"minLength": 1,
|
|
830
|
+
"maxLength": 255,
|
|
831
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
832
|
+
},
|
|
833
|
+
"description": {
|
|
834
|
+
"type": "string",
|
|
835
|
+
"minLength": 1,
|
|
836
|
+
"maxLength": 1000
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
"required": [
|
|
840
|
+
"accelerator"
|
|
841
|
+
]
|
|
842
|
+
},
|
|
743
843
|
"key": {
|
|
744
844
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
745
845
|
}
|
|
@@ -828,6 +928,26 @@
|
|
|
828
928
|
"displayConditions": {
|
|
829
929
|
"type": "object"
|
|
830
930
|
},
|
|
931
|
+
"keyboardShortcut": {
|
|
932
|
+
"type": "object",
|
|
933
|
+
"additionalProperties": false,
|
|
934
|
+
"properties": {
|
|
935
|
+
"accelerator": {
|
|
936
|
+
"type": "string",
|
|
937
|
+
"minLength": 1,
|
|
938
|
+
"maxLength": 255,
|
|
939
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
940
|
+
},
|
|
941
|
+
"description": {
|
|
942
|
+
"type": "string",
|
|
943
|
+
"minLength": 1,
|
|
944
|
+
"maxLength": 1000
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"required": [
|
|
948
|
+
"accelerator"
|
|
949
|
+
]
|
|
950
|
+
},
|
|
831
951
|
"key": {
|
|
832
952
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
833
953
|
}
|
|
@@ -863,6 +983,26 @@
|
|
|
863
983
|
"displayConditions": {
|
|
864
984
|
"type": "object"
|
|
865
985
|
},
|
|
986
|
+
"keyboardShortcut": {
|
|
987
|
+
"type": "object",
|
|
988
|
+
"additionalProperties": false,
|
|
989
|
+
"properties": {
|
|
990
|
+
"accelerator": {
|
|
991
|
+
"type": "string",
|
|
992
|
+
"minLength": 1,
|
|
993
|
+
"maxLength": 255,
|
|
994
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
995
|
+
},
|
|
996
|
+
"description": {
|
|
997
|
+
"type": "string",
|
|
998
|
+
"minLength": 1,
|
|
999
|
+
"maxLength": 1000
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"required": [
|
|
1003
|
+
"accelerator"
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
866
1006
|
"key": {
|
|
867
1007
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
868
1008
|
}
|
|
@@ -921,6 +1061,26 @@
|
|
|
921
1061
|
"displayConditions": {
|
|
922
1062
|
"type": "object"
|
|
923
1063
|
},
|
|
1064
|
+
"keyboardShortcut": {
|
|
1065
|
+
"type": "object",
|
|
1066
|
+
"additionalProperties": false,
|
|
1067
|
+
"properties": {
|
|
1068
|
+
"accelerator": {
|
|
1069
|
+
"type": "string",
|
|
1070
|
+
"minLength": 1,
|
|
1071
|
+
"maxLength": 255,
|
|
1072
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1073
|
+
},
|
|
1074
|
+
"description": {
|
|
1075
|
+
"type": "string",
|
|
1076
|
+
"minLength": 1,
|
|
1077
|
+
"maxLength": 1000
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"required": [
|
|
1081
|
+
"accelerator"
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
924
1084
|
"key": {
|
|
925
1085
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
926
1086
|
}
|
|
@@ -967,6 +1127,26 @@
|
|
|
967
1127
|
"displayConditions": {
|
|
968
1128
|
"type": "object"
|
|
969
1129
|
},
|
|
1130
|
+
"keyboardShortcut": {
|
|
1131
|
+
"type": "object",
|
|
1132
|
+
"additionalProperties": false,
|
|
1133
|
+
"properties": {
|
|
1134
|
+
"accelerator": {
|
|
1135
|
+
"type": "string",
|
|
1136
|
+
"minLength": 1,
|
|
1137
|
+
"maxLength": 255,
|
|
1138
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1139
|
+
},
|
|
1140
|
+
"description": {
|
|
1141
|
+
"type": "string",
|
|
1142
|
+
"minLength": 1,
|
|
1143
|
+
"maxLength": 1000
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
"required": [
|
|
1147
|
+
"accelerator"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
970
1150
|
"key": {
|
|
971
1151
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
972
1152
|
}
|
|
@@ -1026,6 +1206,26 @@
|
|
|
1026
1206
|
"displayConditions": {
|
|
1027
1207
|
"type": "object"
|
|
1028
1208
|
},
|
|
1209
|
+
"keyboardShortcut": {
|
|
1210
|
+
"type": "object",
|
|
1211
|
+
"additionalProperties": false,
|
|
1212
|
+
"properties": {
|
|
1213
|
+
"accelerator": {
|
|
1214
|
+
"type": "string",
|
|
1215
|
+
"minLength": 1,
|
|
1216
|
+
"maxLength": 255,
|
|
1217
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1218
|
+
},
|
|
1219
|
+
"description": {
|
|
1220
|
+
"type": "string",
|
|
1221
|
+
"minLength": 1,
|
|
1222
|
+
"maxLength": 1000
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"required": [
|
|
1226
|
+
"accelerator"
|
|
1227
|
+
]
|
|
1228
|
+
},
|
|
1029
1229
|
"key": {
|
|
1030
1230
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1031
1231
|
}
|
|
@@ -1068,6 +1268,26 @@
|
|
|
1068
1268
|
"displayConditions": {
|
|
1069
1269
|
"type": "object"
|
|
1070
1270
|
},
|
|
1271
|
+
"keyboardShortcut": {
|
|
1272
|
+
"type": "object",
|
|
1273
|
+
"additionalProperties": false,
|
|
1274
|
+
"properties": {
|
|
1275
|
+
"accelerator": {
|
|
1276
|
+
"type": "string",
|
|
1277
|
+
"minLength": 1,
|
|
1278
|
+
"maxLength": 255,
|
|
1279
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1280
|
+
},
|
|
1281
|
+
"description": {
|
|
1282
|
+
"type": "string",
|
|
1283
|
+
"minLength": 1,
|
|
1284
|
+
"maxLength": 1000
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"required": [
|
|
1288
|
+
"accelerator"
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1071
1291
|
"key": {
|
|
1072
1292
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1073
1293
|
}
|
|
@@ -1121,6 +1341,26 @@
|
|
|
1121
1341
|
"displayConditions": {
|
|
1122
1342
|
"type": "object"
|
|
1123
1343
|
},
|
|
1344
|
+
"keyboardShortcut": {
|
|
1345
|
+
"type": "object",
|
|
1346
|
+
"additionalProperties": false,
|
|
1347
|
+
"properties": {
|
|
1348
|
+
"accelerator": {
|
|
1349
|
+
"type": "string",
|
|
1350
|
+
"minLength": 1,
|
|
1351
|
+
"maxLength": 255,
|
|
1352
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1353
|
+
},
|
|
1354
|
+
"description": {
|
|
1355
|
+
"type": "string",
|
|
1356
|
+
"minLength": 1,
|
|
1357
|
+
"maxLength": 1000
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"required": [
|
|
1361
|
+
"accelerator"
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1124
1364
|
"key": {
|
|
1125
1365
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1126
1366
|
}
|
|
@@ -1166,6 +1406,26 @@
|
|
|
1166
1406
|
"default": false,
|
|
1167
1407
|
"description": "A flag indicating whether this settings instance will be used as the app's \"Get Started\""
|
|
1168
1408
|
},
|
|
1409
|
+
"keyboardShortcut": {
|
|
1410
|
+
"type": "object",
|
|
1411
|
+
"additionalProperties": false,
|
|
1412
|
+
"properties": {
|
|
1413
|
+
"accelerator": {
|
|
1414
|
+
"type": "string",
|
|
1415
|
+
"minLength": 1,
|
|
1416
|
+
"maxLength": 255,
|
|
1417
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1418
|
+
},
|
|
1419
|
+
"description": {
|
|
1420
|
+
"type": "string",
|
|
1421
|
+
"minLength": 1,
|
|
1422
|
+
"maxLength": 1000
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"required": [
|
|
1426
|
+
"accelerator"
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1169
1429
|
"key": {
|
|
1170
1430
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1171
1431
|
}
|
|
@@ -1223,6 +1483,26 @@
|
|
|
1223
1483
|
"default": false,
|
|
1224
1484
|
"description": "A flag indicating whether this settings instance will be used as the app's \"Get Started\""
|
|
1225
1485
|
},
|
|
1486
|
+
"keyboardShortcut": {
|
|
1487
|
+
"type": "object",
|
|
1488
|
+
"additionalProperties": false,
|
|
1489
|
+
"properties": {
|
|
1490
|
+
"accelerator": {
|
|
1491
|
+
"type": "string",
|
|
1492
|
+
"minLength": 1,
|
|
1493
|
+
"maxLength": 255,
|
|
1494
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1495
|
+
},
|
|
1496
|
+
"description": {
|
|
1497
|
+
"type": "string",
|
|
1498
|
+
"minLength": 1,
|
|
1499
|
+
"maxLength": 1000
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
"required": [
|
|
1503
|
+
"accelerator"
|
|
1504
|
+
]
|
|
1505
|
+
},
|
|
1226
1506
|
"key": {
|
|
1227
1507
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1228
1508
|
}
|
|
@@ -1270,6 +1550,26 @@
|
|
|
1270
1550
|
"displayConditions": {
|
|
1271
1551
|
"type": "object"
|
|
1272
1552
|
},
|
|
1553
|
+
"keyboardShortcut": {
|
|
1554
|
+
"type": "object",
|
|
1555
|
+
"additionalProperties": false,
|
|
1556
|
+
"properties": {
|
|
1557
|
+
"accelerator": {
|
|
1558
|
+
"type": "string",
|
|
1559
|
+
"minLength": 1,
|
|
1560
|
+
"maxLength": 255,
|
|
1561
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1562
|
+
},
|
|
1563
|
+
"description": {
|
|
1564
|
+
"type": "string",
|
|
1565
|
+
"minLength": 1,
|
|
1566
|
+
"maxLength": 1000
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"required": [
|
|
1570
|
+
"accelerator"
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1273
1573
|
"key": {
|
|
1274
1574
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1275
1575
|
}
|
|
@@ -1330,6 +1630,26 @@
|
|
|
1330
1630
|
"displayConditions": {
|
|
1331
1631
|
"type": "object"
|
|
1332
1632
|
},
|
|
1633
|
+
"keyboardShortcut": {
|
|
1634
|
+
"type": "object",
|
|
1635
|
+
"additionalProperties": false,
|
|
1636
|
+
"properties": {
|
|
1637
|
+
"accelerator": {
|
|
1638
|
+
"type": "string",
|
|
1639
|
+
"minLength": 1,
|
|
1640
|
+
"maxLength": 255,
|
|
1641
|
+
"description": "Keyboard key(s)/combination(s) used to trigger this module."
|
|
1642
|
+
},
|
|
1643
|
+
"description": {
|
|
1644
|
+
"type": "string",
|
|
1645
|
+
"minLength": 1,
|
|
1646
|
+
"maxLength": 1000
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"required": [
|
|
1650
|
+
"accelerator"
|
|
1651
|
+
]
|
|
1652
|
+
},
|
|
1333
1653
|
"key": {
|
|
1334
1654
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
1335
1655
|
}
|
|
@@ -1405,7 +1725,7 @@
|
|
|
1405
1725
|
"type": "string",
|
|
1406
1726
|
"enum": [
|
|
1407
1727
|
"read",
|
|
1408
|
-
"
|
|
1728
|
+
"create",
|
|
1409
1729
|
"delete"
|
|
1410
1730
|
]
|
|
1411
1731
|
}
|
|
@@ -1416,16 +1736,6 @@
|
|
|
1416
1736
|
"preventDuplicateTitle": {
|
|
1417
1737
|
"type": "boolean"
|
|
1418
1738
|
},
|
|
1419
|
-
"breadcrumbs": {
|
|
1420
|
-
"type": "array",
|
|
1421
|
-
"minItems": 1,
|
|
1422
|
-
"uniqueItems": true,
|
|
1423
|
-
"items": {
|
|
1424
|
-
"type": "string",
|
|
1425
|
-
"maxLength": 100,
|
|
1426
|
-
"minLength": 1
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
1739
|
"function": {
|
|
1430
1740
|
"type": "string",
|
|
1431
1741
|
"minLength": 1,
|
|
@@ -1499,7 +1809,7 @@
|
|
|
1499
1809
|
"type": "string",
|
|
1500
1810
|
"enum": [
|
|
1501
1811
|
"read",
|
|
1502
|
-
"
|
|
1812
|
+
"create",
|
|
1503
1813
|
"delete"
|
|
1504
1814
|
]
|
|
1505
1815
|
}
|
|
@@ -1510,16 +1820,6 @@
|
|
|
1510
1820
|
"preventDuplicateTitle": {
|
|
1511
1821
|
"type": "boolean"
|
|
1512
1822
|
},
|
|
1513
|
-
"breadcrumbs": {
|
|
1514
|
-
"type": "array",
|
|
1515
|
-
"minItems": 1,
|
|
1516
|
-
"uniqueItems": true,
|
|
1517
|
-
"items": {
|
|
1518
|
-
"type": "string",
|
|
1519
|
-
"maxLength": 100,
|
|
1520
|
-
"minLength": 1
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
1823
|
"resolver": {
|
|
1524
1824
|
"additionalProperties": false,
|
|
1525
1825
|
"type": "object",
|
|
@@ -1603,6 +1903,21 @@
|
|
|
1603
1903
|
}
|
|
1604
1904
|
]
|
|
1605
1905
|
},
|
|
1906
|
+
"resolver": {
|
|
1907
|
+
"additionalProperties": false,
|
|
1908
|
+
"type": "object",
|
|
1909
|
+
"properties": {
|
|
1910
|
+
"function": {
|
|
1911
|
+
"type": "string",
|
|
1912
|
+
"minLength": 1,
|
|
1913
|
+
"maxLength": 255,
|
|
1914
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
"required": [
|
|
1918
|
+
"function"
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1606
1921
|
"view": {
|
|
1607
1922
|
"type": "object",
|
|
1608
1923
|
"properties": {
|
|
@@ -1665,7 +1980,6 @@
|
|
|
1665
1980
|
"propertyKey": {
|
|
1666
1981
|
"minLength": 1,
|
|
1667
1982
|
"maxLength": 255,
|
|
1668
|
-
"pattern": "^[a-zA-Z0-9-_]+$",
|
|
1669
1983
|
"type": "string"
|
|
1670
1984
|
},
|
|
1671
1985
|
"entityType": {
|
|
@@ -1685,7 +1999,6 @@
|
|
|
1685
1999
|
"path": {
|
|
1686
2000
|
"minLength": 1,
|
|
1687
2001
|
"maxLength": 255,
|
|
1688
|
-
"pattern": "^[a-zA-Z0-9-_]+$",
|
|
1689
2002
|
"type": "string"
|
|
1690
2003
|
},
|
|
1691
2004
|
"type": {
|
|
@@ -2250,6 +2563,7 @@
|
|
|
2250
2563
|
"layout": {
|
|
2251
2564
|
"enum": [
|
|
2252
2565
|
"basic",
|
|
2566
|
+
"blank",
|
|
2253
2567
|
"native"
|
|
2254
2568
|
],
|
|
2255
2569
|
"type": "string"
|
|
@@ -2464,6 +2778,7 @@
|
|
|
2464
2778
|
"layout": {
|
|
2465
2779
|
"enum": [
|
|
2466
2780
|
"basic",
|
|
2781
|
+
"blank",
|
|
2467
2782
|
"native"
|
|
2468
2783
|
],
|
|
2469
2784
|
"type": "string"
|
|
@@ -2590,6 +2905,49 @@
|
|
|
2590
2905
|
},
|
|
2591
2906
|
"minItems": 1
|
|
2592
2907
|
},
|
|
2908
|
+
"jira:uiModifications": {
|
|
2909
|
+
"type": "array",
|
|
2910
|
+
"items": {
|
|
2911
|
+
"type": "object",
|
|
2912
|
+
"properties": {
|
|
2913
|
+
"title": {
|
|
2914
|
+
"type": "string",
|
|
2915
|
+
"minLength": 1,
|
|
2916
|
+
"maxLength": 254
|
|
2917
|
+
},
|
|
2918
|
+
"resolver": {
|
|
2919
|
+
"additionalProperties": false,
|
|
2920
|
+
"type": "object",
|
|
2921
|
+
"properties": {
|
|
2922
|
+
"function": {
|
|
2923
|
+
"type": "string",
|
|
2924
|
+
"minLength": 1,
|
|
2925
|
+
"maxLength": 255,
|
|
2926
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
"required": [
|
|
2930
|
+
"function"
|
|
2931
|
+
]
|
|
2932
|
+
},
|
|
2933
|
+
"resource": {
|
|
2934
|
+
"type": "string",
|
|
2935
|
+
"minLength": 1,
|
|
2936
|
+
"maxLength": 23,
|
|
2937
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
2938
|
+
},
|
|
2939
|
+
"key": {
|
|
2940
|
+
"$ref": "#/definitions/ModuleKeySchema"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
"required": [
|
|
2944
|
+
"title",
|
|
2945
|
+
"resource",
|
|
2946
|
+
"key"
|
|
2947
|
+
]
|
|
2948
|
+
},
|
|
2949
|
+
"minItems": 1
|
|
2950
|
+
},
|
|
2593
2951
|
"jira:issueGlance": {
|
|
2594
2952
|
"type": "array",
|
|
2595
2953
|
"items": {
|
|
@@ -3203,6 +3561,13 @@
|
|
|
3203
3561
|
"maxLength": 255,
|
|
3204
3562
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
3205
3563
|
},
|
|
3564
|
+
"layout": {
|
|
3565
|
+
"enum": [
|
|
3566
|
+
"basic",
|
|
3567
|
+
"native"
|
|
3568
|
+
],
|
|
3569
|
+
"type": "string"
|
|
3570
|
+
},
|
|
3206
3571
|
"title": {
|
|
3207
3572
|
"type": "string",
|
|
3208
3573
|
"minLength": 1,
|
|
@@ -3213,13 +3578,6 @@
|
|
|
3213
3578
|
"minLength": 1,
|
|
3214
3579
|
"maxLength": 255
|
|
3215
3580
|
},
|
|
3216
|
-
"layout": {
|
|
3217
|
-
"enum": [
|
|
3218
|
-
"basic",
|
|
3219
|
-
"native"
|
|
3220
|
-
],
|
|
3221
|
-
"type": "string"
|
|
3222
|
-
},
|
|
3223
3581
|
"pages": {
|
|
3224
3582
|
"type": "array",
|
|
3225
3583
|
"items": {
|
|
@@ -3333,6 +3691,14 @@
|
|
|
3333
3691
|
"function"
|
|
3334
3692
|
]
|
|
3335
3693
|
},
|
|
3694
|
+
"layout": {
|
|
3695
|
+
"enum": [
|
|
3696
|
+
"basic",
|
|
3697
|
+
"blank",
|
|
3698
|
+
"native"
|
|
3699
|
+
],
|
|
3700
|
+
"type": "string"
|
|
3701
|
+
},
|
|
3336
3702
|
"title": {
|
|
3337
3703
|
"type": "string",
|
|
3338
3704
|
"minLength": 1,
|
|
@@ -3343,13 +3709,6 @@
|
|
|
3343
3709
|
"minLength": 1,
|
|
3344
3710
|
"maxLength": 255
|
|
3345
3711
|
},
|
|
3346
|
-
"layout": {
|
|
3347
|
-
"enum": [
|
|
3348
|
-
"basic",
|
|
3349
|
-
"native"
|
|
3350
|
-
],
|
|
3351
|
-
"type": "string"
|
|
3352
|
-
},
|
|
3353
3712
|
"pages": {
|
|
3354
3713
|
"type": "array",
|
|
3355
3714
|
"items": {
|
|
@@ -3451,6 +3810,13 @@
|
|
|
3451
3810
|
"maxLength": 255,
|
|
3452
3811
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
3453
3812
|
},
|
|
3813
|
+
"layout": {
|
|
3814
|
+
"enum": [
|
|
3815
|
+
"basic",
|
|
3816
|
+
"native"
|
|
3817
|
+
],
|
|
3818
|
+
"type": "string"
|
|
3819
|
+
},
|
|
3454
3820
|
"title": {
|
|
3455
3821
|
"type": "string",
|
|
3456
3822
|
"minLength": 1,
|
|
@@ -3461,13 +3827,6 @@
|
|
|
3461
3827
|
"minLength": 1,
|
|
3462
3828
|
"maxLength": 255
|
|
3463
3829
|
},
|
|
3464
|
-
"layout": {
|
|
3465
|
-
"enum": [
|
|
3466
|
-
"basic",
|
|
3467
|
-
"native"
|
|
3468
|
-
],
|
|
3469
|
-
"type": "string"
|
|
3470
|
-
},
|
|
3471
3830
|
"pages": {
|
|
3472
3831
|
"type": "array",
|
|
3473
3832
|
"items": {
|
|
@@ -3581,6 +3940,14 @@
|
|
|
3581
3940
|
"function"
|
|
3582
3941
|
]
|
|
3583
3942
|
},
|
|
3943
|
+
"layout": {
|
|
3944
|
+
"enum": [
|
|
3945
|
+
"basic",
|
|
3946
|
+
"blank",
|
|
3947
|
+
"native"
|
|
3948
|
+
],
|
|
3949
|
+
"type": "string"
|
|
3950
|
+
},
|
|
3584
3951
|
"title": {
|
|
3585
3952
|
"type": "string",
|
|
3586
3953
|
"minLength": 1,
|
|
@@ -3591,13 +3958,6 @@
|
|
|
3591
3958
|
"minLength": 1,
|
|
3592
3959
|
"maxLength": 255
|
|
3593
3960
|
},
|
|
3594
|
-
"layout": {
|
|
3595
|
-
"enum": [
|
|
3596
|
-
"basic",
|
|
3597
|
-
"native"
|
|
3598
|
-
],
|
|
3599
|
-
"type": "string"
|
|
3600
|
-
},
|
|
3601
3961
|
"pages": {
|
|
3602
3962
|
"type": "array",
|
|
3603
3963
|
"items": {
|
|
@@ -3699,6 +4059,13 @@
|
|
|
3699
4059
|
"maxLength": 255,
|
|
3700
4060
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
3701
4061
|
},
|
|
4062
|
+
"layout": {
|
|
4063
|
+
"enum": [
|
|
4064
|
+
"basic",
|
|
4065
|
+
"native"
|
|
4066
|
+
],
|
|
4067
|
+
"type": "string"
|
|
4068
|
+
},
|
|
3702
4069
|
"title": {
|
|
3703
4070
|
"type": "string",
|
|
3704
4071
|
"minLength": 1,
|
|
@@ -3709,13 +4076,6 @@
|
|
|
3709
4076
|
"minLength": 1,
|
|
3710
4077
|
"maxLength": 255
|
|
3711
4078
|
},
|
|
3712
|
-
"layout": {
|
|
3713
|
-
"enum": [
|
|
3714
|
-
"basic",
|
|
3715
|
-
"native"
|
|
3716
|
-
],
|
|
3717
|
-
"type": "string"
|
|
3718
|
-
},
|
|
3719
4079
|
"pages": {
|
|
3720
4080
|
"type": "array",
|
|
3721
4081
|
"items": {
|
|
@@ -3829,6 +4189,14 @@
|
|
|
3829
4189
|
"function"
|
|
3830
4190
|
]
|
|
3831
4191
|
},
|
|
4192
|
+
"layout": {
|
|
4193
|
+
"enum": [
|
|
4194
|
+
"basic",
|
|
4195
|
+
"blank",
|
|
4196
|
+
"native"
|
|
4197
|
+
],
|
|
4198
|
+
"type": "string"
|
|
4199
|
+
},
|
|
3832
4200
|
"title": {
|
|
3833
4201
|
"type": "string",
|
|
3834
4202
|
"minLength": 1,
|
|
@@ -3839,13 +4207,6 @@
|
|
|
3839
4207
|
"minLength": 1,
|
|
3840
4208
|
"maxLength": 255
|
|
3841
4209
|
},
|
|
3842
|
-
"layout": {
|
|
3843
|
-
"enum": [
|
|
3844
|
-
"basic",
|
|
3845
|
-
"native"
|
|
3846
|
-
],
|
|
3847
|
-
"type": "string"
|
|
3848
|
-
},
|
|
3849
4210
|
"pages": {
|
|
3850
4211
|
"type": "array",
|
|
3851
4212
|
"items": {
|
|
@@ -3947,6 +4308,13 @@
|
|
|
3947
4308
|
"maxLength": 255,
|
|
3948
4309
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
3949
4310
|
},
|
|
4311
|
+
"layout": {
|
|
4312
|
+
"enum": [
|
|
4313
|
+
"basic",
|
|
4314
|
+
"native"
|
|
4315
|
+
],
|
|
4316
|
+
"type": "string"
|
|
4317
|
+
},
|
|
3950
4318
|
"title": {
|
|
3951
4319
|
"type": "string",
|
|
3952
4320
|
"minLength": 1,
|
|
@@ -3957,13 +4325,6 @@
|
|
|
3957
4325
|
"minLength": 1,
|
|
3958
4326
|
"maxLength": 255
|
|
3959
4327
|
},
|
|
3960
|
-
"layout": {
|
|
3961
|
-
"enum": [
|
|
3962
|
-
"basic",
|
|
3963
|
-
"native"
|
|
3964
|
-
],
|
|
3965
|
-
"type": "string"
|
|
3966
|
-
},
|
|
3967
4328
|
"pages": {
|
|
3968
4329
|
"type": "array",
|
|
3969
4330
|
"items": {
|
|
@@ -4077,6 +4438,14 @@
|
|
|
4077
4438
|
"function"
|
|
4078
4439
|
]
|
|
4079
4440
|
},
|
|
4441
|
+
"layout": {
|
|
4442
|
+
"enum": [
|
|
4443
|
+
"basic",
|
|
4444
|
+
"blank",
|
|
4445
|
+
"native"
|
|
4446
|
+
],
|
|
4447
|
+
"type": "string"
|
|
4448
|
+
},
|
|
4080
4449
|
"title": {
|
|
4081
4450
|
"type": "string",
|
|
4082
4451
|
"minLength": 1,
|
|
@@ -4087,13 +4456,6 @@
|
|
|
4087
4456
|
"minLength": 1,
|
|
4088
4457
|
"maxLength": 255
|
|
4089
4458
|
},
|
|
4090
|
-
"layout": {
|
|
4091
|
-
"enum": [
|
|
4092
|
-
"basic",
|
|
4093
|
-
"native"
|
|
4094
|
-
],
|
|
4095
|
-
"type": "string"
|
|
4096
|
-
},
|
|
4097
4459
|
"pages": {
|
|
4098
4460
|
"type": "array",
|
|
4099
4461
|
"items": {
|
|
@@ -4200,6 +4562,63 @@
|
|
|
4200
4562
|
"expression": {
|
|
4201
4563
|
"type": "string"
|
|
4202
4564
|
},
|
|
4565
|
+
"resolver": {
|
|
4566
|
+
"additionalProperties": false,
|
|
4567
|
+
"type": "object",
|
|
4568
|
+
"properties": {
|
|
4569
|
+
"function": {
|
|
4570
|
+
"type": "string",
|
|
4571
|
+
"minLength": 1,
|
|
4572
|
+
"maxLength": 255,
|
|
4573
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4576
|
+
"required": [
|
|
4577
|
+
"function"
|
|
4578
|
+
]
|
|
4579
|
+
},
|
|
4580
|
+
"view": {
|
|
4581
|
+
"type": "object",
|
|
4582
|
+
"properties": {
|
|
4583
|
+
"resource": {
|
|
4584
|
+
"type": "string",
|
|
4585
|
+
"minLength": 1,
|
|
4586
|
+
"maxLength": 23,
|
|
4587
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
4588
|
+
}
|
|
4589
|
+
},
|
|
4590
|
+
"required": [
|
|
4591
|
+
"resource"
|
|
4592
|
+
]
|
|
4593
|
+
},
|
|
4594
|
+
"edit": {
|
|
4595
|
+
"type": "object",
|
|
4596
|
+
"properties": {
|
|
4597
|
+
"resource": {
|
|
4598
|
+
"type": "string",
|
|
4599
|
+
"minLength": 1,
|
|
4600
|
+
"maxLength": 23,
|
|
4601
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
4602
|
+
}
|
|
4603
|
+
},
|
|
4604
|
+
"required": [
|
|
4605
|
+
"resource"
|
|
4606
|
+
]
|
|
4607
|
+
},
|
|
4608
|
+
"create": {
|
|
4609
|
+
"type": "object",
|
|
4610
|
+
"properties": {
|
|
4611
|
+
"resource": {
|
|
4612
|
+
"type": "string",
|
|
4613
|
+
"minLength": 1,
|
|
4614
|
+
"maxLength": 23,
|
|
4615
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
4616
|
+
}
|
|
4617
|
+
},
|
|
4618
|
+
"required": [
|
|
4619
|
+
"resource"
|
|
4620
|
+
]
|
|
4621
|
+
},
|
|
4203
4622
|
"key": {
|
|
4204
4623
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
4205
4624
|
}
|
|
@@ -4337,6 +4756,97 @@
|
|
|
4337
4756
|
},
|
|
4338
4757
|
"minItems": 1
|
|
4339
4758
|
},
|
|
4759
|
+
"jira:workflowPostFunction": {
|
|
4760
|
+
"type": "array",
|
|
4761
|
+
"items": {
|
|
4762
|
+
"type": "object",
|
|
4763
|
+
"properties": {
|
|
4764
|
+
"name": {
|
|
4765
|
+
"minLength": 1,
|
|
4766
|
+
"maxLength": 255,
|
|
4767
|
+
"type": "string"
|
|
4768
|
+
},
|
|
4769
|
+
"description": {
|
|
4770
|
+
"minLength": 1,
|
|
4771
|
+
"maxLength": 1000,
|
|
4772
|
+
"type": "string"
|
|
4773
|
+
},
|
|
4774
|
+
"function": {
|
|
4775
|
+
"type": "string",
|
|
4776
|
+
"minLength": 1,
|
|
4777
|
+
"maxLength": 255,
|
|
4778
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
4779
|
+
},
|
|
4780
|
+
"resolver": {
|
|
4781
|
+
"additionalProperties": false,
|
|
4782
|
+
"type": "object",
|
|
4783
|
+
"properties": {
|
|
4784
|
+
"function": {
|
|
4785
|
+
"type": "string",
|
|
4786
|
+
"minLength": 1,
|
|
4787
|
+
"maxLength": 255,
|
|
4788
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
4789
|
+
}
|
|
4790
|
+
},
|
|
4791
|
+
"required": [
|
|
4792
|
+
"function"
|
|
4793
|
+
]
|
|
4794
|
+
},
|
|
4795
|
+
"view": {
|
|
4796
|
+
"type": "object",
|
|
4797
|
+
"properties": {
|
|
4798
|
+
"resource": {
|
|
4799
|
+
"type": "string",
|
|
4800
|
+
"minLength": 1,
|
|
4801
|
+
"maxLength": 23,
|
|
4802
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
4803
|
+
}
|
|
4804
|
+
},
|
|
4805
|
+
"required": [
|
|
4806
|
+
"resource"
|
|
4807
|
+
]
|
|
4808
|
+
},
|
|
4809
|
+
"edit": {
|
|
4810
|
+
"type": "object",
|
|
4811
|
+
"properties": {
|
|
4812
|
+
"resource": {
|
|
4813
|
+
"type": "string",
|
|
4814
|
+
"minLength": 1,
|
|
4815
|
+
"maxLength": 23,
|
|
4816
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
4817
|
+
}
|
|
4818
|
+
},
|
|
4819
|
+
"required": [
|
|
4820
|
+
"resource"
|
|
4821
|
+
]
|
|
4822
|
+
},
|
|
4823
|
+
"create": {
|
|
4824
|
+
"type": "object",
|
|
4825
|
+
"properties": {
|
|
4826
|
+
"resource": {
|
|
4827
|
+
"type": "string",
|
|
4828
|
+
"minLength": 1,
|
|
4829
|
+
"maxLength": 23,
|
|
4830
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
4833
|
+
"required": [
|
|
4834
|
+
"resource"
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
"key": {
|
|
4838
|
+
"$ref": "#/definitions/ModuleKeySchema"
|
|
4839
|
+
}
|
|
4840
|
+
},
|
|
4841
|
+
"required": [
|
|
4842
|
+
"description",
|
|
4843
|
+
"function",
|
|
4844
|
+
"name",
|
|
4845
|
+
"key"
|
|
4846
|
+
]
|
|
4847
|
+
},
|
|
4848
|
+
"minItems": 1
|
|
4849
|
+
},
|
|
4340
4850
|
"compass:adminPage": {
|
|
4341
4851
|
"type": "array",
|
|
4342
4852
|
"items": {
|