@takeshape/schema 9.36.4 → 9.38.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/dist/builtin-schema.js +20 -20
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +4 -1
- package/dist/migration/to/v3.31.0.d.ts +5 -0
- package/dist/migration/to/v3.31.0.d.ts.map +1 -0
- package/dist/migration/to/v3.31.0.js +53 -0
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.d.ts.map +1 -1
- package/dist/project-schema/index.js +20 -3
- package/dist/project-schema/latest.d.ts +43 -18
- package/dist/project-schema/latest.d.ts.map +1 -1
- package/dist/project-schema/migrate.d.ts.map +1 -1
- package/dist/project-schema/migrate.js +4 -0
- package/dist/project-schema/v3.31.0.d.ts +1449 -0
- package/dist/project-schema/v3.31.0.d.ts.map +1 -0
- package/dist/project-schema/v3.31.0.js +5 -0
- package/dist/relationships.js +2 -2
- package/dist/schema-util.d.ts +2 -2
- package/dist/schema-util.d.ts.map +1 -1
- package/dist/schema-util.js +12 -12
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +6 -4
- package/dist/schemas/index.ts +4 -2
- package/dist/schemas/project-schema/latest.json +89 -32
- package/dist/schemas/project-schema/v3.31.0.json +3089 -0
- package/dist/schemas/project-schema.json +7 -1
- package/dist/types/types.d.ts +4 -4
- package/dist/types/types.d.ts.map +1 -1
- package/dist/types/utils.d.ts +4 -3
- package/dist/types/utils.d.ts.map +1 -1
- package/dist/types/utils.js +9 -3
- package/dist/validate.d.ts.map +1 -1
- package/dist/validate.js +13 -3
- package/es/builtin-schema.js +20 -20
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.31.0.js +38 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.31.0.js +1 -0
- package/es/relationships.js +2 -2
- package/es/schema-util.js +12 -12
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +89 -32
- package/es/schemas/project-schema/v3.31.0.json +3089 -0
- package/es/schemas/project-schema.json +7 -1
- package/es/types/utils.js +7 -3
- package/es/validate.js +13 -3
- package/examples/dependencies/stripe-starter-resolved.json +210 -210
- package/examples/latest/betzino.json +4383 -4383
- package/examples/latest/blog-schema.json +49 -49
- package/examples/latest/brewery-schema.json +39 -39
- package/examples/latest/complex-project-schema.json +412 -412
- package/examples/latest/complex-schema.json +1166 -1166
- package/examples/latest/fabric-ecommerce.json +17 -17
- package/examples/latest/frank-and-fred-schema.json +2242 -2242
- package/examples/latest/klirr-schema.json +3254 -3254
- package/examples/latest/massive-schema.json +785 -785
- package/examples/latest/mill-components-schema.json +215 -215
- package/examples/latest/one-earth.json +1394 -1394
- package/examples/latest/pet-oneof-array.json +33 -33
- package/examples/latest/post-schema.json +32 -32
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/real-world-schema.json +94 -94
- package/examples/latest/recursive-repeater-schema.json +17 -17
- package/examples/latest/recursive-schema.json +17 -17
- package/examples/latest/rick-and-morty-ast.json +180 -180
- package/examples/latest/rick-and-morty-graphql.json +133 -133
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +48 -48
- package/examples/latest/shape-books-v3_2_0.json +137 -137
- package/examples/latest/shape-books.json +137 -137
- package/examples/latest/shopify-lookbook.json +41 -41
- package/examples/latest/shopify-product-2022-07.json +124 -124
- package/examples/latest/shopify-product-2023-04.json +125 -125
- package/examples/latest/shopify-store-with-widget.json +94 -94
- package/examples/latest/stripe-product-runtime-schema.json +127 -130
- package/examples/latest/stripe-starter-resolved.json +300 -509
- package/examples/latest/user-schema-no-required.json +22 -22
- package/examples/latest/user-schema-with-defaults.json +23 -23
- package/package.json +5 -5
- package/examples/latest/shopify-namespace-schema.json +0 -364
|
@@ -931,8 +931,8 @@
|
|
|
931
931
|
"getPurpose": {
|
|
932
932
|
"args": "TSGetArgs<Purpose>",
|
|
933
933
|
"resolver": {
|
|
934
|
-
"name": "
|
|
935
|
-
"service": "
|
|
934
|
+
"name": "shapedb:get",
|
|
935
|
+
"service": "shapedb",
|
|
936
936
|
"shapeName": "Purpose"
|
|
937
937
|
},
|
|
938
938
|
"shape": "Purpose",
|
|
@@ -941,8 +941,8 @@
|
|
|
941
941
|
"getPurposeList": {
|
|
942
942
|
"args": "TSListArgs<Purpose>",
|
|
943
943
|
"resolver": {
|
|
944
|
-
"name": "
|
|
945
|
-
"service": "
|
|
944
|
+
"name": "shapedb:list",
|
|
945
|
+
"service": "shapedb",
|
|
946
946
|
"shapeName": "Purpose"
|
|
947
947
|
},
|
|
948
948
|
"shape": "PaginatedList<Purpose>",
|
|
@@ -951,8 +951,8 @@
|
|
|
951
951
|
"getMatterType": {
|
|
952
952
|
"args": "TSGetArgs<MatterType>",
|
|
953
953
|
"resolver": {
|
|
954
|
-
"name": "
|
|
955
|
-
"service": "
|
|
954
|
+
"name": "shapedb:get",
|
|
955
|
+
"service": "shapedb",
|
|
956
956
|
"shapeName": "MatterType"
|
|
957
957
|
},
|
|
958
958
|
"shape": "MatterType",
|
|
@@ -961,8 +961,8 @@
|
|
|
961
961
|
"getMatterTypeList": {
|
|
962
962
|
"args": "TSListArgs<MatterType>",
|
|
963
963
|
"resolver": {
|
|
964
|
-
"name": "
|
|
965
|
-
"service": "
|
|
964
|
+
"name": "shapedb:list",
|
|
965
|
+
"service": "shapedb",
|
|
966
966
|
"shapeName": "MatterType"
|
|
967
967
|
},
|
|
968
968
|
"shape": "PaginatedList<MatterType>",
|
|
@@ -971,8 +971,8 @@
|
|
|
971
971
|
"getSolutionRevision2": {
|
|
972
972
|
"args": "TSGetArgs<SolutionRevision2>",
|
|
973
973
|
"resolver": {
|
|
974
|
-
"name": "
|
|
975
|
-
"service": "
|
|
974
|
+
"name": "shapedb:get",
|
|
975
|
+
"service": "shapedb",
|
|
976
976
|
"shapeName": "SolutionRevision2"
|
|
977
977
|
},
|
|
978
978
|
"shape": "SolutionRevision2",
|
|
@@ -981,8 +981,8 @@
|
|
|
981
981
|
"getSolutionRevision2List": {
|
|
982
982
|
"args": "TSListArgs<SolutionRevision2>",
|
|
983
983
|
"resolver": {
|
|
984
|
-
"name": "
|
|
985
|
-
"service": "
|
|
984
|
+
"name": "shapedb:list",
|
|
985
|
+
"service": "shapedb",
|
|
986
986
|
"shapeName": "SolutionRevision2"
|
|
987
987
|
},
|
|
988
988
|
"shape": "PaginatedList<SolutionRevision2>",
|
|
@@ -991,8 +991,8 @@
|
|
|
991
991
|
"getSolutionRevision1": {
|
|
992
992
|
"args": "TSGetArgs<SolutionRevision1>",
|
|
993
993
|
"resolver": {
|
|
994
|
-
"name": "
|
|
995
|
-
"service": "
|
|
994
|
+
"name": "shapedb:get",
|
|
995
|
+
"service": "shapedb",
|
|
996
996
|
"shapeName": "SolutionRevision1"
|
|
997
997
|
},
|
|
998
998
|
"shape": "SolutionRevision1",
|
|
@@ -1001,8 +1001,8 @@
|
|
|
1001
1001
|
"getSolutionRevision1List": {
|
|
1002
1002
|
"args": "TSListArgs<SolutionRevision1>",
|
|
1003
1003
|
"resolver": {
|
|
1004
|
-
"name": "
|
|
1005
|
-
"service": "
|
|
1004
|
+
"name": "shapedb:list",
|
|
1005
|
+
"service": "shapedb",
|
|
1006
1006
|
"shapeName": "SolutionRevision1"
|
|
1007
1007
|
},
|
|
1008
1008
|
"shape": "PaginatedList<SolutionRevision1>",
|
|
@@ -1011,8 +1011,8 @@
|
|
|
1011
1011
|
"getExternalProduct": {
|
|
1012
1012
|
"args": "TSGetArgs<ExternalProduct>",
|
|
1013
1013
|
"resolver": {
|
|
1014
|
-
"name": "
|
|
1015
|
-
"service": "
|
|
1014
|
+
"name": "shapedb:get",
|
|
1015
|
+
"service": "shapedb",
|
|
1016
1016
|
"shapeName": "ExternalProduct"
|
|
1017
1017
|
},
|
|
1018
1018
|
"shape": "ExternalProduct",
|
|
@@ -1021,8 +1021,8 @@
|
|
|
1021
1021
|
"getExternalProductList": {
|
|
1022
1022
|
"args": "TSListArgs<ExternalProduct>",
|
|
1023
1023
|
"resolver": {
|
|
1024
|
-
"name": "
|
|
1025
|
-
"service": "
|
|
1024
|
+
"name": "shapedb:list",
|
|
1025
|
+
"service": "shapedb",
|
|
1026
1026
|
"shapeName": "ExternalProduct"
|
|
1027
1027
|
},
|
|
1028
1028
|
"shape": "PaginatedList<ExternalProduct>",
|
|
@@ -1031,8 +1031,8 @@
|
|
|
1031
1031
|
"getVideoType": {
|
|
1032
1032
|
"args": "TSGetArgs<VideoType>",
|
|
1033
1033
|
"resolver": {
|
|
1034
|
-
"name": "
|
|
1035
|
-
"service": "
|
|
1034
|
+
"name": "shapedb:get",
|
|
1035
|
+
"service": "shapedb",
|
|
1036
1036
|
"shapeName": "VideoType"
|
|
1037
1037
|
},
|
|
1038
1038
|
"shape": "VideoType",
|
|
@@ -1041,8 +1041,8 @@
|
|
|
1041
1041
|
"getVideoTypeList": {
|
|
1042
1042
|
"args": "TSListArgs<VideoType>",
|
|
1043
1043
|
"resolver": {
|
|
1044
|
-
"name": "
|
|
1045
|
-
"service": "
|
|
1044
|
+
"name": "shapedb:list",
|
|
1045
|
+
"service": "shapedb",
|
|
1046
1046
|
"shapeName": "VideoType"
|
|
1047
1047
|
},
|
|
1048
1048
|
"shape": "PaginatedList<VideoType>",
|
|
@@ -1051,8 +1051,8 @@
|
|
|
1051
1051
|
"getCategory": {
|
|
1052
1052
|
"args": "TSGetArgs<Category>",
|
|
1053
1053
|
"resolver": {
|
|
1054
|
-
"name": "
|
|
1055
|
-
"service": "
|
|
1054
|
+
"name": "shapedb:get",
|
|
1055
|
+
"service": "shapedb",
|
|
1056
1056
|
"shapeName": "Category"
|
|
1057
1057
|
},
|
|
1058
1058
|
"shape": "Category",
|
|
@@ -1061,8 +1061,8 @@
|
|
|
1061
1061
|
"getCategoryList": {
|
|
1062
1062
|
"args": "TSListArgs<Category>",
|
|
1063
1063
|
"resolver": {
|
|
1064
|
-
"name": "
|
|
1065
|
-
"service": "
|
|
1064
|
+
"name": "shapedb:list",
|
|
1065
|
+
"service": "shapedb",
|
|
1066
1066
|
"shapeName": "Category"
|
|
1067
1067
|
},
|
|
1068
1068
|
"shape": "PaginatedList<Category>",
|
|
@@ -1071,8 +1071,8 @@
|
|
|
1071
1071
|
"getCollateralType": {
|
|
1072
1072
|
"args": "TSGetArgs<CollateralType>",
|
|
1073
1073
|
"resolver": {
|
|
1074
|
-
"name": "
|
|
1075
|
-
"service": "
|
|
1074
|
+
"name": "shapedb:get",
|
|
1075
|
+
"service": "shapedb",
|
|
1076
1076
|
"shapeName": "CollateralType"
|
|
1077
1077
|
},
|
|
1078
1078
|
"shape": "CollateralType",
|
|
@@ -1081,8 +1081,8 @@
|
|
|
1081
1081
|
"getCollateralTypeList": {
|
|
1082
1082
|
"args": "TSListArgs<CollateralType>",
|
|
1083
1083
|
"resolver": {
|
|
1084
|
-
"name": "
|
|
1085
|
-
"service": "
|
|
1084
|
+
"name": "shapedb:list",
|
|
1085
|
+
"service": "shapedb",
|
|
1086
1086
|
"shapeName": "CollateralType"
|
|
1087
1087
|
},
|
|
1088
1088
|
"shape": "PaginatedList<CollateralType>",
|
|
@@ -1091,8 +1091,8 @@
|
|
|
1091
1091
|
"getExternalAppCategory": {
|
|
1092
1092
|
"args": "TSGetArgs<ExternalAppCategory>",
|
|
1093
1093
|
"resolver": {
|
|
1094
|
-
"name": "
|
|
1095
|
-
"service": "
|
|
1094
|
+
"name": "shapedb:get",
|
|
1095
|
+
"service": "shapedb",
|
|
1096
1096
|
"shapeName": "ExternalAppCategory"
|
|
1097
1097
|
},
|
|
1098
1098
|
"shape": "ExternalAppCategory",
|
|
@@ -1101,8 +1101,8 @@
|
|
|
1101
1101
|
"getExternalAppCategoryList": {
|
|
1102
1102
|
"args": "TSListArgs<ExternalAppCategory>",
|
|
1103
1103
|
"resolver": {
|
|
1104
|
-
"name": "
|
|
1105
|
-
"service": "
|
|
1104
|
+
"name": "shapedb:list",
|
|
1105
|
+
"service": "shapedb",
|
|
1106
1106
|
"shapeName": "ExternalAppCategory"
|
|
1107
1107
|
},
|
|
1108
1108
|
"shape": "PaginatedList<ExternalAppCategory>",
|
|
@@ -1111,8 +1111,8 @@
|
|
|
1111
1111
|
"getVendor": {
|
|
1112
1112
|
"args": "TSGetArgs<Vendor>",
|
|
1113
1113
|
"resolver": {
|
|
1114
|
-
"name": "
|
|
1115
|
-
"service": "
|
|
1114
|
+
"name": "shapedb:get",
|
|
1115
|
+
"service": "shapedb",
|
|
1116
1116
|
"shapeName": "Vendor"
|
|
1117
1117
|
},
|
|
1118
1118
|
"shape": "Vendor",
|
|
@@ -1121,8 +1121,8 @@
|
|
|
1121
1121
|
"getVendorList": {
|
|
1122
1122
|
"args": "TSListArgs<Vendor>",
|
|
1123
1123
|
"resolver": {
|
|
1124
|
-
"name": "
|
|
1125
|
-
"service": "
|
|
1124
|
+
"name": "shapedb:list",
|
|
1125
|
+
"service": "shapedb",
|
|
1126
1126
|
"shapeName": "Vendor"
|
|
1127
1127
|
},
|
|
1128
1128
|
"shape": "PaginatedList<Vendor>",
|
|
@@ -1131,8 +1131,8 @@
|
|
|
1131
1131
|
"getSolutionRevision": {
|
|
1132
1132
|
"args": "TSGetArgs<SolutionRevision>",
|
|
1133
1133
|
"resolver": {
|
|
1134
|
-
"name": "
|
|
1135
|
-
"service": "
|
|
1134
|
+
"name": "shapedb:get",
|
|
1135
|
+
"service": "shapedb",
|
|
1136
1136
|
"shapeName": "SolutionRevision"
|
|
1137
1137
|
},
|
|
1138
1138
|
"shape": "SolutionRevision",
|
|
@@ -1141,8 +1141,8 @@
|
|
|
1141
1141
|
"getSolutionRevisionList": {
|
|
1142
1142
|
"args": "TSListArgs<SolutionRevision>",
|
|
1143
1143
|
"resolver": {
|
|
1144
|
-
"name": "
|
|
1145
|
-
"service": "
|
|
1144
|
+
"name": "shapedb:list",
|
|
1145
|
+
"service": "shapedb",
|
|
1146
1146
|
"shapeName": "SolutionRevision"
|
|
1147
1147
|
},
|
|
1148
1148
|
"shape": "PaginatedList<SolutionRevision>",
|
|
@@ -1151,8 +1151,8 @@
|
|
|
1151
1151
|
"getPracticeArea": {
|
|
1152
1152
|
"args": "TSGetArgs<PracticeArea>",
|
|
1153
1153
|
"resolver": {
|
|
1154
|
-
"name": "
|
|
1155
|
-
"service": "
|
|
1154
|
+
"name": "shapedb:get",
|
|
1155
|
+
"service": "shapedb",
|
|
1156
1156
|
"shapeName": "PracticeArea"
|
|
1157
1157
|
},
|
|
1158
1158
|
"shape": "PracticeArea",
|
|
@@ -1161,8 +1161,8 @@
|
|
|
1161
1161
|
"getPracticeAreaList": {
|
|
1162
1162
|
"args": "TSListArgs<PracticeArea>",
|
|
1163
1163
|
"resolver": {
|
|
1164
|
-
"name": "
|
|
1165
|
-
"service": "
|
|
1164
|
+
"name": "shapedb:list",
|
|
1165
|
+
"service": "shapedb",
|
|
1166
1166
|
"shapeName": "PracticeArea"
|
|
1167
1167
|
},
|
|
1168
1168
|
"shape": "PaginatedList<PracticeArea>",
|
|
@@ -1171,8 +1171,8 @@
|
|
|
1171
1171
|
"getImageType": {
|
|
1172
1172
|
"args": "TSGetArgs<ImageType>",
|
|
1173
1173
|
"resolver": {
|
|
1174
|
-
"name": "
|
|
1175
|
-
"service": "
|
|
1174
|
+
"name": "shapedb:get",
|
|
1175
|
+
"service": "shapedb",
|
|
1176
1176
|
"shapeName": "ImageType"
|
|
1177
1177
|
},
|
|
1178
1178
|
"shape": "ImageType",
|
|
@@ -1181,8 +1181,8 @@
|
|
|
1181
1181
|
"getImageTypeList": {
|
|
1182
1182
|
"args": "TSListArgs<ImageType>",
|
|
1183
1183
|
"resolver": {
|
|
1184
|
-
"name": "
|
|
1185
|
-
"service": "
|
|
1184
|
+
"name": "shapedb:list",
|
|
1185
|
+
"service": "shapedb",
|
|
1186
1186
|
"shapeName": "ImageType"
|
|
1187
1187
|
},
|
|
1188
1188
|
"shape": "PaginatedList<ImageType>",
|
|
@@ -1191,8 +1191,8 @@
|
|
|
1191
1191
|
"getTechnology": {
|
|
1192
1192
|
"args": "TSGetArgs<Technology>",
|
|
1193
1193
|
"resolver": {
|
|
1194
|
-
"name": "
|
|
1195
|
-
"service": "
|
|
1194
|
+
"name": "shapedb:get",
|
|
1195
|
+
"service": "shapedb",
|
|
1196
1196
|
"shapeName": "Technology"
|
|
1197
1197
|
},
|
|
1198
1198
|
"shape": "Technology",
|
|
@@ -1201,8 +1201,8 @@
|
|
|
1201
1201
|
"getTechnologyList": {
|
|
1202
1202
|
"args": "TSListArgs<Technology>",
|
|
1203
1203
|
"resolver": {
|
|
1204
|
-
"name": "
|
|
1205
|
-
"service": "
|
|
1204
|
+
"name": "shapedb:list",
|
|
1205
|
+
"service": "shapedb",
|
|
1206
1206
|
"shapeName": "Technology"
|
|
1207
1207
|
},
|
|
1208
1208
|
"shape": "PaginatedList<Technology>",
|
|
@@ -1211,8 +1211,8 @@
|
|
|
1211
1211
|
"getSolution": {
|
|
1212
1212
|
"args": "TSGetArgs<Solution>",
|
|
1213
1213
|
"resolver": {
|
|
1214
|
-
"name": "
|
|
1215
|
-
"service": "
|
|
1214
|
+
"name": "shapedb:get",
|
|
1215
|
+
"service": "shapedb",
|
|
1216
1216
|
"shapeName": "Solution"
|
|
1217
1217
|
},
|
|
1218
1218
|
"shape": "Solution",
|
|
@@ -1221,8 +1221,8 @@
|
|
|
1221
1221
|
"getSolutionList": {
|
|
1222
1222
|
"args": "TSListArgs<Solution>",
|
|
1223
1223
|
"resolver": {
|
|
1224
|
-
"name": "
|
|
1225
|
-
"service": "
|
|
1224
|
+
"name": "shapedb:list",
|
|
1225
|
+
"service": "shapedb",
|
|
1226
1226
|
"shapeName": "Solution"
|
|
1227
1227
|
},
|
|
1228
1228
|
"shape": "PaginatedList<Solution>",
|
|
@@ -1233,8 +1233,8 @@
|
|
|
1233
1233
|
"updatePurpose": {
|
|
1234
1234
|
"args": "UpdateArgs<Purpose>",
|
|
1235
1235
|
"resolver": {
|
|
1236
|
-
"name": "
|
|
1237
|
-
"service": "
|
|
1236
|
+
"name": "shapedb:update",
|
|
1237
|
+
"service": "shapedb",
|
|
1238
1238
|
"shapeName": "Purpose"
|
|
1239
1239
|
},
|
|
1240
1240
|
"shape": "UpdateResult<Purpose>",
|
|
@@ -1243,8 +1243,8 @@
|
|
|
1243
1243
|
"createPurpose": {
|
|
1244
1244
|
"args": "CreateArgs<Purpose>",
|
|
1245
1245
|
"resolver": {
|
|
1246
|
-
"name": "
|
|
1247
|
-
"service": "
|
|
1246
|
+
"name": "shapedb:create",
|
|
1247
|
+
"service": "shapedb",
|
|
1248
1248
|
"shapeName": "Purpose"
|
|
1249
1249
|
},
|
|
1250
1250
|
"shape": "CreateResult<Purpose>",
|
|
@@ -1253,8 +1253,8 @@
|
|
|
1253
1253
|
"duplicatePurpose": {
|
|
1254
1254
|
"args": "DuplicateArgs<Purpose>",
|
|
1255
1255
|
"resolver": {
|
|
1256
|
-
"name": "
|
|
1257
|
-
"service": "
|
|
1256
|
+
"name": "shapedb:duplicate",
|
|
1257
|
+
"service": "shapedb",
|
|
1258
1258
|
"shapeName": "Purpose"
|
|
1259
1259
|
},
|
|
1260
1260
|
"shape": "DuplicateResult<Purpose>",
|
|
@@ -1263,8 +1263,8 @@
|
|
|
1263
1263
|
"deletePurpose": {
|
|
1264
1264
|
"args": "DeleteArgs<Purpose>",
|
|
1265
1265
|
"resolver": {
|
|
1266
|
-
"name": "
|
|
1267
|
-
"service": "
|
|
1266
|
+
"name": "shapedb:delete",
|
|
1267
|
+
"service": "shapedb",
|
|
1268
1268
|
"shapeName": "Purpose"
|
|
1269
1269
|
},
|
|
1270
1270
|
"shape": "DeleteResult<Purpose>",
|
|
@@ -1273,8 +1273,8 @@
|
|
|
1273
1273
|
"updateMatterType": {
|
|
1274
1274
|
"args": "UpdateArgs<MatterType>",
|
|
1275
1275
|
"resolver": {
|
|
1276
|
-
"name": "
|
|
1277
|
-
"service": "
|
|
1276
|
+
"name": "shapedb:update",
|
|
1277
|
+
"service": "shapedb",
|
|
1278
1278
|
"shapeName": "MatterType"
|
|
1279
1279
|
},
|
|
1280
1280
|
"shape": "UpdateResult<MatterType>",
|
|
@@ -1283,8 +1283,8 @@
|
|
|
1283
1283
|
"createMatterType": {
|
|
1284
1284
|
"args": "CreateArgs<MatterType>",
|
|
1285
1285
|
"resolver": {
|
|
1286
|
-
"name": "
|
|
1287
|
-
"service": "
|
|
1286
|
+
"name": "shapedb:create",
|
|
1287
|
+
"service": "shapedb",
|
|
1288
1288
|
"shapeName": "MatterType"
|
|
1289
1289
|
},
|
|
1290
1290
|
"shape": "CreateResult<MatterType>",
|
|
@@ -1293,8 +1293,8 @@
|
|
|
1293
1293
|
"duplicateMatterType": {
|
|
1294
1294
|
"args": "DuplicateArgs<MatterType>",
|
|
1295
1295
|
"resolver": {
|
|
1296
|
-
"name": "
|
|
1297
|
-
"service": "
|
|
1296
|
+
"name": "shapedb:duplicate",
|
|
1297
|
+
"service": "shapedb",
|
|
1298
1298
|
"shapeName": "MatterType"
|
|
1299
1299
|
},
|
|
1300
1300
|
"shape": "DuplicateResult<MatterType>",
|
|
@@ -1303,8 +1303,8 @@
|
|
|
1303
1303
|
"deleteMatterType": {
|
|
1304
1304
|
"args": "DeleteArgs<MatterType>",
|
|
1305
1305
|
"resolver": {
|
|
1306
|
-
"name": "
|
|
1307
|
-
"service": "
|
|
1306
|
+
"name": "shapedb:delete",
|
|
1307
|
+
"service": "shapedb",
|
|
1308
1308
|
"shapeName": "MatterType"
|
|
1309
1309
|
},
|
|
1310
1310
|
"shape": "DeleteResult<MatterType>",
|
|
@@ -1313,8 +1313,8 @@
|
|
|
1313
1313
|
"updateSolutionRevision2": {
|
|
1314
1314
|
"args": "UpdateArgs<SolutionRevision2>",
|
|
1315
1315
|
"resolver": {
|
|
1316
|
-
"name": "
|
|
1317
|
-
"service": "
|
|
1316
|
+
"name": "shapedb:update",
|
|
1317
|
+
"service": "shapedb",
|
|
1318
1318
|
"shapeName": "SolutionRevision2"
|
|
1319
1319
|
},
|
|
1320
1320
|
"shape": "UpdateResult<SolutionRevision2>",
|
|
@@ -1323,8 +1323,8 @@
|
|
|
1323
1323
|
"createSolutionRevision2": {
|
|
1324
1324
|
"args": "CreateArgs<SolutionRevision2>",
|
|
1325
1325
|
"resolver": {
|
|
1326
|
-
"name": "
|
|
1327
|
-
"service": "
|
|
1326
|
+
"name": "shapedb:create",
|
|
1327
|
+
"service": "shapedb",
|
|
1328
1328
|
"shapeName": "SolutionRevision2"
|
|
1329
1329
|
},
|
|
1330
1330
|
"shape": "CreateResult<SolutionRevision2>",
|
|
@@ -1333,8 +1333,8 @@
|
|
|
1333
1333
|
"duplicateSolutionRevision2": {
|
|
1334
1334
|
"args": "DuplicateArgs<SolutionRevision2>",
|
|
1335
1335
|
"resolver": {
|
|
1336
|
-
"name": "
|
|
1337
|
-
"service": "
|
|
1336
|
+
"name": "shapedb:duplicate",
|
|
1337
|
+
"service": "shapedb",
|
|
1338
1338
|
"shapeName": "SolutionRevision2"
|
|
1339
1339
|
},
|
|
1340
1340
|
"shape": "DuplicateResult<SolutionRevision2>",
|
|
@@ -1343,8 +1343,8 @@
|
|
|
1343
1343
|
"deleteSolutionRevision2": {
|
|
1344
1344
|
"args": "DeleteArgs<SolutionRevision2>",
|
|
1345
1345
|
"resolver": {
|
|
1346
|
-
"name": "
|
|
1347
|
-
"service": "
|
|
1346
|
+
"name": "shapedb:delete",
|
|
1347
|
+
"service": "shapedb",
|
|
1348
1348
|
"shapeName": "SolutionRevision2"
|
|
1349
1349
|
},
|
|
1350
1350
|
"shape": "DeleteResult<SolutionRevision2>",
|
|
@@ -1353,8 +1353,8 @@
|
|
|
1353
1353
|
"updateSolutionRevision1": {
|
|
1354
1354
|
"args": "UpdateArgs<SolutionRevision1>",
|
|
1355
1355
|
"resolver": {
|
|
1356
|
-
"name": "
|
|
1357
|
-
"service": "
|
|
1356
|
+
"name": "shapedb:update",
|
|
1357
|
+
"service": "shapedb",
|
|
1358
1358
|
"shapeName": "SolutionRevision1"
|
|
1359
1359
|
},
|
|
1360
1360
|
"shape": "UpdateResult<SolutionRevision1>",
|
|
@@ -1363,8 +1363,8 @@
|
|
|
1363
1363
|
"createSolutionRevision1": {
|
|
1364
1364
|
"args": "CreateArgs<SolutionRevision1>",
|
|
1365
1365
|
"resolver": {
|
|
1366
|
-
"name": "
|
|
1367
|
-
"service": "
|
|
1366
|
+
"name": "shapedb:create",
|
|
1367
|
+
"service": "shapedb",
|
|
1368
1368
|
"shapeName": "SolutionRevision1"
|
|
1369
1369
|
},
|
|
1370
1370
|
"shape": "CreateResult<SolutionRevision1>",
|
|
@@ -1373,8 +1373,8 @@
|
|
|
1373
1373
|
"duplicateSolutionRevision1": {
|
|
1374
1374
|
"args": "DuplicateArgs<SolutionRevision1>",
|
|
1375
1375
|
"resolver": {
|
|
1376
|
-
"name": "
|
|
1377
|
-
"service": "
|
|
1376
|
+
"name": "shapedb:duplicate",
|
|
1377
|
+
"service": "shapedb",
|
|
1378
1378
|
"shapeName": "SolutionRevision1"
|
|
1379
1379
|
},
|
|
1380
1380
|
"shape": "DuplicateResult<SolutionRevision1>",
|
|
@@ -1383,8 +1383,8 @@
|
|
|
1383
1383
|
"deleteSolutionRevision1": {
|
|
1384
1384
|
"args": "DeleteArgs<SolutionRevision1>",
|
|
1385
1385
|
"resolver": {
|
|
1386
|
-
"name": "
|
|
1387
|
-
"service": "
|
|
1386
|
+
"name": "shapedb:delete",
|
|
1387
|
+
"service": "shapedb",
|
|
1388
1388
|
"shapeName": "SolutionRevision1"
|
|
1389
1389
|
},
|
|
1390
1390
|
"shape": "DeleteResult<SolutionRevision1>",
|
|
@@ -1393,8 +1393,8 @@
|
|
|
1393
1393
|
"updateExternalProduct": {
|
|
1394
1394
|
"args": "UpdateArgs<ExternalProduct>",
|
|
1395
1395
|
"resolver": {
|
|
1396
|
-
"name": "
|
|
1397
|
-
"service": "
|
|
1396
|
+
"name": "shapedb:update",
|
|
1397
|
+
"service": "shapedb",
|
|
1398
1398
|
"shapeName": "ExternalProduct"
|
|
1399
1399
|
},
|
|
1400
1400
|
"shape": "UpdateResult<ExternalProduct>",
|
|
@@ -1403,8 +1403,8 @@
|
|
|
1403
1403
|
"createExternalProduct": {
|
|
1404
1404
|
"args": "CreateArgs<ExternalProduct>",
|
|
1405
1405
|
"resolver": {
|
|
1406
|
-
"name": "
|
|
1407
|
-
"service": "
|
|
1406
|
+
"name": "shapedb:create",
|
|
1407
|
+
"service": "shapedb",
|
|
1408
1408
|
"shapeName": "ExternalProduct"
|
|
1409
1409
|
},
|
|
1410
1410
|
"shape": "CreateResult<ExternalProduct>",
|
|
@@ -1413,8 +1413,8 @@
|
|
|
1413
1413
|
"duplicateExternalProduct": {
|
|
1414
1414
|
"args": "DuplicateArgs<ExternalProduct>",
|
|
1415
1415
|
"resolver": {
|
|
1416
|
-
"name": "
|
|
1417
|
-
"service": "
|
|
1416
|
+
"name": "shapedb:duplicate",
|
|
1417
|
+
"service": "shapedb",
|
|
1418
1418
|
"shapeName": "ExternalProduct"
|
|
1419
1419
|
},
|
|
1420
1420
|
"shape": "DuplicateResult<ExternalProduct>",
|
|
@@ -1423,8 +1423,8 @@
|
|
|
1423
1423
|
"deleteExternalProduct": {
|
|
1424
1424
|
"args": "DeleteArgs<ExternalProduct>",
|
|
1425
1425
|
"resolver": {
|
|
1426
|
-
"name": "
|
|
1427
|
-
"service": "
|
|
1426
|
+
"name": "shapedb:delete",
|
|
1427
|
+
"service": "shapedb",
|
|
1428
1428
|
"shapeName": "ExternalProduct"
|
|
1429
1429
|
},
|
|
1430
1430
|
"shape": "DeleteResult<ExternalProduct>",
|
|
@@ -1433,8 +1433,8 @@
|
|
|
1433
1433
|
"updateVideoType": {
|
|
1434
1434
|
"args": "UpdateArgs<VideoType>",
|
|
1435
1435
|
"resolver": {
|
|
1436
|
-
"name": "
|
|
1437
|
-
"service": "
|
|
1436
|
+
"name": "shapedb:update",
|
|
1437
|
+
"service": "shapedb",
|
|
1438
1438
|
"shapeName": "VideoType"
|
|
1439
1439
|
},
|
|
1440
1440
|
"shape": "UpdateResult<VideoType>",
|
|
@@ -1443,8 +1443,8 @@
|
|
|
1443
1443
|
"createVideoType": {
|
|
1444
1444
|
"args": "CreateArgs<VideoType>",
|
|
1445
1445
|
"resolver": {
|
|
1446
|
-
"name": "
|
|
1447
|
-
"service": "
|
|
1446
|
+
"name": "shapedb:create",
|
|
1447
|
+
"service": "shapedb",
|
|
1448
1448
|
"shapeName": "VideoType"
|
|
1449
1449
|
},
|
|
1450
1450
|
"shape": "CreateResult<VideoType>",
|
|
@@ -1453,8 +1453,8 @@
|
|
|
1453
1453
|
"duplicateVideoType": {
|
|
1454
1454
|
"args": "DuplicateArgs<VideoType>",
|
|
1455
1455
|
"resolver": {
|
|
1456
|
-
"name": "
|
|
1457
|
-
"service": "
|
|
1456
|
+
"name": "shapedb:duplicate",
|
|
1457
|
+
"service": "shapedb",
|
|
1458
1458
|
"shapeName": "VideoType"
|
|
1459
1459
|
},
|
|
1460
1460
|
"shape": "DuplicateResult<VideoType>",
|
|
@@ -1463,8 +1463,8 @@
|
|
|
1463
1463
|
"deleteVideoType": {
|
|
1464
1464
|
"args": "DeleteArgs<VideoType>",
|
|
1465
1465
|
"resolver": {
|
|
1466
|
-
"name": "
|
|
1467
|
-
"service": "
|
|
1466
|
+
"name": "shapedb:delete",
|
|
1467
|
+
"service": "shapedb",
|
|
1468
1468
|
"shapeName": "VideoType"
|
|
1469
1469
|
},
|
|
1470
1470
|
"shape": "DeleteResult<VideoType>",
|
|
@@ -1473,8 +1473,8 @@
|
|
|
1473
1473
|
"updateCategory": {
|
|
1474
1474
|
"args": "UpdateArgs<Category>",
|
|
1475
1475
|
"resolver": {
|
|
1476
|
-
"name": "
|
|
1477
|
-
"service": "
|
|
1476
|
+
"name": "shapedb:update",
|
|
1477
|
+
"service": "shapedb",
|
|
1478
1478
|
"shapeName": "Category"
|
|
1479
1479
|
},
|
|
1480
1480
|
"shape": "UpdateResult<Category>",
|
|
@@ -1483,8 +1483,8 @@
|
|
|
1483
1483
|
"createCategory": {
|
|
1484
1484
|
"args": "CreateArgs<Category>",
|
|
1485
1485
|
"resolver": {
|
|
1486
|
-
"name": "
|
|
1487
|
-
"service": "
|
|
1486
|
+
"name": "shapedb:create",
|
|
1487
|
+
"service": "shapedb",
|
|
1488
1488
|
"shapeName": "Category"
|
|
1489
1489
|
},
|
|
1490
1490
|
"shape": "CreateResult<Category>",
|
|
@@ -1493,8 +1493,8 @@
|
|
|
1493
1493
|
"duplicateCategory": {
|
|
1494
1494
|
"args": "DuplicateArgs<Category>",
|
|
1495
1495
|
"resolver": {
|
|
1496
|
-
"name": "
|
|
1497
|
-
"service": "
|
|
1496
|
+
"name": "shapedb:duplicate",
|
|
1497
|
+
"service": "shapedb",
|
|
1498
1498
|
"shapeName": "Category"
|
|
1499
1499
|
},
|
|
1500
1500
|
"shape": "DuplicateResult<Category>",
|
|
@@ -1503,8 +1503,8 @@
|
|
|
1503
1503
|
"deleteCategory": {
|
|
1504
1504
|
"args": "DeleteArgs<Category>",
|
|
1505
1505
|
"resolver": {
|
|
1506
|
-
"name": "
|
|
1507
|
-
"service": "
|
|
1506
|
+
"name": "shapedb:delete",
|
|
1507
|
+
"service": "shapedb",
|
|
1508
1508
|
"shapeName": "Category"
|
|
1509
1509
|
},
|
|
1510
1510
|
"shape": "DeleteResult<Category>",
|
|
@@ -1513,8 +1513,8 @@
|
|
|
1513
1513
|
"updateCollateralType": {
|
|
1514
1514
|
"args": "UpdateArgs<CollateralType>",
|
|
1515
1515
|
"resolver": {
|
|
1516
|
-
"name": "
|
|
1517
|
-
"service": "
|
|
1516
|
+
"name": "shapedb:update",
|
|
1517
|
+
"service": "shapedb",
|
|
1518
1518
|
"shapeName": "CollateralType"
|
|
1519
1519
|
},
|
|
1520
1520
|
"shape": "UpdateResult<CollateralType>",
|
|
@@ -1523,8 +1523,8 @@
|
|
|
1523
1523
|
"createCollateralType": {
|
|
1524
1524
|
"args": "CreateArgs<CollateralType>",
|
|
1525
1525
|
"resolver": {
|
|
1526
|
-
"name": "
|
|
1527
|
-
"service": "
|
|
1526
|
+
"name": "shapedb:create",
|
|
1527
|
+
"service": "shapedb",
|
|
1528
1528
|
"shapeName": "CollateralType"
|
|
1529
1529
|
},
|
|
1530
1530
|
"shape": "CreateResult<CollateralType>",
|
|
@@ -1533,8 +1533,8 @@
|
|
|
1533
1533
|
"duplicateCollateralType": {
|
|
1534
1534
|
"args": "DuplicateArgs<CollateralType>",
|
|
1535
1535
|
"resolver": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"service": "
|
|
1536
|
+
"name": "shapedb:duplicate",
|
|
1537
|
+
"service": "shapedb",
|
|
1538
1538
|
"shapeName": "CollateralType"
|
|
1539
1539
|
},
|
|
1540
1540
|
"shape": "DuplicateResult<CollateralType>",
|
|
@@ -1543,8 +1543,8 @@
|
|
|
1543
1543
|
"deleteCollateralType": {
|
|
1544
1544
|
"args": "DeleteArgs<CollateralType>",
|
|
1545
1545
|
"resolver": {
|
|
1546
|
-
"name": "
|
|
1547
|
-
"service": "
|
|
1546
|
+
"name": "shapedb:delete",
|
|
1547
|
+
"service": "shapedb",
|
|
1548
1548
|
"shapeName": "CollateralType"
|
|
1549
1549
|
},
|
|
1550
1550
|
"shape": "DeleteResult<CollateralType>",
|
|
@@ -1553,8 +1553,8 @@
|
|
|
1553
1553
|
"updateExternalAppCategory": {
|
|
1554
1554
|
"args": "UpdateArgs<ExternalAppCategory>",
|
|
1555
1555
|
"resolver": {
|
|
1556
|
-
"name": "
|
|
1557
|
-
"service": "
|
|
1556
|
+
"name": "shapedb:update",
|
|
1557
|
+
"service": "shapedb",
|
|
1558
1558
|
"shapeName": "ExternalAppCategory"
|
|
1559
1559
|
},
|
|
1560
1560
|
"shape": "UpdateResult<ExternalAppCategory>",
|
|
@@ -1563,8 +1563,8 @@
|
|
|
1563
1563
|
"createExternalAppCategory": {
|
|
1564
1564
|
"args": "CreateArgs<ExternalAppCategory>",
|
|
1565
1565
|
"resolver": {
|
|
1566
|
-
"name": "
|
|
1567
|
-
"service": "
|
|
1566
|
+
"name": "shapedb:create",
|
|
1567
|
+
"service": "shapedb",
|
|
1568
1568
|
"shapeName": "ExternalAppCategory"
|
|
1569
1569
|
},
|
|
1570
1570
|
"shape": "CreateResult<ExternalAppCategory>",
|
|
@@ -1573,8 +1573,8 @@
|
|
|
1573
1573
|
"duplicateExternalAppCategory": {
|
|
1574
1574
|
"args": "DuplicateArgs<ExternalAppCategory>",
|
|
1575
1575
|
"resolver": {
|
|
1576
|
-
"name": "
|
|
1577
|
-
"service": "
|
|
1576
|
+
"name": "shapedb:duplicate",
|
|
1577
|
+
"service": "shapedb",
|
|
1578
1578
|
"shapeName": "ExternalAppCategory"
|
|
1579
1579
|
},
|
|
1580
1580
|
"shape": "DuplicateResult<ExternalAppCategory>",
|
|
@@ -1583,8 +1583,8 @@
|
|
|
1583
1583
|
"deleteExternalAppCategory": {
|
|
1584
1584
|
"args": "DeleteArgs<ExternalAppCategory>",
|
|
1585
1585
|
"resolver": {
|
|
1586
|
-
"name": "
|
|
1587
|
-
"service": "
|
|
1586
|
+
"name": "shapedb:delete",
|
|
1587
|
+
"service": "shapedb",
|
|
1588
1588
|
"shapeName": "ExternalAppCategory"
|
|
1589
1589
|
},
|
|
1590
1590
|
"shape": "DeleteResult<ExternalAppCategory>",
|
|
@@ -1593,8 +1593,8 @@
|
|
|
1593
1593
|
"updateVendor": {
|
|
1594
1594
|
"args": "UpdateArgs<Vendor>",
|
|
1595
1595
|
"resolver": {
|
|
1596
|
-
"name": "
|
|
1597
|
-
"service": "
|
|
1596
|
+
"name": "shapedb:update",
|
|
1597
|
+
"service": "shapedb",
|
|
1598
1598
|
"shapeName": "Vendor"
|
|
1599
1599
|
},
|
|
1600
1600
|
"shape": "UpdateResult<Vendor>",
|
|
@@ -1603,8 +1603,8 @@
|
|
|
1603
1603
|
"createVendor": {
|
|
1604
1604
|
"args": "CreateArgs<Vendor>",
|
|
1605
1605
|
"resolver": {
|
|
1606
|
-
"name": "
|
|
1607
|
-
"service": "
|
|
1606
|
+
"name": "shapedb:create",
|
|
1607
|
+
"service": "shapedb",
|
|
1608
1608
|
"shapeName": "Vendor"
|
|
1609
1609
|
},
|
|
1610
1610
|
"shape": "CreateResult<Vendor>",
|
|
@@ -1613,8 +1613,8 @@
|
|
|
1613
1613
|
"duplicateVendor": {
|
|
1614
1614
|
"args": "DuplicateArgs<Vendor>",
|
|
1615
1615
|
"resolver": {
|
|
1616
|
-
"name": "
|
|
1617
|
-
"service": "
|
|
1616
|
+
"name": "shapedb:duplicate",
|
|
1617
|
+
"service": "shapedb",
|
|
1618
1618
|
"shapeName": "Vendor"
|
|
1619
1619
|
},
|
|
1620
1620
|
"shape": "DuplicateResult<Vendor>",
|
|
@@ -1623,8 +1623,8 @@
|
|
|
1623
1623
|
"deleteVendor": {
|
|
1624
1624
|
"args": "DeleteArgs<Vendor>",
|
|
1625
1625
|
"resolver": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"service": "
|
|
1626
|
+
"name": "shapedb:delete",
|
|
1627
|
+
"service": "shapedb",
|
|
1628
1628
|
"shapeName": "Vendor"
|
|
1629
1629
|
},
|
|
1630
1630
|
"shape": "DeleteResult<Vendor>",
|
|
@@ -1633,8 +1633,8 @@
|
|
|
1633
1633
|
"updateSolutionRevision": {
|
|
1634
1634
|
"args": "UpdateArgs<SolutionRevision>",
|
|
1635
1635
|
"resolver": {
|
|
1636
|
-
"name": "
|
|
1637
|
-
"service": "
|
|
1636
|
+
"name": "shapedb:update",
|
|
1637
|
+
"service": "shapedb",
|
|
1638
1638
|
"shapeName": "SolutionRevision"
|
|
1639
1639
|
},
|
|
1640
1640
|
"shape": "UpdateResult<SolutionRevision>",
|
|
@@ -1643,8 +1643,8 @@
|
|
|
1643
1643
|
"createSolutionRevision": {
|
|
1644
1644
|
"args": "CreateArgs<SolutionRevision>",
|
|
1645
1645
|
"resolver": {
|
|
1646
|
-
"name": "
|
|
1647
|
-
"service": "
|
|
1646
|
+
"name": "shapedb:create",
|
|
1647
|
+
"service": "shapedb",
|
|
1648
1648
|
"shapeName": "SolutionRevision"
|
|
1649
1649
|
},
|
|
1650
1650
|
"shape": "CreateResult<SolutionRevision>",
|
|
@@ -1653,8 +1653,8 @@
|
|
|
1653
1653
|
"duplicateSolutionRevision": {
|
|
1654
1654
|
"args": "DuplicateArgs<SolutionRevision>",
|
|
1655
1655
|
"resolver": {
|
|
1656
|
-
"name": "
|
|
1657
|
-
"service": "
|
|
1656
|
+
"name": "shapedb:duplicate",
|
|
1657
|
+
"service": "shapedb",
|
|
1658
1658
|
"shapeName": "SolutionRevision"
|
|
1659
1659
|
},
|
|
1660
1660
|
"shape": "DuplicateResult<SolutionRevision>",
|
|
@@ -1663,8 +1663,8 @@
|
|
|
1663
1663
|
"deleteSolutionRevision": {
|
|
1664
1664
|
"args": "DeleteArgs<SolutionRevision>",
|
|
1665
1665
|
"resolver": {
|
|
1666
|
-
"name": "
|
|
1667
|
-
"service": "
|
|
1666
|
+
"name": "shapedb:delete",
|
|
1667
|
+
"service": "shapedb",
|
|
1668
1668
|
"shapeName": "SolutionRevision"
|
|
1669
1669
|
},
|
|
1670
1670
|
"shape": "DeleteResult<SolutionRevision>",
|
|
@@ -1673,8 +1673,8 @@
|
|
|
1673
1673
|
"updatePracticeArea": {
|
|
1674
1674
|
"args": "UpdateArgs<PracticeArea>",
|
|
1675
1675
|
"resolver": {
|
|
1676
|
-
"name": "
|
|
1677
|
-
"service": "
|
|
1676
|
+
"name": "shapedb:update",
|
|
1677
|
+
"service": "shapedb",
|
|
1678
1678
|
"shapeName": "PracticeArea"
|
|
1679
1679
|
},
|
|
1680
1680
|
"shape": "UpdateResult<PracticeArea>",
|
|
@@ -1683,8 +1683,8 @@
|
|
|
1683
1683
|
"createPracticeArea": {
|
|
1684
1684
|
"args": "CreateArgs<PracticeArea>",
|
|
1685
1685
|
"resolver": {
|
|
1686
|
-
"name": "
|
|
1687
|
-
"service": "
|
|
1686
|
+
"name": "shapedb:create",
|
|
1687
|
+
"service": "shapedb",
|
|
1688
1688
|
"shapeName": "PracticeArea"
|
|
1689
1689
|
},
|
|
1690
1690
|
"shape": "CreateResult<PracticeArea>",
|
|
@@ -1693,8 +1693,8 @@
|
|
|
1693
1693
|
"duplicatePracticeArea": {
|
|
1694
1694
|
"args": "DuplicateArgs<PracticeArea>",
|
|
1695
1695
|
"resolver": {
|
|
1696
|
-
"name": "
|
|
1697
|
-
"service": "
|
|
1696
|
+
"name": "shapedb:duplicate",
|
|
1697
|
+
"service": "shapedb",
|
|
1698
1698
|
"shapeName": "PracticeArea"
|
|
1699
1699
|
},
|
|
1700
1700
|
"shape": "DuplicateResult<PracticeArea>",
|
|
@@ -1703,8 +1703,8 @@
|
|
|
1703
1703
|
"deletePracticeArea": {
|
|
1704
1704
|
"args": "DeleteArgs<PracticeArea>",
|
|
1705
1705
|
"resolver": {
|
|
1706
|
-
"name": "
|
|
1707
|
-
"service": "
|
|
1706
|
+
"name": "shapedb:delete",
|
|
1707
|
+
"service": "shapedb",
|
|
1708
1708
|
"shapeName": "PracticeArea"
|
|
1709
1709
|
},
|
|
1710
1710
|
"shape": "DeleteResult<PracticeArea>",
|
|
@@ -1713,8 +1713,8 @@
|
|
|
1713
1713
|
"updateImageType": {
|
|
1714
1714
|
"args": "UpdateArgs<ImageType>",
|
|
1715
1715
|
"resolver": {
|
|
1716
|
-
"name": "
|
|
1717
|
-
"service": "
|
|
1716
|
+
"name": "shapedb:update",
|
|
1717
|
+
"service": "shapedb",
|
|
1718
1718
|
"shapeName": "ImageType"
|
|
1719
1719
|
},
|
|
1720
1720
|
"shape": "UpdateResult<ImageType>",
|
|
@@ -1723,8 +1723,8 @@
|
|
|
1723
1723
|
"createImageType": {
|
|
1724
1724
|
"args": "CreateArgs<ImageType>",
|
|
1725
1725
|
"resolver": {
|
|
1726
|
-
"name": "
|
|
1727
|
-
"service": "
|
|
1726
|
+
"name": "shapedb:create",
|
|
1727
|
+
"service": "shapedb",
|
|
1728
1728
|
"shapeName": "ImageType"
|
|
1729
1729
|
},
|
|
1730
1730
|
"shape": "CreateResult<ImageType>",
|
|
@@ -1733,8 +1733,8 @@
|
|
|
1733
1733
|
"duplicateImageType": {
|
|
1734
1734
|
"args": "DuplicateArgs<ImageType>",
|
|
1735
1735
|
"resolver": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"service": "
|
|
1736
|
+
"name": "shapedb:duplicate",
|
|
1737
|
+
"service": "shapedb",
|
|
1738
1738
|
"shapeName": "ImageType"
|
|
1739
1739
|
},
|
|
1740
1740
|
"shape": "DuplicateResult<ImageType>",
|
|
@@ -1743,8 +1743,8 @@
|
|
|
1743
1743
|
"deleteImageType": {
|
|
1744
1744
|
"args": "DeleteArgs<ImageType>",
|
|
1745
1745
|
"resolver": {
|
|
1746
|
-
"name": "
|
|
1747
|
-
"service": "
|
|
1746
|
+
"name": "shapedb:delete",
|
|
1747
|
+
"service": "shapedb",
|
|
1748
1748
|
"shapeName": "ImageType"
|
|
1749
1749
|
},
|
|
1750
1750
|
"shape": "DeleteResult<ImageType>",
|
|
@@ -1753,8 +1753,8 @@
|
|
|
1753
1753
|
"updateTechnology": {
|
|
1754
1754
|
"args": "UpdateArgs<Technology>",
|
|
1755
1755
|
"resolver": {
|
|
1756
|
-
"name": "
|
|
1757
|
-
"service": "
|
|
1756
|
+
"name": "shapedb:update",
|
|
1757
|
+
"service": "shapedb",
|
|
1758
1758
|
"shapeName": "Technology"
|
|
1759
1759
|
},
|
|
1760
1760
|
"shape": "UpdateResult<Technology>",
|
|
@@ -1763,8 +1763,8 @@
|
|
|
1763
1763
|
"createTechnology": {
|
|
1764
1764
|
"args": "CreateArgs<Technology>",
|
|
1765
1765
|
"resolver": {
|
|
1766
|
-
"name": "
|
|
1767
|
-
"service": "
|
|
1766
|
+
"name": "shapedb:create",
|
|
1767
|
+
"service": "shapedb",
|
|
1768
1768
|
"shapeName": "Technology"
|
|
1769
1769
|
},
|
|
1770
1770
|
"shape": "CreateResult<Technology>",
|
|
@@ -1773,8 +1773,8 @@
|
|
|
1773
1773
|
"duplicateTechnology": {
|
|
1774
1774
|
"args": "DuplicateArgs<Technology>",
|
|
1775
1775
|
"resolver": {
|
|
1776
|
-
"name": "
|
|
1777
|
-
"service": "
|
|
1776
|
+
"name": "shapedb:duplicate",
|
|
1777
|
+
"service": "shapedb",
|
|
1778
1778
|
"shapeName": "Technology"
|
|
1779
1779
|
},
|
|
1780
1780
|
"shape": "DuplicateResult<Technology>",
|
|
@@ -1783,8 +1783,8 @@
|
|
|
1783
1783
|
"deleteTechnology": {
|
|
1784
1784
|
"args": "DeleteArgs<Technology>",
|
|
1785
1785
|
"resolver": {
|
|
1786
|
-
"name": "
|
|
1787
|
-
"service": "
|
|
1786
|
+
"name": "shapedb:delete",
|
|
1787
|
+
"service": "shapedb",
|
|
1788
1788
|
"shapeName": "Technology"
|
|
1789
1789
|
},
|
|
1790
1790
|
"shape": "DeleteResult<Technology>",
|
|
@@ -1793,8 +1793,8 @@
|
|
|
1793
1793
|
"updateSolution": {
|
|
1794
1794
|
"args": "UpdateArgs<Solution>",
|
|
1795
1795
|
"resolver": {
|
|
1796
|
-
"name": "
|
|
1797
|
-
"service": "
|
|
1796
|
+
"name": "shapedb:update",
|
|
1797
|
+
"service": "shapedb",
|
|
1798
1798
|
"shapeName": "Solution"
|
|
1799
1799
|
},
|
|
1800
1800
|
"shape": "UpdateResult<Solution>",
|
|
@@ -1803,8 +1803,8 @@
|
|
|
1803
1803
|
"createSolution": {
|
|
1804
1804
|
"args": "CreateArgs<Solution>",
|
|
1805
1805
|
"resolver": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"service": "
|
|
1806
|
+
"name": "shapedb:create",
|
|
1807
|
+
"service": "shapedb",
|
|
1808
1808
|
"shapeName": "Solution"
|
|
1809
1809
|
},
|
|
1810
1810
|
"shape": "CreateResult<Solution>",
|
|
@@ -1813,8 +1813,8 @@
|
|
|
1813
1813
|
"duplicateSolution": {
|
|
1814
1814
|
"args": "DuplicateArgs<Solution>",
|
|
1815
1815
|
"resolver": {
|
|
1816
|
-
"name": "
|
|
1817
|
-
"service": "
|
|
1816
|
+
"name": "shapedb:duplicate",
|
|
1817
|
+
"service": "shapedb",
|
|
1818
1818
|
"shapeName": "Solution"
|
|
1819
1819
|
},
|
|
1820
1820
|
"shape": "DuplicateResult<Solution>",
|
|
@@ -1823,8 +1823,8 @@
|
|
|
1823
1823
|
"deleteSolution": {
|
|
1824
1824
|
"args": "DeleteArgs<Solution>",
|
|
1825
1825
|
"resolver": {
|
|
1826
|
-
"name": "
|
|
1827
|
-
"service": "
|
|
1826
|
+
"name": "shapedb:delete",
|
|
1827
|
+
"service": "shapedb",
|
|
1828
1828
|
"shapeName": "Solution"
|
|
1829
1829
|
},
|
|
1830
1830
|
"shape": "DeleteResult<Solution>",
|
|
@@ -1846,13 +1846,13 @@
|
|
|
1846
1846
|
"type": "string",
|
|
1847
1847
|
"title": "Description",
|
|
1848
1848
|
"minLength": 0,
|
|
1849
|
-
"@mapping": "
|
|
1849
|
+
"@mapping": "shapedb:Purpose.SyhVZrx24"
|
|
1850
1850
|
},
|
|
1851
1851
|
"name": {
|
|
1852
1852
|
"type": "string",
|
|
1853
1853
|
"title": "Name",
|
|
1854
1854
|
"minLength": 1,
|
|
1855
|
-
"@mapping": "
|
|
1855
|
+
"@mapping": "shapedb:Purpose.HyvVZBenE"
|
|
1856
1856
|
}
|
|
1857
1857
|
},
|
|
1858
1858
|
"required": [
|
|
@@ -1874,13 +1874,13 @@
|
|
|
1874
1874
|
"type": "string",
|
|
1875
1875
|
"title": "Description",
|
|
1876
1876
|
"minLength": 0,
|
|
1877
|
-
"@mapping": "
|
|
1877
|
+
"@mapping": "shapedb:MatterType.HypkbSxnE"
|
|
1878
1878
|
},
|
|
1879
1879
|
"name": {
|
|
1880
1880
|
"type": "string",
|
|
1881
1881
|
"title": "Name",
|
|
1882
1882
|
"minLength": 1,
|
|
1883
|
-
"@mapping": "
|
|
1883
|
+
"@mapping": "shapedb:MatterType.SJvyZSlhV"
|
|
1884
1884
|
}
|
|
1885
1885
|
},
|
|
1886
1886
|
"required": [
|
|
@@ -1902,17 +1902,17 @@
|
|
|
1902
1902
|
"type": "string",
|
|
1903
1903
|
"title": "Revision ID",
|
|
1904
1904
|
"minLength": 1,
|
|
1905
|
-
"@mapping": "
|
|
1905
|
+
"@mapping": "shapedb:SolutionRevision2.ByrQbXz24"
|
|
1906
1906
|
},
|
|
1907
1907
|
"tagLine": {
|
|
1908
1908
|
"type": "string",
|
|
1909
1909
|
"title": "Tag Line",
|
|
1910
1910
|
"minLength": 0,
|
|
1911
|
-
"@mapping": "
|
|
1911
|
+
"@mapping": "shapedb:SolutionRevision2.B1BdWmzhE"
|
|
1912
1912
|
},
|
|
1913
1913
|
"vendor": {
|
|
1914
1914
|
"title": "Vendor",
|
|
1915
|
-
"@mapping": "
|
|
1915
|
+
"@mapping": "shapedb:SolutionRevision2.rkftWQGhN",
|
|
1916
1916
|
"@backreference": {
|
|
1917
1917
|
"enabled": true
|
|
1918
1918
|
},
|
|
@@ -1922,8 +1922,8 @@
|
|
|
1922
1922
|
},
|
|
1923
1923
|
"@args": "TSRelationshipArgs",
|
|
1924
1924
|
"@resolver": {
|
|
1925
|
-
"name": "
|
|
1926
|
-
"service": "
|
|
1925
|
+
"name": "shapedb:getRelated",
|
|
1926
|
+
"service": "shapedb",
|
|
1927
1927
|
"options": {
|
|
1928
1928
|
"nullable": true
|
|
1929
1929
|
}
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
"properties": {
|
|
1948
1948
|
"categories": {
|
|
1949
1949
|
"title": "Categories",
|
|
1950
|
-
"@mapping": "
|
|
1950
|
+
"@mapping": "shapedb:SolutionRevision1.BybC8zznE",
|
|
1951
1951
|
"items": {
|
|
1952
1952
|
"@ref": "local:Category"
|
|
1953
1953
|
},
|
|
@@ -1963,8 +1963,8 @@
|
|
|
1963
1963
|
},
|
|
1964
1964
|
"@args": "TSRelationshipArgs",
|
|
1965
1965
|
"@resolver": {
|
|
1966
|
-
"name": "
|
|
1967
|
-
"service": "
|
|
1966
|
+
"name": "shapedb:getRelated",
|
|
1967
|
+
"service": "shapedb",
|
|
1968
1968
|
"options": {
|
|
1969
1969
|
"nullable": true
|
|
1970
1970
|
}
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
"items": {
|
|
1977
1977
|
"$ref": "#/shapes/SolutionRevision1Collaterals/schema"
|
|
1978
1978
|
},
|
|
1979
|
-
"@mapping": "
|
|
1979
|
+
"@mapping": "shapedb:SolutionRevision1.SkCfKGz3E"
|
|
1980
1980
|
},
|
|
1981
1981
|
"customers": {
|
|
1982
1982
|
"type": "array",
|
|
@@ -1984,14 +1984,14 @@
|
|
|
1984
1984
|
"items": {
|
|
1985
1985
|
"$ref": "#/shapes/SolutionRevision1Customers/schema"
|
|
1986
1986
|
},
|
|
1987
|
-
"@mapping": "
|
|
1987
|
+
"@mapping": "shapedb:SolutionRevision1.rJ1JazGnE"
|
|
1988
1988
|
},
|
|
1989
1989
|
"featured": {
|
|
1990
1990
|
"type": "boolean",
|
|
1991
1991
|
"default": false,
|
|
1992
1992
|
"title": "Featured",
|
|
1993
1993
|
"@l10n": false,
|
|
1994
|
-
"@mapping": "
|
|
1994
|
+
"@mapping": "shapedb:SolutionRevision1.BJLluzznN"
|
|
1995
1995
|
},
|
|
1996
1996
|
"features": {
|
|
1997
1997
|
"type": "array",
|
|
@@ -1999,7 +1999,7 @@
|
|
|
1999
1999
|
"items": {
|
|
2000
2000
|
"$ref": "#/shapes/SolutionRevision1Features/schema"
|
|
2001
2001
|
},
|
|
2002
|
-
"@mapping": "
|
|
2002
|
+
"@mapping": "shapedb:SolutionRevision1.ryz7dff3N"
|
|
2003
2003
|
},
|
|
2004
2004
|
"images": {
|
|
2005
2005
|
"type": "array",
|
|
@@ -2007,16 +2007,16 @@
|
|
|
2007
2007
|
"items": {
|
|
2008
2008
|
"$ref": "#/shapes/SolutionRevision1Images/schema"
|
|
2009
2009
|
},
|
|
2010
|
-
"@mapping": "
|
|
2010
|
+
"@mapping": "shapedb:SolutionRevision1.rJPI_GznE"
|
|
2011
2011
|
},
|
|
2012
2012
|
"infrastructureRequirements": {
|
|
2013
2013
|
"title": "Infrastructure Requirements",
|
|
2014
|
-
"@mapping": "
|
|
2014
|
+
"@mapping": "shapedb:SolutionRevision1.HJDU2MM3E",
|
|
2015
2015
|
"$ref": "#/shapes/SolutionRevision1InfrastructureRequirements/schema"
|
|
2016
2016
|
},
|
|
2017
2017
|
"matterTypes": {
|
|
2018
2018
|
"title": "Matter Types",
|
|
2019
|
-
"@mapping": "
|
|
2019
|
+
"@mapping": "shapedb:SolutionRevision1.r1VGwfz2N",
|
|
2020
2020
|
"items": {
|
|
2021
2021
|
"@ref": "local:MatterType"
|
|
2022
2022
|
},
|
|
@@ -2032,8 +2032,8 @@
|
|
|
2032
2032
|
},
|
|
2033
2033
|
"@args": "TSRelationshipArgs",
|
|
2034
2034
|
"@resolver": {
|
|
2035
|
-
"name": "
|
|
2036
|
-
"service": "
|
|
2035
|
+
"name": "shapedb:getRelated",
|
|
2036
|
+
"service": "shapedb",
|
|
2037
2037
|
"options": {
|
|
2038
2038
|
"nullable": true
|
|
2039
2039
|
}
|
|
@@ -2044,24 +2044,24 @@
|
|
|
2044
2044
|
"default": false,
|
|
2045
2045
|
"title": "On Platform Purchase",
|
|
2046
2046
|
"@l10n": false,
|
|
2047
|
-
"@mapping": "
|
|
2047
|
+
"@mapping": "shapedb:SolutionRevision1.rJxWdGMnN"
|
|
2048
2048
|
},
|
|
2049
2049
|
"overview": {
|
|
2050
2050
|
"type": "string",
|
|
2051
2051
|
"title": "Overview",
|
|
2052
2052
|
"minLength": 0,
|
|
2053
|
-
"@mapping": "
|
|
2053
|
+
"@mapping": "shapedb:SolutionRevision1.SJ5V1mz3N"
|
|
2054
2054
|
},
|
|
2055
2055
|
"pilot": {
|
|
2056
2056
|
"type": "boolean",
|
|
2057
2057
|
"default": false,
|
|
2058
2058
|
"title": "Pilot",
|
|
2059
2059
|
"@l10n": false,
|
|
2060
|
-
"@mapping": "
|
|
2060
|
+
"@mapping": "shapedb:SolutionRevision1.S12yOzG34"
|
|
2061
2061
|
},
|
|
2062
2062
|
"practiceAreas": {
|
|
2063
2063
|
"title": "Practice Areas",
|
|
2064
|
-
"@mapping": "
|
|
2064
|
+
"@mapping": "shapedb:SolutionRevision1.BJk4wfMhN",
|
|
2065
2065
|
"items": {
|
|
2066
2066
|
"@ref": "local:PracticeArea"
|
|
2067
2067
|
},
|
|
@@ -2077,8 +2077,8 @@
|
|
|
2077
2077
|
},
|
|
2078
2078
|
"@args": "TSRelationshipArgs",
|
|
2079
2079
|
"@resolver": {
|
|
2080
|
-
"name": "
|
|
2081
|
-
"service": "
|
|
2080
|
+
"name": "shapedb:getRelated",
|
|
2081
|
+
"service": "shapedb",
|
|
2082
2082
|
"options": {
|
|
2083
2083
|
"nullable": true
|
|
2084
2084
|
}
|
|
@@ -2086,7 +2086,7 @@
|
|
|
2086
2086
|
},
|
|
2087
2087
|
"purpose": {
|
|
2088
2088
|
"title": "Purpose",
|
|
2089
|
-
"@mapping": "
|
|
2089
|
+
"@mapping": "shapedb:SolutionRevision1.BkuLwzzh4",
|
|
2090
2090
|
"items": {
|
|
2091
2091
|
"@ref": "local:Purpose"
|
|
2092
2092
|
},
|
|
@@ -2102,8 +2102,8 @@
|
|
|
2102
2102
|
},
|
|
2103
2103
|
"@args": "TSRelationshipArgs",
|
|
2104
2104
|
"@resolver": {
|
|
2105
|
-
"name": "
|
|
2106
|
-
"service": "
|
|
2105
|
+
"name": "shapedb:getRelated",
|
|
2106
|
+
"service": "shapedb",
|
|
2107
2107
|
"options": {
|
|
2108
2108
|
"nullable": true
|
|
2109
2109
|
}
|
|
@@ -2113,28 +2113,28 @@
|
|
|
2113
2113
|
"type": "string",
|
|
2114
2114
|
"title": "Revision ID",
|
|
2115
2115
|
"minLength": 1,
|
|
2116
|
-
"@mapping": "
|
|
2116
|
+
"@mapping": "shapedb:SolutionRevision1.BJXOLzf24"
|
|
2117
2117
|
},
|
|
2118
2118
|
"saaSBusiness": {
|
|
2119
2119
|
"title": "SaaS Business",
|
|
2120
|
-
"@mapping": "
|
|
2120
|
+
"@mapping": "shapedb:SolutionRevision1.B1IzhfG2N",
|
|
2121
2121
|
"$ref": "#/shapes/SolutionRevision1SaaSBusiness/schema"
|
|
2122
2122
|
},
|
|
2123
2123
|
"softwarePrerequisites": {
|
|
2124
2124
|
"type": "string",
|
|
2125
2125
|
"title": "Software Prerequisites",
|
|
2126
2126
|
"minLength": 0,
|
|
2127
|
-
"@mapping": "
|
|
2127
|
+
"@mapping": "shapedb:SolutionRevision1.H1WvtMfn4"
|
|
2128
2128
|
},
|
|
2129
2129
|
"tagLine": {
|
|
2130
2130
|
"type": "string",
|
|
2131
2131
|
"title": "Tag Line",
|
|
2132
2132
|
"minLength": 0,
|
|
2133
|
-
"@mapping": "
|
|
2133
|
+
"@mapping": "shapedb:SolutionRevision1.HJdYUzG2V"
|
|
2134
2134
|
},
|
|
2135
2135
|
"technologies": {
|
|
2136
2136
|
"title": "Technologies",
|
|
2137
|
-
"@mapping": "
|
|
2137
|
+
"@mapping": "shapedb:SolutionRevision1.HkvuPfGhV",
|
|
2138
2138
|
"items": {
|
|
2139
2139
|
"@ref": "local:Technology"
|
|
2140
2140
|
},
|
|
@@ -2150,8 +2150,8 @@
|
|
|
2150
2150
|
},
|
|
2151
2151
|
"@args": "TSRelationshipArgs",
|
|
2152
2152
|
"@resolver": {
|
|
2153
|
-
"name": "
|
|
2154
|
-
"service": "
|
|
2153
|
+
"name": "shapedb:getRelated",
|
|
2154
|
+
"service": "shapedb",
|
|
2155
2155
|
"options": {
|
|
2156
2156
|
"nullable": true
|
|
2157
2157
|
}
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
},
|
|
2160
2160
|
"tenancy": {
|
|
2161
2161
|
"title": "Tenancy",
|
|
2162
|
-
"@mapping": "
|
|
2162
|
+
"@mapping": "shapedb:SolutionRevision1.H1DYtMGhV",
|
|
2163
2163
|
"$ref": "#/shapes/SolutionRevision1Tenancy/schema"
|
|
2164
2164
|
},
|
|
2165
2165
|
"testDrive": {
|
|
@@ -2167,11 +2167,11 @@
|
|
|
2167
2167
|
"default": false,
|
|
2168
2168
|
"title": "Test Drive",
|
|
2169
2169
|
"@l10n": false,
|
|
2170
|
-
"@mapping": "
|
|
2170
|
+
"@mapping": "shapedb:SolutionRevision1.SkK0wff3V"
|
|
2171
2171
|
},
|
|
2172
2172
|
"vendor": {
|
|
2173
2173
|
"title": "Vendor",
|
|
2174
|
-
"@mapping": "
|
|
2174
|
+
"@mapping": "shapedb:SolutionRevision1.S1riIMM3E",
|
|
2175
2175
|
"@backreference": {
|
|
2176
2176
|
"enabled": true
|
|
2177
2177
|
},
|
|
@@ -2181,8 +2181,8 @@
|
|
|
2181
2181
|
},
|
|
2182
2182
|
"@args": "TSRelationshipArgs",
|
|
2183
2183
|
"@resolver": {
|
|
2184
|
-
"name": "
|
|
2185
|
-
"service": "
|
|
2184
|
+
"name": "shapedb:getRelated",
|
|
2185
|
+
"service": "shapedb",
|
|
2186
2186
|
"options": {
|
|
2187
2187
|
"nullable": true
|
|
2188
2188
|
}
|
|
@@ -2194,17 +2194,17 @@
|
|
|
2194
2194
|
"items": {
|
|
2195
2195
|
"$ref": "#/shapes/SolutionRevision1Videos/schema"
|
|
2196
2196
|
},
|
|
2197
|
-
"@mapping": "
|
|
2197
|
+
"@mapping": "shapedb:SolutionRevision1.HJN0_fz3N"
|
|
2198
2198
|
},
|
|
2199
2199
|
"webServicePrerequisites": {
|
|
2200
2200
|
"type": "string",
|
|
2201
2201
|
"title": "Web Service Prerequisites",
|
|
2202
2202
|
"minLength": 0,
|
|
2203
|
-
"@mapping": "
|
|
2203
|
+
"@mapping": "shapedb:SolutionRevision1.ryHdYzznV"
|
|
2204
2204
|
},
|
|
2205
2205
|
"worksWith": {
|
|
2206
2206
|
"title": "Works With",
|
|
2207
|
-
"@mapping": "
|
|
2207
|
+
"@mapping": "shapedb:SolutionRevision1.rJck9Gzh4",
|
|
2208
2208
|
"$ref": "#/shapes/SolutionRevision1WorksWith/schema"
|
|
2209
2209
|
}
|
|
2210
2210
|
},
|
|
@@ -2222,7 +2222,7 @@
|
|
|
2222
2222
|
"properties": {
|
|
2223
2223
|
"collateral": {
|
|
2224
2224
|
"title": "Collateral",
|
|
2225
|
-
"@mapping": "
|
|
2225
|
+
"@mapping": "shapedb:SolutionRevision1Collaterals.r1a-tGM3V",
|
|
2226
2226
|
"@backreference": {
|
|
2227
2227
|
"enabled": true
|
|
2228
2228
|
},
|
|
@@ -2232,8 +2232,8 @@
|
|
|
2232
2232
|
},
|
|
2233
2233
|
"@args": "TSRelationshipArgs",
|
|
2234
2234
|
"@resolver": {
|
|
2235
|
-
"name": "
|
|
2236
|
-
"service": "
|
|
2235
|
+
"name": "shapedb:getRelated",
|
|
2236
|
+
"service": "shapedb",
|
|
2237
2237
|
"options": {
|
|
2238
2238
|
"nullable": true
|
|
2239
2239
|
}
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
},
|
|
2242
2242
|
"collateralType": {
|
|
2243
2243
|
"title": "Collateral Type",
|
|
2244
|
-
"@mapping": "
|
|
2244
|
+
"@mapping": "shapedb:SolutionRevision1Collaterals.ByO4KffhV",
|
|
2245
2245
|
"@backreference": {
|
|
2246
2246
|
"enabled": true
|
|
2247
2247
|
},
|
|
@@ -2251,8 +2251,8 @@
|
|
|
2251
2251
|
},
|
|
2252
2252
|
"@args": "TSRelationshipArgs",
|
|
2253
2253
|
"@resolver": {
|
|
2254
|
-
"name": "
|
|
2255
|
-
"service": "
|
|
2254
|
+
"name": "shapedb:getRelated",
|
|
2255
|
+
"service": "shapedb",
|
|
2256
2256
|
"options": {
|
|
2257
2257
|
"nullable": true
|
|
2258
2258
|
}
|
|
@@ -2272,13 +2272,13 @@
|
|
|
2272
2272
|
"type": "string",
|
|
2273
2273
|
"title": "Name",
|
|
2274
2274
|
"minLength": 0,
|
|
2275
|
-
"@mapping": "
|
|
2275
|
+
"@mapping": "shapedb:SolutionRevision1Customers.rknkazz2E"
|
|
2276
2276
|
},
|
|
2277
2277
|
"url": {
|
|
2278
2278
|
"type": "string",
|
|
2279
2279
|
"title": "URL",
|
|
2280
2280
|
"minLength": 0,
|
|
2281
|
-
"@mapping": "
|
|
2281
|
+
"@mapping": "shapedb:SolutionRevision1Customers.rJhxTfz3E"
|
|
2282
2282
|
}
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
@@ -2294,13 +2294,13 @@
|
|
|
2294
2294
|
"type": "string",
|
|
2295
2295
|
"title": "Description",
|
|
2296
2296
|
"minLength": 0,
|
|
2297
|
-
"@mapping": "
|
|
2297
|
+
"@mapping": "shapedb:SolutionRevision1Features.BJXNufMhE"
|
|
2298
2298
|
},
|
|
2299
2299
|
"name": {
|
|
2300
2300
|
"type": "string",
|
|
2301
2301
|
"title": "Name",
|
|
2302
2302
|
"minLength": 0,
|
|
2303
|
-
"@mapping": "
|
|
2303
|
+
"@mapping": "shapedb:SolutionRevision1Features.ryl4dzM3E"
|
|
2304
2304
|
}
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
"properties": {
|
|
2315
2315
|
"image": {
|
|
2316
2316
|
"title": "Image",
|
|
2317
|
-
"@mapping": "
|
|
2317
|
+
"@mapping": "shapedb:SolutionRevision1Images.SJH9dzMnV",
|
|
2318
2318
|
"@backreference": {
|
|
2319
2319
|
"enabled": true
|
|
2320
2320
|
},
|
|
@@ -2324,8 +2324,8 @@
|
|
|
2324
2324
|
},
|
|
2325
2325
|
"@args": "TSRelationshipArgs",
|
|
2326
2326
|
"@resolver": {
|
|
2327
|
-
"name": "
|
|
2328
|
-
"service": "
|
|
2327
|
+
"name": "shapedb:getRelated",
|
|
2328
|
+
"service": "shapedb",
|
|
2329
2329
|
"options": {
|
|
2330
2330
|
"nullable": true
|
|
2331
2331
|
}
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
},
|
|
2334
2334
|
"imageType": {
|
|
2335
2335
|
"title": "Image Type",
|
|
2336
|
-
"@mapping": "
|
|
2336
|
+
"@mapping": "shapedb:SolutionRevision1Images.Hyy2uMM24",
|
|
2337
2337
|
"@backreference": {
|
|
2338
2338
|
"enabled": true
|
|
2339
2339
|
},
|
|
@@ -2343,8 +2343,8 @@
|
|
|
2343
2343
|
},
|
|
2344
2344
|
"@args": "TSRelationshipArgs",
|
|
2345
2345
|
"@resolver": {
|
|
2346
|
-
"name": "
|
|
2347
|
-
"service": "
|
|
2346
|
+
"name": "shapedb:getRelated",
|
|
2347
|
+
"service": "shapedb",
|
|
2348
2348
|
"options": {
|
|
2349
2349
|
"nullable": true
|
|
2350
2350
|
}
|
|
@@ -2364,14 +2364,14 @@
|
|
|
2364
2364
|
"type": "string",
|
|
2365
2365
|
"title": "GPU Model",
|
|
2366
2366
|
"minLength": 0,
|
|
2367
|
-
"@mapping": "
|
|
2367
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirementsNodes.B1RphzGhN"
|
|
2368
2368
|
},
|
|
2369
2369
|
"gpuRequired": {
|
|
2370
2370
|
"type": "boolean",
|
|
2371
2371
|
"default": false,
|
|
2372
2372
|
"title": "GPU Required",
|
|
2373
2373
|
"@l10n": false,
|
|
2374
|
-
"@mapping": "
|
|
2374
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirementsNodes.SkcjnzGhN"
|
|
2375
2375
|
},
|
|
2376
2376
|
"ram": {
|
|
2377
2377
|
"type": "integer",
|
|
@@ -2379,7 +2379,7 @@
|
|
|
2379
2379
|
"description": "in GBs",
|
|
2380
2380
|
"@l10n": false,
|
|
2381
2381
|
"minimum": 0,
|
|
2382
|
-
"@mapping": "
|
|
2382
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirementsNodes.BJxF2fz24"
|
|
2383
2383
|
},
|
|
2384
2384
|
"storageSpace": {
|
|
2385
2385
|
"type": "integer",
|
|
@@ -2387,14 +2387,14 @@
|
|
|
2387
2387
|
"description": "in GBs",
|
|
2388
2388
|
"@l10n": false,
|
|
2389
2389
|
"minimum": 0,
|
|
2390
|
-
"@mapping": "
|
|
2390
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirementsNodes.H1w9nfz34"
|
|
2391
2391
|
},
|
|
2392
2392
|
"vcpUs": {
|
|
2393
2393
|
"type": "integer",
|
|
2394
2394
|
"title": "VCPUs",
|
|
2395
2395
|
"@l10n": false,
|
|
2396
2396
|
"minimum": 0,
|
|
2397
|
-
"@mapping": "
|
|
2397
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirementsNodes.HJ9PhGf2E"
|
|
2398
2398
|
}
|
|
2399
2399
|
}
|
|
2400
2400
|
}
|
|
@@ -2412,13 +2412,13 @@
|
|
|
2412
2412
|
"items": {
|
|
2413
2413
|
"$ref": "#/shapes/SolutionRevision1InfrastructureRequirementsNodes/schema"
|
|
2414
2414
|
},
|
|
2415
|
-
"@mapping": "
|
|
2415
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirements.ryTRCMz3N"
|
|
2416
2416
|
},
|
|
2417
2417
|
"typicalUsageScenario": {
|
|
2418
2418
|
"type": "string",
|
|
2419
2419
|
"title": "Typical Usage Scenario",
|
|
2420
2420
|
"minLength": 0,
|
|
2421
|
-
"@mapping": "
|
|
2421
|
+
"@mapping": "shapedb:SolutionRevision1InfrastructureRequirements.S1JlkQz3N"
|
|
2422
2422
|
}
|
|
2423
2423
|
}
|
|
2424
2424
|
}
|
|
@@ -2462,14 +2462,14 @@
|
|
|
2462
2462
|
}
|
|
2463
2463
|
]
|
|
2464
2464
|
},
|
|
2465
|
-
"@mapping": "
|
|
2465
|
+
"@mapping": "shapedb:SolutionRevision1SaaSBusiness.SyeN3fMhE"
|
|
2466
2466
|
},
|
|
2467
2467
|
"saaS": {
|
|
2468
2468
|
"type": "boolean",
|
|
2469
2469
|
"default": false,
|
|
2470
2470
|
"title": "SaaS",
|
|
2471
2471
|
"@l10n": false,
|
|
2472
|
-
"@mapping": "
|
|
2472
|
+
"@mapping": "shapedb:SolutionRevision1SaaSBusiness.BkP7nGfh4"
|
|
2473
2473
|
}
|
|
2474
2474
|
}
|
|
2475
2475
|
}
|
|
@@ -2485,7 +2485,7 @@
|
|
|
2485
2485
|
"type": "string",
|
|
2486
2486
|
"title": "Tenancy Description",
|
|
2487
2487
|
"minLength": 0,
|
|
2488
|
-
"@mapping": "
|
|
2488
|
+
"@mapping": "shapedb:SolutionRevision1Tenancy.BkrRKfGhE"
|
|
2489
2489
|
},
|
|
2490
2490
|
"tenancyType": {
|
|
2491
2491
|
"type": "string",
|
|
@@ -2504,7 +2504,7 @@
|
|
|
2504
2504
|
"title": "Multi Tenant"
|
|
2505
2505
|
}
|
|
2506
2506
|
],
|
|
2507
|
-
"@mapping": "
|
|
2507
|
+
"@mapping": "shapedb:SolutionRevision1Tenancy.BJToKfMhN"
|
|
2508
2508
|
}
|
|
2509
2509
|
}
|
|
2510
2510
|
}
|
|
@@ -2518,7 +2518,7 @@
|
|
|
2518
2518
|
"properties": {
|
|
2519
2519
|
"video": {
|
|
2520
2520
|
"title": "Video",
|
|
2521
|
-
"@mapping": "
|
|
2521
|
+
"@mapping": "shapedb:SolutionRevision1Videos.HJ6AdGz2V",
|
|
2522
2522
|
"@backreference": {
|
|
2523
2523
|
"enabled": true
|
|
2524
2524
|
},
|
|
@@ -2528,8 +2528,8 @@
|
|
|
2528
2528
|
},
|
|
2529
2529
|
"@args": "TSRelationshipArgs",
|
|
2530
2530
|
"@resolver": {
|
|
2531
|
-
"name": "
|
|
2532
|
-
"service": "
|
|
2531
|
+
"name": "shapedb:getRelated",
|
|
2532
|
+
"service": "shapedb",
|
|
2533
2533
|
"options": {
|
|
2534
2534
|
"nullable": true
|
|
2535
2535
|
}
|
|
@@ -2537,7 +2537,7 @@
|
|
|
2537
2537
|
},
|
|
2538
2538
|
"videoType": {
|
|
2539
2539
|
"title": "Video Type",
|
|
2540
|
-
"@mapping": "
|
|
2540
|
+
"@mapping": "shapedb:SolutionRevision1Videos.BJF1tGMnN",
|
|
2541
2541
|
"@backreference": {
|
|
2542
2542
|
"enabled": true
|
|
2543
2543
|
},
|
|
@@ -2547,8 +2547,8 @@
|
|
|
2547
2547
|
},
|
|
2548
2548
|
"@args": "TSRelationshipArgs",
|
|
2549
2549
|
"@resolver": {
|
|
2550
|
-
"name": "
|
|
2551
|
-
"service": "
|
|
2550
|
+
"name": "shapedb:getRelated",
|
|
2551
|
+
"service": "shapedb",
|
|
2552
2552
|
"options": {
|
|
2553
2553
|
"nullable": true
|
|
2554
2554
|
}
|
|
@@ -2593,14 +2593,14 @@
|
|
|
2593
2593
|
"title": "GCP Only"
|
|
2594
2594
|
}
|
|
2595
2595
|
],
|
|
2596
|
-
"@mapping": "
|
|
2596
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithContainerization.SyLusGf34"
|
|
2597
2597
|
},
|
|
2598
2598
|
"containerized": {
|
|
2599
2599
|
"type": "boolean",
|
|
2600
2600
|
"default": false,
|
|
2601
2601
|
"title": "Containerized",
|
|
2602
2602
|
"@l10n": false,
|
|
2603
|
-
"@mapping": "
|
|
2603
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithContainerization.H1aUoGz2V"
|
|
2604
2604
|
}
|
|
2605
2605
|
}
|
|
2606
2606
|
}
|
|
@@ -2644,14 +2644,14 @@
|
|
|
2644
2644
|
}
|
|
2645
2645
|
]
|
|
2646
2646
|
},
|
|
2647
|
-
"@mapping": "
|
|
2647
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithCspTemplates.ryTy2GM2V"
|
|
2648
2648
|
},
|
|
2649
2649
|
"templatized": {
|
|
2650
2650
|
"type": "boolean",
|
|
2651
2651
|
"default": false,
|
|
2652
2652
|
"title": "Templatized",
|
|
2653
2653
|
"@l10n": false,
|
|
2654
|
-
"@mapping": "
|
|
2654
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithCspTemplates.S1-0oMG3N"
|
|
2655
2655
|
}
|
|
2656
2656
|
}
|
|
2657
2657
|
}
|
|
@@ -2665,7 +2665,7 @@
|
|
|
2665
2665
|
"properties": {
|
|
2666
2666
|
"externalApp": {
|
|
2667
2667
|
"title": "External App",
|
|
2668
|
-
"@mapping": "
|
|
2668
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithWorksWithExternalApps.B1_zsfznN",
|
|
2669
2669
|
"@backreference": {
|
|
2670
2670
|
"enabled": true
|
|
2671
2671
|
},
|
|
@@ -2675,8 +2675,8 @@
|
|
|
2675
2675
|
},
|
|
2676
2676
|
"@args": "TSRelationshipArgs",
|
|
2677
2677
|
"@resolver": {
|
|
2678
|
-
"name": "
|
|
2679
|
-
"service": "
|
|
2678
|
+
"name": "shapedb:getRelated",
|
|
2679
|
+
"service": "shapedb",
|
|
2680
2680
|
"options": {
|
|
2681
2681
|
"nullable": true
|
|
2682
2682
|
}
|
|
@@ -2686,7 +2686,7 @@
|
|
|
2686
2686
|
"type": "string",
|
|
2687
2687
|
"title": "Integration Description",
|
|
2688
2688
|
"minLength": 0,
|
|
2689
|
-
"@mapping": "
|
|
2689
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithWorksWithExternalApps.ByomjzG3E"
|
|
2690
2690
|
}
|
|
2691
2691
|
}
|
|
2692
2692
|
}
|
|
@@ -2702,11 +2702,11 @@
|
|
|
2702
2702
|
"type": "string",
|
|
2703
2703
|
"title": "Integration Description",
|
|
2704
2704
|
"minLength": 0,
|
|
2705
|
-
"@mapping": "
|
|
2705
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithWorksWithRcApps.Hkad9MM3V"
|
|
2706
2706
|
},
|
|
2707
2707
|
"rcApp": {
|
|
2708
2708
|
"title": "RC App",
|
|
2709
|
-
"@mapping": "
|
|
2709
|
+
"@mapping": "shapedb:SolutionRevision1WorksWithWorksWithRcApps.SJogqfMhE",
|
|
2710
2710
|
"@backreference": {
|
|
2711
2711
|
"enabled": true
|
|
2712
2712
|
},
|
|
@@ -2716,8 +2716,8 @@
|
|
|
2716
2716
|
},
|
|
2717
2717
|
"@args": "TSRelationshipArgs",
|
|
2718
2718
|
"@resolver": {
|
|
2719
|
-
"name": "
|
|
2720
|
-
"service": "
|
|
2719
|
+
"name": "shapedb:getRelated",
|
|
2720
|
+
"service": "shapedb",
|
|
2721
2721
|
"options": {
|
|
2722
2722
|
"nullable": true
|
|
2723
2723
|
}
|
|
@@ -2735,12 +2735,12 @@
|
|
|
2735
2735
|
"properties": {
|
|
2736
2736
|
"containerization": {
|
|
2737
2737
|
"title": "Containerization",
|
|
2738
|
-
"@mapping": "
|
|
2738
|
+
"@mapping": "shapedb:SolutionRevision1WorksWith.S1TriGf2E",
|
|
2739
2739
|
"$ref": "#/shapes/SolutionRevision1WorksWithContainerization/schema"
|
|
2740
2740
|
},
|
|
2741
2741
|
"cspTemplates": {
|
|
2742
2742
|
"title": "CSP Templates",
|
|
2743
|
-
"@mapping": "
|
|
2743
|
+
"@mapping": "shapedb:SolutionRevision1WorksWith.HJNhsGz2N",
|
|
2744
2744
|
"$ref": "#/shapes/SolutionRevision1WorksWithCspTemplates/schema"
|
|
2745
2745
|
},
|
|
2746
2746
|
"worksWithExternalApps": {
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
"items": {
|
|
2750
2750
|
"$ref": "#/shapes/SolutionRevision1WorksWithWorksWithExternalApps/schema"
|
|
2751
2751
|
},
|
|
2752
|
-
"@mapping": "
|
|
2752
|
+
"@mapping": "shapedb:SolutionRevision1WorksWith.H1dbszGhV"
|
|
2753
2753
|
},
|
|
2754
2754
|
"worksWithRcApps": {
|
|
2755
2755
|
"type": "array",
|
|
@@ -2757,7 +2757,7 @@
|
|
|
2757
2757
|
"items": {
|
|
2758
2758
|
"$ref": "#/shapes/SolutionRevision1WorksWithWorksWithRcApps/schema"
|
|
2759
2759
|
},
|
|
2760
|
-
"@mapping": "
|
|
2760
|
+
"@mapping": "shapedb:SolutionRevision1WorksWith.S1NgsfMhE"
|
|
2761
2761
|
}
|
|
2762
2762
|
}
|
|
2763
2763
|
}
|
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
"appCategory": {
|
|
2776
2776
|
"title": "App Category",
|
|
2777
2777
|
"minItems": 1,
|
|
2778
|
-
"@mapping": "
|
|
2778
|
+
"@mapping": "shapedb:ExternalProduct.B1Iq8wehN",
|
|
2779
2779
|
"items": {
|
|
2780
2780
|
"@ref": "local:ExternalAppCategory"
|
|
2781
2781
|
},
|
|
@@ -2791,8 +2791,8 @@
|
|
|
2791
2791
|
},
|
|
2792
2792
|
"@args": "TSRelationshipArgs",
|
|
2793
2793
|
"@resolver": {
|
|
2794
|
-
"name": "
|
|
2795
|
-
"service": "
|
|
2794
|
+
"name": "shapedb:getRelated",
|
|
2795
|
+
"service": "shapedb",
|
|
2796
2796
|
"options": {
|
|
2797
2797
|
"nullable": true
|
|
2798
2798
|
}
|
|
@@ -2802,11 +2802,11 @@
|
|
|
2802
2802
|
"type": "string",
|
|
2803
2803
|
"title": "Description",
|
|
2804
2804
|
"minLength": 1,
|
|
2805
|
-
"@mapping": "
|
|
2805
|
+
"@mapping": "shapedb:ExternalProduct.BJAV-LxhE"
|
|
2806
2806
|
},
|
|
2807
2807
|
"logo": {
|
|
2808
2808
|
"title": "Logo",
|
|
2809
|
-
"@mapping": "
|
|
2809
|
+
"@mapping": "shapedb:ExternalProduct.HkOH-8eh4",
|
|
2810
2810
|
"@backreference": {
|
|
2811
2811
|
"enabled": true
|
|
2812
2812
|
},
|
|
@@ -2816,8 +2816,8 @@
|
|
|
2816
2816
|
},
|
|
2817
2817
|
"@args": "TSRelationshipArgs",
|
|
2818
2818
|
"@resolver": {
|
|
2819
|
-
"name": "
|
|
2820
|
-
"service": "
|
|
2819
|
+
"name": "shapedb:getRelated",
|
|
2820
|
+
"service": "shapedb",
|
|
2821
2821
|
"options": {
|
|
2822
2822
|
"nullable": true
|
|
2823
2823
|
}
|
|
@@ -2827,7 +2827,7 @@
|
|
|
2827
2827
|
"type": "string",
|
|
2828
2828
|
"title": "Name",
|
|
2829
2829
|
"minLength": 1,
|
|
2830
|
-
"@mapping": "
|
|
2830
|
+
"@mapping": "shapedb:ExternalProduct.SJX4WLg3V"
|
|
2831
2831
|
}
|
|
2832
2832
|
},
|
|
2833
2833
|
"required": [
|
|
@@ -2851,13 +2851,13 @@
|
|
|
2851
2851
|
"type": "string",
|
|
2852
2852
|
"title": "Description",
|
|
2853
2853
|
"minLength": 0,
|
|
2854
|
-
"@mapping": "
|
|
2854
|
+
"@mapping": "shapedb:VideoType.Hy2ZYSg3N"
|
|
2855
2855
|
},
|
|
2856
2856
|
"name": {
|
|
2857
2857
|
"type": "string",
|
|
2858
2858
|
"title": "Name",
|
|
2859
2859
|
"minLength": 1,
|
|
2860
|
-
"@mapping": "
|
|
2860
|
+
"@mapping": "shapedb:VideoType.SJUbtSxhV"
|
|
2861
2861
|
}
|
|
2862
2862
|
},
|
|
2863
2863
|
"required": [
|
|
@@ -2879,13 +2879,13 @@
|
|
|
2879
2879
|
"type": "string",
|
|
2880
2880
|
"title": "Description",
|
|
2881
2881
|
"minLength": 0,
|
|
2882
|
-
"@mapping": "
|
|
2882
|
+
"@mapping": "shapedb:Category.SyUhgBg24"
|
|
2883
2883
|
},
|
|
2884
2884
|
"name": {
|
|
2885
2885
|
"type": "string",
|
|
2886
2886
|
"title": "Name",
|
|
2887
2887
|
"minLength": 1,
|
|
2888
|
-
"@mapping": "
|
|
2888
|
+
"@mapping": "shapedb:Category.HyzieSx2V"
|
|
2889
2889
|
}
|
|
2890
2890
|
},
|
|
2891
2891
|
"required": [
|
|
@@ -2907,13 +2907,13 @@
|
|
|
2907
2907
|
"type": "string",
|
|
2908
2908
|
"title": "Description",
|
|
2909
2909
|
"minLength": 0,
|
|
2910
|
-
"@mapping": "
|
|
2910
|
+
"@mapping": "shapedb:CollateralType.BJx4YSg34"
|
|
2911
2911
|
},
|
|
2912
2912
|
"name": {
|
|
2913
2913
|
"type": "string",
|
|
2914
2914
|
"title": "Name",
|
|
2915
2915
|
"minLength": 1,
|
|
2916
|
-
"@mapping": "
|
|
2916
|
+
"@mapping": "shapedb:CollateralType.S1s7KSen4"
|
|
2917
2917
|
}
|
|
2918
2918
|
},
|
|
2919
2919
|
"required": [
|
|
@@ -2935,7 +2935,7 @@
|
|
|
2935
2935
|
"type": "string",
|
|
2936
2936
|
"title": "Name",
|
|
2937
2937
|
"minLength": 1,
|
|
2938
|
-
"@mapping": "
|
|
2938
|
+
"@mapping": "shapedb:ExternalAppCategory.BkiFLPl3V"
|
|
2939
2939
|
}
|
|
2940
2940
|
}
|
|
2941
2941
|
}
|
|
@@ -2956,28 +2956,28 @@
|
|
|
2956
2956
|
"items": {
|
|
2957
2957
|
"$ref": "#/shapes/VendorContacts/schema"
|
|
2958
2958
|
},
|
|
2959
|
-
"@mapping": "
|
|
2959
|
+
"@mapping": "shapedb:Vendor.S1JNX8gnV"
|
|
2960
2960
|
},
|
|
2961
2961
|
"description": {
|
|
2962
2962
|
"type": "string",
|
|
2963
2963
|
"title": "Description",
|
|
2964
2964
|
"minLength": 1,
|
|
2965
|
-
"@mapping": "
|
|
2965
|
+
"@mapping": "shapedb:Vendor.ByLUM8l2N"
|
|
2966
2966
|
},
|
|
2967
2967
|
"generalSalesAndEnquiries": {
|
|
2968
2968
|
"title": "General Sales and Enquiries",
|
|
2969
2969
|
"description": "Displayed on Store ",
|
|
2970
|
-
"@mapping": "
|
|
2970
|
+
"@mapping": "shapedb:Vendor.HJ29X8g2V",
|
|
2971
2971
|
"$ref": "#/shapes/VendorGeneralSalesAndEnquiries/schema"
|
|
2972
2972
|
},
|
|
2973
2973
|
"hq": {
|
|
2974
2974
|
"title": "HQ",
|
|
2975
|
-
"@mapping": "
|
|
2975
|
+
"@mapping": "shapedb:Vendor.S1icf8gn4",
|
|
2976
2976
|
"$ref": "#/shapes/VendorHq/schema"
|
|
2977
2977
|
},
|
|
2978
2978
|
"logo": {
|
|
2979
2979
|
"title": "Logo",
|
|
2980
|
-
"@mapping": "
|
|
2980
|
+
"@mapping": "shapedb:Vendor.rkqwMUg34",
|
|
2981
2981
|
"@backreference": {
|
|
2982
2982
|
"enabled": true
|
|
2983
2983
|
},
|
|
@@ -2987,8 +2987,8 @@
|
|
|
2987
2987
|
},
|
|
2988
2988
|
"@args": "TSRelationshipArgs",
|
|
2989
2989
|
"@resolver": {
|
|
2990
|
-
"name": "
|
|
2991
|
-
"service": "
|
|
2990
|
+
"name": "shapedb:getRelated",
|
|
2991
|
+
"service": "shapedb",
|
|
2992
2992
|
"options": {
|
|
2993
2993
|
"nullable": true
|
|
2994
2994
|
}
|
|
@@ -2998,13 +2998,13 @@
|
|
|
2998
2998
|
"type": "string",
|
|
2999
2999
|
"title": "Name",
|
|
3000
3000
|
"minLength": 1,
|
|
3001
|
-
"@mapping": "
|
|
3001
|
+
"@mapping": "shapedb:Vendor.Syy8GLxh4"
|
|
3002
3002
|
},
|
|
3003
3003
|
"website": {
|
|
3004
3004
|
"type": "string",
|
|
3005
3005
|
"title": "Website",
|
|
3006
3006
|
"minLength": 0,
|
|
3007
|
-
"@mapping": "
|
|
3007
|
+
"@mapping": "shapedb:Vendor.B1YuzIe34"
|
|
3008
3008
|
},
|
|
3009
3009
|
"yearFounded": {
|
|
3010
3010
|
"type": "number",
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
"@l10n": false,
|
|
3013
3013
|
"maximum": 2019,
|
|
3014
3014
|
"minimum": 1980,
|
|
3015
|
-
"@mapping": "
|
|
3015
|
+
"@mapping": "shapedb:Vendor.rkBZqJGnN"
|
|
3016
3016
|
}
|
|
3017
3017
|
},
|
|
3018
3018
|
"required": [
|
|
@@ -3046,25 +3046,25 @@
|
|
|
3046
3046
|
"title": "Business"
|
|
3047
3047
|
}
|
|
3048
3048
|
],
|
|
3049
|
-
"@mapping": "
|
|
3049
|
+
"@mapping": "shapedb:VendorContactsContactObject.ByVZ4Ix3V"
|
|
3050
3050
|
},
|
|
3051
3051
|
"email": {
|
|
3052
3052
|
"type": "string",
|
|
3053
3053
|
"title": "Email",
|
|
3054
3054
|
"minLength": 0,
|
|
3055
|
-
"@mapping": "
|
|
3055
|
+
"@mapping": "shapedb:VendorContactsContactObject.Hki_Q8x3N"
|
|
3056
3056
|
},
|
|
3057
3057
|
"name": {
|
|
3058
3058
|
"type": "string",
|
|
3059
3059
|
"title": "Name",
|
|
3060
3060
|
"minLength": 0,
|
|
3061
|
-
"@mapping": "
|
|
3061
|
+
"@mapping": "shapedb:VendorContactsContactObject.BySOXUlnN"
|
|
3062
3062
|
},
|
|
3063
3063
|
"phone": {
|
|
3064
3064
|
"type": "string",
|
|
3065
3065
|
"title": "Phone",
|
|
3066
3066
|
"minLength": 0,
|
|
3067
|
-
"@mapping": "
|
|
3067
|
+
"@mapping": "shapedb:VendorContactsContactObject.S1UKQIeh4"
|
|
3068
3068
|
}
|
|
3069
3069
|
}
|
|
3070
3070
|
}
|
|
@@ -3078,7 +3078,7 @@
|
|
|
3078
3078
|
"properties": {
|
|
3079
3079
|
"contactObject": {
|
|
3080
3080
|
"title": "Contact Object",
|
|
3081
|
-
"@mapping": "
|
|
3081
|
+
"@mapping": "shapedb:VendorContacts.rynrXUe2N",
|
|
3082
3082
|
"$ref": "#/shapes/VendorContactsContactObject/schema"
|
|
3083
3083
|
}
|
|
3084
3084
|
}
|
|
@@ -3095,13 +3095,13 @@
|
|
|
3095
3095
|
"type": "string",
|
|
3096
3096
|
"title": "Email",
|
|
3097
3097
|
"minLength": 0,
|
|
3098
|
-
"@mapping": "
|
|
3098
|
+
"@mapping": "shapedb:VendorGeneralSalesAndEnquiries.HJDyELxnN"
|
|
3099
3099
|
},
|
|
3100
3100
|
"phone": {
|
|
3101
3101
|
"type": "string",
|
|
3102
3102
|
"title": "Phone",
|
|
3103
3103
|
"minLength": 0,
|
|
3104
|
-
"@mapping": "
|
|
3104
|
+
"@mapping": "shapedb:VendorGeneralSalesAndEnquiries.Hkv0m8g3E"
|
|
3105
3105
|
}
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
@@ -3117,43 +3117,43 @@
|
|
|
3117
3117
|
"type": "string",
|
|
3118
3118
|
"title": "Address 1",
|
|
3119
3119
|
"minLength": 0,
|
|
3120
|
-
"@mapping": "
|
|
3120
|
+
"@mapping": "shapedb:VendorHq.BJw2MLl3E"
|
|
3121
3121
|
},
|
|
3122
3122
|
"address2": {
|
|
3123
3123
|
"type": "string",
|
|
3124
3124
|
"title": "Address 2",
|
|
3125
3125
|
"minLength": 0,
|
|
3126
|
-
"@mapping": "
|
|
3126
|
+
"@mapping": "shapedb:VendorHq.ryL6MUl3V"
|
|
3127
3127
|
},
|
|
3128
3128
|
"city": {
|
|
3129
3129
|
"type": "object",
|
|
3130
3130
|
"title": "City",
|
|
3131
|
-
"@mapping": "
|
|
3131
|
+
"@mapping": "shapedb:VendorHq.BJbAMIx3N",
|
|
3132
3132
|
"@tag": "draftjs"
|
|
3133
3133
|
},
|
|
3134
3134
|
"country": {
|
|
3135
3135
|
"type": "string",
|
|
3136
3136
|
"title": "Country",
|
|
3137
3137
|
"minLength": 0,
|
|
3138
|
-
"@mapping": "
|
|
3138
|
+
"@mapping": "shapedb:VendorHq.HkcJQUg34"
|
|
3139
3139
|
},
|
|
3140
3140
|
"phone": {
|
|
3141
3141
|
"type": "string",
|
|
3142
3142
|
"title": "Phone",
|
|
3143
3143
|
"minLength": 0,
|
|
3144
|
-
"@mapping": "
|
|
3144
|
+
"@mapping": "shapedb:VendorHq.SJMl7Ix3E"
|
|
3145
3145
|
},
|
|
3146
3146
|
"state": {
|
|
3147
3147
|
"type": "string",
|
|
3148
3148
|
"title": "State",
|
|
3149
3149
|
"minLength": 0,
|
|
3150
|
-
"@mapping": "
|
|
3150
|
+
"@mapping": "shapedb:VendorHq.Hyt0f8x24"
|
|
3151
3151
|
},
|
|
3152
3152
|
"zip": {
|
|
3153
3153
|
"type": "string",
|
|
3154
3154
|
"title": "Zip",
|
|
3155
3155
|
"minLength": 0,
|
|
3156
|
-
"@mapping": "
|
|
3156
|
+
"@mapping": "shapedb:VendorHq.SJQJmUen4"
|
|
3157
3157
|
}
|
|
3158
3158
|
}
|
|
3159
3159
|
}
|
|
@@ -3170,7 +3170,7 @@
|
|
|
3170
3170
|
"properties": {
|
|
3171
3171
|
"categories": {
|
|
3172
3172
|
"title": "Categories",
|
|
3173
|
-
"@mapping": "
|
|
3173
|
+
"@mapping": "shapedb:SolutionRevision.ByfYMrlnV",
|
|
3174
3174
|
"items": {
|
|
3175
3175
|
"@ref": "local:Category"
|
|
3176
3176
|
},
|
|
@@ -3186,8 +3186,8 @@
|
|
|
3186
3186
|
},
|
|
3187
3187
|
"@args": "TSRelationshipArgs",
|
|
3188
3188
|
"@resolver": {
|
|
3189
|
-
"name": "
|
|
3190
|
-
"service": "
|
|
3189
|
+
"name": "shapedb:getRelated",
|
|
3190
|
+
"service": "shapedb",
|
|
3191
3191
|
"options": {
|
|
3192
3192
|
"nullable": true
|
|
3193
3193
|
}
|
|
@@ -3199,16 +3199,16 @@
|
|
|
3199
3199
|
"items": {
|
|
3200
3200
|
"$ref": "#/shapes/SolutionRevisionCollaterals/schema"
|
|
3201
3201
|
},
|
|
3202
|
-
"@mapping": "
|
|
3202
|
+
"@mapping": "shapedb:SolutionRevision.B1BbOSl24"
|
|
3203
3203
|
},
|
|
3204
3204
|
"containerisation": {
|
|
3205
3205
|
"title": "Containerisation",
|
|
3206
|
-
"@mapping": "
|
|
3206
|
+
"@mapping": "shapedb:SolutionRevision.HkPABLx3N",
|
|
3207
3207
|
"$ref": "#/shapes/SolutionRevisionContainerisation/schema"
|
|
3208
3208
|
},
|
|
3209
3209
|
"cspTemplates": {
|
|
3210
3210
|
"title": "CSP Templates",
|
|
3211
|
-
"@mapping": "
|
|
3211
|
+
"@mapping": "shapedb:SolutionRevision.rk_BL8xh4",
|
|
3212
3212
|
"$ref": "#/shapes/SolutionRevisionCspTemplates/schema"
|
|
3213
3213
|
},
|
|
3214
3214
|
"customers": {
|
|
@@ -3217,14 +3217,14 @@
|
|
|
3217
3217
|
"items": {
|
|
3218
3218
|
"$ref": "#/shapes/SolutionRevisionCustomers/schema"
|
|
3219
3219
|
},
|
|
3220
|
-
"@mapping": "
|
|
3220
|
+
"@mapping": "shapedb:SolutionRevision.HyG0VKb2V"
|
|
3221
3221
|
},
|
|
3222
3222
|
"featured": {
|
|
3223
3223
|
"type": "boolean",
|
|
3224
3224
|
"default": false,
|
|
3225
3225
|
"title": "Featured",
|
|
3226
3226
|
"@l10n": false,
|
|
3227
|
-
"@mapping": "
|
|
3227
|
+
"@mapping": "shapedb:SolutionRevision.Bkz0XSe2E"
|
|
3228
3228
|
},
|
|
3229
3229
|
"features": {
|
|
3230
3230
|
"type": "array",
|
|
@@ -3232,7 +3232,7 @@
|
|
|
3232
3232
|
"items": {
|
|
3233
3233
|
"$ref": "#/shapes/SolutionRevisionFeatures/schema"
|
|
3234
3234
|
},
|
|
3235
|
-
"@mapping": "
|
|
3235
|
+
"@mapping": "shapedb:SolutionRevision.Hyv-NrehE"
|
|
3236
3236
|
},
|
|
3237
3237
|
"images": {
|
|
3238
3238
|
"type": "array",
|
|
@@ -3240,16 +3240,16 @@
|
|
|
3240
3240
|
"items": {
|
|
3241
3241
|
"$ref": "#/shapes/SolutionRevisionImages/schema"
|
|
3242
3242
|
},
|
|
3243
|
-
"@mapping": "
|
|
3243
|
+
"@mapping": "shapedb:SolutionRevision.rJw0Lrx3N"
|
|
3244
3244
|
},
|
|
3245
3245
|
"infrastructureRequirements": {
|
|
3246
3246
|
"title": "Infrastructure Requirements",
|
|
3247
|
-
"@mapping": "
|
|
3247
|
+
"@mapping": "shapedb:SolutionRevision.BJOIPIg3E",
|
|
3248
3248
|
"$ref": "#/shapes/SolutionRevisionInfrastructureRequirements/schema"
|
|
3249
3249
|
},
|
|
3250
3250
|
"matterTypes": {
|
|
3251
3251
|
"title": "Matter Types",
|
|
3252
|
-
"@mapping": "
|
|
3252
|
+
"@mapping": "shapedb:SolutionRevision.SJ6hMHg3V",
|
|
3253
3253
|
"items": {
|
|
3254
3254
|
"@ref": "local:MatterType"
|
|
3255
3255
|
},
|
|
@@ -3265,8 +3265,8 @@
|
|
|
3265
3265
|
},
|
|
3266
3266
|
"@args": "TSRelationshipArgs",
|
|
3267
3267
|
"@resolver": {
|
|
3268
|
-
"name": "
|
|
3269
|
-
"service": "
|
|
3268
|
+
"name": "shapedb:getRelated",
|
|
3269
|
+
"service": "shapedb",
|
|
3270
3270
|
"options": {
|
|
3271
3271
|
"nullable": true
|
|
3272
3272
|
}
|
|
@@ -3277,24 +3277,24 @@
|
|
|
3277
3277
|
"default": false,
|
|
3278
3278
|
"title": "On Platform Purchase",
|
|
3279
3279
|
"@l10n": false,
|
|
3280
|
-
"@mapping": "
|
|
3280
|
+
"@mapping": "shapedb:SolutionRevision.rJ_15rg3N"
|
|
3281
3281
|
},
|
|
3282
3282
|
"overview": {
|
|
3283
3283
|
"type": "string",
|
|
3284
3284
|
"title": "Overview",
|
|
3285
3285
|
"minLength": 0,
|
|
3286
|
-
"@mapping": "
|
|
3286
|
+
"@mapping": "shapedb:SolutionRevision.HJ46LBlnN"
|
|
3287
3287
|
},
|
|
3288
3288
|
"pilot": {
|
|
3289
3289
|
"type": "boolean",
|
|
3290
3290
|
"default": false,
|
|
3291
3291
|
"title": "Pilot",
|
|
3292
3292
|
"@l10n": false,
|
|
3293
|
-
"@mapping": "
|
|
3293
|
+
"@mapping": "shapedb:SolutionRevision.Syr6mrghE"
|
|
3294
3294
|
},
|
|
3295
3295
|
"practiseAreas": {
|
|
3296
3296
|
"title": "Practise Areas",
|
|
3297
|
-
"@mapping": "
|
|
3297
|
+
"@mapping": "shapedb:SolutionRevision.BJACMBe2V",
|
|
3298
3298
|
"items": {
|
|
3299
3299
|
"@ref": "local:PracticeArea"
|
|
3300
3300
|
},
|
|
@@ -3310,8 +3310,8 @@
|
|
|
3310
3310
|
},
|
|
3311
3311
|
"@args": "TSRelationshipArgs",
|
|
3312
3312
|
"@resolver": {
|
|
3313
|
-
"name": "
|
|
3314
|
-
"service": "
|
|
3313
|
+
"name": "shapedb:getRelated",
|
|
3314
|
+
"service": "shapedb",
|
|
3315
3315
|
"options": {
|
|
3316
3316
|
"nullable": true
|
|
3317
3317
|
}
|
|
@@ -3319,7 +3319,7 @@
|
|
|
3319
3319
|
},
|
|
3320
3320
|
"purpose": {
|
|
3321
3321
|
"title": "Purpose",
|
|
3322
|
-
"@mapping": "
|
|
3322
|
+
"@mapping": "shapedb:SolutionRevision.HkVlmBl2V",
|
|
3323
3323
|
"items": {
|
|
3324
3324
|
"@ref": "local:Purpose"
|
|
3325
3325
|
},
|
|
@@ -3335,8 +3335,8 @@
|
|
|
3335
3335
|
},
|
|
3336
3336
|
"@args": "TSRelationshipArgs",
|
|
3337
3337
|
"@resolver": {
|
|
3338
|
-
"name": "
|
|
3339
|
-
"service": "
|
|
3338
|
+
"name": "shapedb:getRelated",
|
|
3339
|
+
"service": "shapedb",
|
|
3340
3340
|
"options": {
|
|
3341
3341
|
"nullable": true
|
|
3342
3342
|
}
|
|
@@ -3346,28 +3346,28 @@
|
|
|
3346
3346
|
"type": "string",
|
|
3347
3347
|
"title": "Revision ID",
|
|
3348
3348
|
"minLength": 1,
|
|
3349
|
-
"@mapping": "
|
|
3349
|
+
"@mapping": "shapedb:SolutionRevision.Hyge38gh4"
|
|
3350
3350
|
},
|
|
3351
3351
|
"saaSBusiness": {
|
|
3352
3352
|
"title": "SaaS Business",
|
|
3353
|
-
"@mapping": "
|
|
3353
|
+
"@mapping": "shapedb:SolutionRevision.r1Q08LehE",
|
|
3354
3354
|
"$ref": "#/shapes/SolutionRevisionSaaSBusiness/schema"
|
|
3355
3355
|
},
|
|
3356
3356
|
"softwarePrerequisites": {
|
|
3357
3357
|
"type": "string",
|
|
3358
3358
|
"title": "Software Prerequisites",
|
|
3359
3359
|
"minLength": 0,
|
|
3360
|
-
"@mapping": "
|
|
3360
|
+
"@mapping": "shapedb:SolutionRevision.SkxG9Sx3N"
|
|
3361
3361
|
},
|
|
3362
3362
|
"tagline": {
|
|
3363
3363
|
"type": "string",
|
|
3364
3364
|
"title": "Tagline",
|
|
3365
3365
|
"minLength": 0,
|
|
3366
|
-
"@mapping": "
|
|
3366
|
+
"@mapping": "shapedb:SolutionRevision.By98zrehV"
|
|
3367
3367
|
},
|
|
3368
3368
|
"technologies": {
|
|
3369
3369
|
"title": "Technologies",
|
|
3370
|
-
"@mapping": "
|
|
3370
|
+
"@mapping": "shapedb:SolutionRevision.HJr-mrxh4",
|
|
3371
3371
|
"items": {
|
|
3372
3372
|
"@ref": "local:Technology"
|
|
3373
3373
|
},
|
|
@@ -3383,8 +3383,8 @@
|
|
|
3383
3383
|
},
|
|
3384
3384
|
"@args": "TSRelationshipArgs",
|
|
3385
3385
|
"@resolver": {
|
|
3386
|
-
"name": "
|
|
3387
|
-
"service": "
|
|
3386
|
+
"name": "shapedb:getRelated",
|
|
3387
|
+
"service": "shapedb",
|
|
3388
3388
|
"options": {
|
|
3389
3389
|
"nullable": true
|
|
3390
3390
|
}
|
|
@@ -3392,7 +3392,7 @@
|
|
|
3392
3392
|
},
|
|
3393
3393
|
"tenancy": {
|
|
3394
3394
|
"title": "Tenancy",
|
|
3395
|
-
"@mapping": "
|
|
3395
|
+
"@mapping": "shapedb:SolutionRevision.SklwcSl3E",
|
|
3396
3396
|
"$ref": "#/shapes/SolutionRevisionTenancy/schema"
|
|
3397
3397
|
},
|
|
3398
3398
|
"testDrive": {
|
|
@@ -3400,11 +3400,11 @@
|
|
|
3400
3400
|
"default": false,
|
|
3401
3401
|
"title": "Test Drive",
|
|
3402
3402
|
"@l10n": false,
|
|
3403
|
-
"@mapping": "
|
|
3403
|
+
"@mapping": "shapedb:SolutionRevision.rya2QrxhN"
|
|
3404
3404
|
},
|
|
3405
3405
|
"vendor": {
|
|
3406
3406
|
"title": "Vendor",
|
|
3407
|
-
"@mapping": "
|
|
3407
|
+
"@mapping": "shapedb:SolutionRevision.SyCV4Lg3V",
|
|
3408
3408
|
"@backreference": {
|
|
3409
3409
|
"enabled": true
|
|
3410
3410
|
},
|
|
@@ -3414,8 +3414,8 @@
|
|
|
3414
3414
|
},
|
|
3415
3415
|
"@args": "TSRelationshipArgs",
|
|
3416
3416
|
"@resolver": {
|
|
3417
|
-
"name": "
|
|
3418
|
-
"service": "
|
|
3417
|
+
"name": "shapedb:getRelated",
|
|
3418
|
+
"service": "shapedb",
|
|
3419
3419
|
"options": {
|
|
3420
3420
|
"nullable": true
|
|
3421
3421
|
}
|
|
@@ -3427,17 +3427,17 @@
|
|
|
3427
3427
|
"items": {
|
|
3428
3428
|
"$ref": "#/shapes/SolutionRevisionVideos/schema"
|
|
3429
3429
|
},
|
|
3430
|
-
"@mapping": "
|
|
3430
|
+
"@mapping": "shapedb:SolutionRevision.HJNRDrg2N"
|
|
3431
3431
|
},
|
|
3432
3432
|
"webServicePrerequisites": {
|
|
3433
3433
|
"type": "string",
|
|
3434
3434
|
"title": "Web Service Prerequisites",
|
|
3435
3435
|
"minLength": 0,
|
|
3436
|
-
"@mapping": "
|
|
3436
|
+
"@mapping": "shapedb:SolutionRevision.BJV79BlnE"
|
|
3437
3437
|
},
|
|
3438
3438
|
"worksWith": {
|
|
3439
3439
|
"title": "Works With",
|
|
3440
|
-
"@mapping": "
|
|
3440
|
+
"@mapping": "shapedb:SolutionRevision.ryuaELl24",
|
|
3441
3441
|
"$ref": "#/shapes/SolutionRevisionWorksWith/schema"
|
|
3442
3442
|
}
|
|
3443
3443
|
},
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
"properties": {
|
|
3456
3456
|
"collateral": {
|
|
3457
3457
|
"title": "Collateral",
|
|
3458
|
-
"@mapping": "
|
|
3458
|
+
"@mapping": "shapedb:SolutionRevisionCollaterals.rkcH_HlnN",
|
|
3459
3459
|
"@backreference": {
|
|
3460
3460
|
"enabled": true
|
|
3461
3461
|
},
|
|
@@ -3465,8 +3465,8 @@
|
|
|
3465
3465
|
},
|
|
3466
3466
|
"@args": "TSRelationshipArgs",
|
|
3467
3467
|
"@resolver": {
|
|
3468
|
-
"name": "
|
|
3469
|
-
"service": "
|
|
3468
|
+
"name": "shapedb:getRelated",
|
|
3469
|
+
"service": "shapedb",
|
|
3470
3470
|
"options": {
|
|
3471
3471
|
"nullable": true
|
|
3472
3472
|
}
|
|
@@ -3474,7 +3474,7 @@
|
|
|
3474
3474
|
},
|
|
3475
3475
|
"collateralType": {
|
|
3476
3476
|
"title": "Collateral Type",
|
|
3477
|
-
"@mapping": "
|
|
3477
|
+
"@mapping": "shapedb:SolutionRevisionCollaterals.ryBKFHx3N",
|
|
3478
3478
|
"@backreference": {
|
|
3479
3479
|
"enabled": true
|
|
3480
3480
|
},
|
|
@@ -3484,8 +3484,8 @@
|
|
|
3484
3484
|
},
|
|
3485
3485
|
"@args": "TSRelationshipArgs",
|
|
3486
3486
|
"@resolver": {
|
|
3487
|
-
"name": "
|
|
3488
|
-
"service": "
|
|
3487
|
+
"name": "shapedb:getRelated",
|
|
3488
|
+
"service": "shapedb",
|
|
3489
3489
|
"options": {
|
|
3490
3490
|
"nullable": true
|
|
3491
3491
|
}
|
|
@@ -3530,14 +3530,14 @@
|
|
|
3530
3530
|
"title": "GCP Only"
|
|
3531
3531
|
}
|
|
3532
3532
|
],
|
|
3533
|
-
"@mapping": "
|
|
3533
|
+
"@mapping": "shapedb:SolutionRevisionContainerisation.BkjJUIe2N"
|
|
3534
3534
|
},
|
|
3535
3535
|
"containerised": {
|
|
3536
3536
|
"type": "boolean",
|
|
3537
3537
|
"default": false,
|
|
3538
3538
|
"title": "Containerised",
|
|
3539
3539
|
"@l10n": false,
|
|
3540
|
-
"@mapping": "
|
|
3540
|
+
"@mapping": "shapedb:SolutionRevisionContainerisation.Byg1U8ehE"
|
|
3541
3541
|
}
|
|
3542
3542
|
}
|
|
3543
3543
|
}
|
|
@@ -3581,14 +3581,14 @@
|
|
|
3581
3581
|
}
|
|
3582
3582
|
]
|
|
3583
3583
|
},
|
|
3584
|
-
"@mapping": "
|
|
3584
|
+
"@mapping": "shapedb:SolutionRevisionCspTemplates.rJ4_LIgh4"
|
|
3585
3585
|
},
|
|
3586
3586
|
"templatized": {
|
|
3587
3587
|
"type": "boolean",
|
|
3588
3588
|
"default": false,
|
|
3589
3589
|
"title": "Templatized",
|
|
3590
3590
|
"@l10n": false,
|
|
3591
|
-
"@mapping": "
|
|
3591
|
+
"@mapping": "shapedb:SolutionRevisionCspTemplates.HkMv8Ue3N"
|
|
3592
3592
|
}
|
|
3593
3593
|
}
|
|
3594
3594
|
}
|
|
@@ -3604,13 +3604,13 @@
|
|
|
3604
3604
|
"type": "string",
|
|
3605
3605
|
"title": "Name",
|
|
3606
3606
|
"minLength": 0,
|
|
3607
|
-
"@mapping": "
|
|
3607
|
+
"@mapping": "shapedb:SolutionRevisionCustomers.rkykrY-hV"
|
|
3608
3608
|
},
|
|
3609
3609
|
"url": {
|
|
3610
3610
|
"type": "string",
|
|
3611
3611
|
"title": "URL",
|
|
3612
3612
|
"minLength": 0,
|
|
3613
|
-
"@mapping": "
|
|
3613
|
+
"@mapping": "shapedb:SolutionRevisionCustomers.SJwJSYZ34"
|
|
3614
3614
|
}
|
|
3615
3615
|
}
|
|
3616
3616
|
}
|
|
@@ -3626,13 +3626,13 @@
|
|
|
3626
3626
|
"type": "string",
|
|
3627
3627
|
"title": "Description",
|
|
3628
3628
|
"minLength": 0,
|
|
3629
|
-
"@mapping": "
|
|
3629
|
+
"@mapping": "shapedb:SolutionRevisionFeatures.S1hXESl2N"
|
|
3630
3630
|
},
|
|
3631
3631
|
"name": {
|
|
3632
3632
|
"type": "string",
|
|
3633
3633
|
"title": "Name",
|
|
3634
3634
|
"minLength": 0,
|
|
3635
|
-
"@mapping": "
|
|
3635
|
+
"@mapping": "shapedb:SolutionRevisionFeatures.SJlXVHen4"
|
|
3636
3636
|
}
|
|
3637
3637
|
}
|
|
3638
3638
|
}
|
|
@@ -3646,7 +3646,7 @@
|
|
|
3646
3646
|
"properties": {
|
|
3647
3647
|
"image": {
|
|
3648
3648
|
"title": "Image",
|
|
3649
|
-
"@mapping": "
|
|
3649
|
+
"@mapping": "shapedb:SolutionRevisionImages.ry-YPBenE",
|
|
3650
3650
|
"@backreference": {
|
|
3651
3651
|
"enabled": true
|
|
3652
3652
|
},
|
|
@@ -3656,8 +3656,8 @@
|
|
|
3656
3656
|
},
|
|
3657
3657
|
"@args": "TSRelationshipArgs",
|
|
3658
3658
|
"@resolver": {
|
|
3659
|
-
"name": "
|
|
3660
|
-
"service": "
|
|
3659
|
+
"name": "shapedb:getRelated",
|
|
3660
|
+
"service": "shapedb",
|
|
3661
3661
|
"options": {
|
|
3662
3662
|
"nullable": true
|
|
3663
3663
|
}
|
|
@@ -3665,7 +3665,7 @@
|
|
|
3665
3665
|
},
|
|
3666
3666
|
"imageType": {
|
|
3667
3667
|
"title": "Image Type",
|
|
3668
|
-
"@mapping": "
|
|
3668
|
+
"@mapping": "shapedb:SolutionRevisionImages.ryNHFBxnN",
|
|
3669
3669
|
"@backreference": {
|
|
3670
3670
|
"enabled": true
|
|
3671
3671
|
},
|
|
@@ -3675,8 +3675,8 @@
|
|
|
3675
3675
|
},
|
|
3676
3676
|
"@args": "TSRelationshipArgs",
|
|
3677
3677
|
"@resolver": {
|
|
3678
|
-
"name": "
|
|
3679
|
-
"service": "
|
|
3678
|
+
"name": "shapedb:getRelated",
|
|
3679
|
+
"service": "shapedb",
|
|
3680
3680
|
"options": {
|
|
3681
3681
|
"nullable": true
|
|
3682
3682
|
}
|
|
@@ -3696,35 +3696,35 @@
|
|
|
3696
3696
|
"type": "string",
|
|
3697
3697
|
"title": "GPU Model",
|
|
3698
3698
|
"minLength": 0,
|
|
3699
|
-
"@mapping": "
|
|
3699
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirementsNodes.Sy5KdUenN"
|
|
3700
3700
|
},
|
|
3701
3701
|
"gpuRequired": {
|
|
3702
3702
|
"type": "boolean",
|
|
3703
3703
|
"default": false,
|
|
3704
3704
|
"title": "GPU Required",
|
|
3705
3705
|
"@l10n": false,
|
|
3706
|
-
"@mapping": "
|
|
3706
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirementsNodes.B1yKOLx2N"
|
|
3707
3707
|
},
|
|
3708
3708
|
"ram": {
|
|
3709
3709
|
"type": "integer",
|
|
3710
3710
|
"title": "RAM",
|
|
3711
3711
|
"@l10n": false,
|
|
3712
3712
|
"minimum": 0,
|
|
3713
|
-
"@mapping": "
|
|
3713
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirementsNodes.Byi7OIg3N"
|
|
3714
3714
|
},
|
|
3715
3715
|
"storageSpace": {
|
|
3716
3716
|
"type": "integer",
|
|
3717
3717
|
"title": "Storage Space",
|
|
3718
3718
|
"@l10n": false,
|
|
3719
3719
|
"minimum": 0,
|
|
3720
|
-
"@mapping": "
|
|
3720
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirementsNodes.HyqNOUxnE"
|
|
3721
3721
|
},
|
|
3722
3722
|
"vcpUs": {
|
|
3723
3723
|
"type": "integer",
|
|
3724
3724
|
"title": "VCPUs",
|
|
3725
3725
|
"@l10n": false,
|
|
3726
3726
|
"minimum": 0,
|
|
3727
|
-
"@mapping": "
|
|
3727
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirementsNodes.Skf7_8ehN"
|
|
3728
3728
|
}
|
|
3729
3729
|
}
|
|
3730
3730
|
}
|
|
@@ -3742,13 +3742,13 @@
|
|
|
3742
3742
|
"items": {
|
|
3743
3743
|
"$ref": "#/shapes/SolutionRevisionInfrastructureRequirementsNodes/schema"
|
|
3744
3744
|
},
|
|
3745
|
-
"@mapping": "
|
|
3745
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirements.Sk2CDUgh4"
|
|
3746
3746
|
},
|
|
3747
3747
|
"typicalUsageScenario": {
|
|
3748
3748
|
"type": "string",
|
|
3749
3749
|
"title": "Typical Usage Scenario",
|
|
3750
3750
|
"minLength": 0,
|
|
3751
|
-
"@mapping": "
|
|
3751
|
+
"@mapping": "shapedb:SolutionRevisionInfrastructureRequirements.B1qOBDlh4"
|
|
3752
3752
|
}
|
|
3753
3753
|
}
|
|
3754
3754
|
}
|
|
@@ -3792,14 +3792,14 @@
|
|
|
3792
3792
|
}
|
|
3793
3793
|
]
|
|
3794
3794
|
},
|
|
3795
|
-
"@mapping": "
|
|
3795
|
+
"@mapping": "shapedb:SolutionRevisionSaaSBusiness.HJjZvLxhE"
|
|
3796
3796
|
},
|
|
3797
3797
|
"SaaS": {
|
|
3798
3798
|
"type": "boolean",
|
|
3799
3799
|
"default": false,
|
|
3800
3800
|
"title": "SaaS",
|
|
3801
3801
|
"@l10n": false,
|
|
3802
|
-
"@mapping": "
|
|
3802
|
+
"@mapping": "shapedb:SolutionRevisionSaaSBusiness.S1M1vLl2E"
|
|
3803
3803
|
}
|
|
3804
3804
|
}
|
|
3805
3805
|
}
|
|
@@ -3815,7 +3815,7 @@
|
|
|
3815
3815
|
"type": "string",
|
|
3816
3816
|
"title": "Tenancy Description",
|
|
3817
3817
|
"minLength": 0,
|
|
3818
|
-
"@mapping": "
|
|
3818
|
+
"@mapping": "shapedb:SolutionRevisionTenancy.H1-95BehE"
|
|
3819
3819
|
},
|
|
3820
3820
|
"tenancyType": {
|
|
3821
3821
|
"type": "string",
|
|
@@ -3834,7 +3834,7 @@
|
|
|
3834
3834
|
"title": "Multi Tenant"
|
|
3835
3835
|
}
|
|
3836
3836
|
],
|
|
3837
|
-
"@mapping": "
|
|
3837
|
+
"@mapping": "shapedb:SolutionRevisionTenancy.HJv_9Hl3N"
|
|
3838
3838
|
}
|
|
3839
3839
|
}
|
|
3840
3840
|
}
|
|
@@ -3848,7 +3848,7 @@
|
|
|
3848
3848
|
"properties": {
|
|
3849
3849
|
"video": {
|
|
3850
3850
|
"title": "Video",
|
|
3851
|
-
"@mapping": "
|
|
3851
|
+
"@mapping": "shapedb:SolutionRevisionVideos.SkZvOBl3V",
|
|
3852
3852
|
"@backreference": {
|
|
3853
3853
|
"enabled": true
|
|
3854
3854
|
},
|
|
@@ -3858,8 +3858,8 @@
|
|
|
3858
3858
|
},
|
|
3859
3859
|
"@args": "TSRelationshipArgs",
|
|
3860
3860
|
"@resolver": {
|
|
3861
|
-
"name": "
|
|
3862
|
-
"service": "
|
|
3861
|
+
"name": "shapedb:getRelated",
|
|
3862
|
+
"service": "shapedb",
|
|
3863
3863
|
"options": {
|
|
3864
3864
|
"nullable": true
|
|
3865
3865
|
}
|
|
@@ -3867,7 +3867,7 @@
|
|
|
3867
3867
|
},
|
|
3868
3868
|
"videoType": {
|
|
3869
3869
|
"title": "Video Type",
|
|
3870
|
-
"@mapping": "
|
|
3870
|
+
"@mapping": "shapedb:SolutionRevisionVideos.BkmUKrx3N",
|
|
3871
3871
|
"@backreference": {
|
|
3872
3872
|
"enabled": true
|
|
3873
3873
|
},
|
|
@@ -3877,8 +3877,8 @@
|
|
|
3877
3877
|
},
|
|
3878
3878
|
"@args": "TSRelationshipArgs",
|
|
3879
3879
|
"@resolver": {
|
|
3880
|
-
"name": "
|
|
3881
|
-
"service": "
|
|
3880
|
+
"name": "shapedb:getRelated",
|
|
3881
|
+
"service": "shapedb",
|
|
3882
3882
|
"options": {
|
|
3883
3883
|
"nullable": true
|
|
3884
3884
|
}
|
|
@@ -3896,7 +3896,7 @@
|
|
|
3896
3896
|
"properties": {
|
|
3897
3897
|
"externalApp": {
|
|
3898
3898
|
"title": "External App",
|
|
3899
|
-
"@mapping": "
|
|
3899
|
+
"@mapping": "shapedb:SolutionRevisionWorksWithWorksWithExternalApps.B1EwSUx3V",
|
|
3900
3900
|
"@backreference": {
|
|
3901
3901
|
"enabled": true
|
|
3902
3902
|
},
|
|
@@ -3906,8 +3906,8 @@
|
|
|
3906
3906
|
},
|
|
3907
3907
|
"@args": "TSRelationshipArgs",
|
|
3908
3908
|
"@resolver": {
|
|
3909
|
-
"name": "
|
|
3910
|
-
"service": "
|
|
3909
|
+
"name": "shapedb:getRelated",
|
|
3910
|
+
"service": "shapedb",
|
|
3911
3911
|
"options": {
|
|
3912
3912
|
"nullable": true
|
|
3913
3913
|
}
|
|
@@ -3917,7 +3917,7 @@
|
|
|
3917
3917
|
"type": "string",
|
|
3918
3918
|
"title": "Integration Description",
|
|
3919
3919
|
"minLength": 0,
|
|
3920
|
-
"@mapping": "
|
|
3920
|
+
"@mapping": "shapedb:SolutionRevisionWorksWithWorksWithExternalApps.HyodHUxnV"
|
|
3921
3921
|
}
|
|
3922
3922
|
}
|
|
3923
3923
|
}
|
|
@@ -3933,11 +3933,11 @@
|
|
|
3933
3933
|
"type": "string",
|
|
3934
3934
|
"title": "Integration Description",
|
|
3935
3935
|
"minLength": 0,
|
|
3936
|
-
"@mapping": "
|
|
3936
|
+
"@mapping": "shapedb:SolutionRevisionWorksWithWorksWithRcApps.H1uHHUl3N"
|
|
3937
3937
|
},
|
|
3938
3938
|
"rcApp": {
|
|
3939
3939
|
"title": "RC App",
|
|
3940
|
-
"@mapping": "
|
|
3940
|
+
"@mapping": "shapedb:SolutionRevisionWorksWithWorksWithRcApps.SyHeSUgnN",
|
|
3941
3941
|
"@backreference": {
|
|
3942
3942
|
"enabled": true
|
|
3943
3943
|
},
|
|
@@ -3947,8 +3947,8 @@
|
|
|
3947
3947
|
},
|
|
3948
3948
|
"@args": "TSRelationshipArgs",
|
|
3949
3949
|
"@resolver": {
|
|
3950
|
-
"name": "
|
|
3951
|
-
"service": "
|
|
3950
|
+
"name": "shapedb:getRelated",
|
|
3951
|
+
"service": "shapedb",
|
|
3952
3952
|
"options": {
|
|
3953
3953
|
"nullable": true
|
|
3954
3954
|
}
|
|
@@ -3970,7 +3970,7 @@
|
|
|
3970
3970
|
"items": {
|
|
3971
3971
|
"$ref": "#/shapes/SolutionRevisionWorksWithWorksWithExternalApps/schema"
|
|
3972
3972
|
},
|
|
3973
|
-
"@mapping": "
|
|
3973
|
+
"@mapping": "shapedb:SolutionRevisionWorksWith.BkdUH8l2E"
|
|
3974
3974
|
},
|
|
3975
3975
|
"worksWithRCApps": {
|
|
3976
3976
|
"type": "array",
|
|
@@ -3978,7 +3978,7 @@
|
|
|
3978
3978
|
"items": {
|
|
3979
3979
|
"$ref": "#/shapes/SolutionRevisionWorksWithWorksWithRcApps/schema"
|
|
3980
3980
|
},
|
|
3981
|
-
"@mapping": "
|
|
3981
|
+
"@mapping": "shapedb:SolutionRevisionWorksWith.r1q0E8ehN"
|
|
3982
3982
|
}
|
|
3983
3983
|
}
|
|
3984
3984
|
}
|
|
@@ -3997,13 +3997,13 @@
|
|
|
3997
3997
|
"type": "string",
|
|
3998
3998
|
"title": "Description",
|
|
3999
3999
|
"minLength": 0,
|
|
4000
|
-
"@mapping": "
|
|
4000
|
+
"@mapping": "shapedb:PracticeArea.SJffbSl3N"
|
|
4001
4001
|
},
|
|
4002
4002
|
"name": {
|
|
4003
4003
|
"type": "string",
|
|
4004
4004
|
"title": "Name",
|
|
4005
4005
|
"minLength": 1,
|
|
4006
|
-
"@mapping": "
|
|
4006
|
+
"@mapping": "shapedb:PracticeArea.ryPbbrehE"
|
|
4007
4007
|
}
|
|
4008
4008
|
},
|
|
4009
4009
|
"required": [
|
|
@@ -4025,13 +4025,13 @@
|
|
|
4025
4025
|
"type": "string",
|
|
4026
4026
|
"title": "Description",
|
|
4027
4027
|
"minLength": 0,
|
|
4028
|
-
"@mapping": "
|
|
4028
|
+
"@mapping": "shapedb:ImageType.S1hyYHx2E"
|
|
4029
4029
|
},
|
|
4030
4030
|
"name": {
|
|
4031
4031
|
"type": "string",
|
|
4032
4032
|
"title": "Name",
|
|
4033
4033
|
"minLength": 1,
|
|
4034
|
-
"@mapping": "
|
|
4034
|
+
"@mapping": "shapedb:ImageType.B1EkFrxhV"
|
|
4035
4035
|
}
|
|
4036
4036
|
},
|
|
4037
4037
|
"required": [
|
|
@@ -4053,13 +4053,13 @@
|
|
|
4053
4053
|
"type": "string",
|
|
4054
4054
|
"title": "Description",
|
|
4055
4055
|
"minLength": 0,
|
|
4056
|
-
"@mapping": "
|
|
4056
|
+
"@mapping": "shapedb:Technology.B18vWSl3E"
|
|
4057
4057
|
},
|
|
4058
4058
|
"name": {
|
|
4059
4059
|
"type": "string",
|
|
4060
4060
|
"title": "Name",
|
|
4061
4061
|
"minLength": 1,
|
|
4062
|
-
"@mapping": "
|
|
4062
|
+
"@mapping": "shapedb:Technology.H1bvbHen4"
|
|
4063
4063
|
}
|
|
4064
4064
|
},
|
|
4065
4065
|
"required": [
|
|
@@ -4081,7 +4081,7 @@
|
|
|
4081
4081
|
"type": "string",
|
|
4082
4082
|
"title": "Name",
|
|
4083
4083
|
"minLength": 1,
|
|
4084
|
-
"@mapping": "
|
|
4084
|
+
"@mapping": "shapedb:Solution.B1xdh8lnN"
|
|
4085
4085
|
},
|
|
4086
4086
|
"revisions": {
|
|
4087
4087
|
"type": "array",
|
|
@@ -4089,7 +4089,7 @@
|
|
|
4089
4089
|
"items": {
|
|
4090
4090
|
"$ref": "#/shapes/SolutionRevisions/schema"
|
|
4091
4091
|
},
|
|
4092
|
-
"@mapping": "
|
|
4092
|
+
"@mapping": "shapedb:Solution.HkuchIenE"
|
|
4093
4093
|
},
|
|
4094
4094
|
"status": {
|
|
4095
4095
|
"type": "string",
|
|
@@ -4115,7 +4115,7 @@
|
|
|
4115
4115
|
}
|
|
4116
4116
|
],
|
|
4117
4117
|
"minLength": 1,
|
|
4118
|
-
"@mapping": "
|
|
4118
|
+
"@mapping": "shapedb:Solution.ryTO6Ueh4"
|
|
4119
4119
|
}
|
|
4120
4120
|
},
|
|
4121
4121
|
"required": [
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"properties": {
|
|
4134
4134
|
"revision": {
|
|
4135
4135
|
"title": "Revision",
|
|
4136
|
-
"@mapping": "
|
|
4136
|
+
"@mapping": "shapedb:SolutionRevisions.BkOpnUgnN",
|
|
4137
4137
|
"@backreference": {
|
|
4138
4138
|
"enabled": true
|
|
4139
4139
|
},
|
|
@@ -4143,8 +4143,8 @@
|
|
|
4143
4143
|
},
|
|
4144
4144
|
"@args": "TSRelationshipArgs",
|
|
4145
4145
|
"@resolver": {
|
|
4146
|
-
"name": "
|
|
4147
|
-
"service": "
|
|
4146
|
+
"name": "shapedb:getRelated",
|
|
4147
|
+
"service": "shapedb",
|
|
4148
4148
|
"options": {
|
|
4149
4149
|
"nullable": true
|
|
4150
4150
|
}
|
|
@@ -4179,12 +4179,12 @@
|
|
|
4179
4179
|
"title": "Published"
|
|
4180
4180
|
}
|
|
4181
4181
|
],
|
|
4182
|
-
"@mapping": "
|
|
4182
|
+
"@mapping": "shapedb:SolutionRevisions.rkpJpLx2E"
|
|
4183
4183
|
}
|
|
4184
4184
|
}
|
|
4185
4185
|
}
|
|
4186
4186
|
}
|
|
4187
4187
|
},
|
|
4188
|
-
"schemaVersion": "3.
|
|
4188
|
+
"schemaVersion": "3.31.0",
|
|
4189
4189
|
"services": {}
|
|
4190
4190
|
}
|