@inf-monkeys-tech/monkeys 1.0.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.
Files changed (188) hide show
  1. package/README.md +38 -0
  2. package/lib/contracts/artifact.d.ts +112 -0
  3. package/lib/contracts/artifact.d.ts.map +1 -0
  4. package/lib/contracts/artifact.js +60 -0
  5. package/lib/contracts/artifact.js.map +1 -0
  6. package/lib/contracts/capability.d.ts +347 -0
  7. package/lib/contracts/capability.d.ts.map +1 -0
  8. package/lib/contracts/capability.js +135 -0
  9. package/lib/contracts/capability.js.map +1 -0
  10. package/lib/contracts/common.d.ts +32 -0
  11. package/lib/contracts/common.d.ts.map +1 -0
  12. package/lib/contracts/common.js +46 -0
  13. package/lib/contracts/common.js.map +1 -0
  14. package/lib/contracts/context.d.ts +213 -0
  15. package/lib/contracts/context.d.ts.map +1 -0
  16. package/lib/contracts/context.js +96 -0
  17. package/lib/contracts/context.js.map +1 -0
  18. package/lib/contracts/continuity.d.ts +142 -0
  19. package/lib/contracts/continuity.d.ts.map +1 -0
  20. package/lib/contracts/continuity.js +66 -0
  21. package/lib/contracts/continuity.js.map +1 -0
  22. package/lib/contracts/data.d.ts +135 -0
  23. package/lib/contracts/data.d.ts.map +1 -0
  24. package/lib/contracts/data.js +85 -0
  25. package/lib/contracts/data.js.map +1 -0
  26. package/lib/contracts/dtcg-format.schema.json +1759 -0
  27. package/lib/contracts/index.d.ts +14 -0
  28. package/lib/contracts/index.d.ts.map +1 -0
  29. package/lib/contracts/index.js +30 -0
  30. package/lib/contracts/index.js.map +1 -0
  31. package/lib/contracts/page.d.ts +482 -0
  32. package/lib/contracts/page.d.ts.map +1 -0
  33. package/lib/contracts/page.js +307 -0
  34. package/lib/contracts/page.js.map +1 -0
  35. package/lib/contracts/render.d.ts +1032 -0
  36. package/lib/contracts/render.d.ts.map +1 -0
  37. package/lib/contracts/render.js +386 -0
  38. package/lib/contracts/render.js.map +1 -0
  39. package/lib/contracts/semantic.d.ts +477 -0
  40. package/lib/contracts/semantic.d.ts.map +1 -0
  41. package/lib/contracts/semantic.js +111 -0
  42. package/lib/contracts/semantic.js.map +1 -0
  43. package/lib/contracts/tenant.d.ts +2495 -0
  44. package/lib/contracts/tenant.d.ts.map +1 -0
  45. package/lib/contracts/tenant.js +573 -0
  46. package/lib/contracts/tenant.js.map +1 -0
  47. package/lib/contracts/theme.d.ts +30 -0
  48. package/lib/contracts/theme.d.ts.map +1 -0
  49. package/lib/contracts/theme.js +55 -0
  50. package/lib/contracts/theme.js.map +1 -0
  51. package/lib/contracts/trend.d.ts +577 -0
  52. package/lib/contracts/trend.d.ts.map +1 -0
  53. package/lib/contracts/trend.js +276 -0
  54. package/lib/contracts/trend.js.map +1 -0
  55. package/lib/contracts/workflow-definition.d.ts +661 -0
  56. package/lib/contracts/workflow-definition.d.ts.map +1 -0
  57. package/lib/contracts/workflow-definition.js +337 -0
  58. package/lib/contracts/workflow-definition.js.map +1 -0
  59. package/lib/index.d.ts +7 -0
  60. package/lib/index.d.ts.map +1 -0
  61. package/lib/index.js +34 -0
  62. package/lib/index.js.map +1 -0
  63. package/lib/json-schema/agent-runtime-event.schema.json +104 -0
  64. package/lib/json-schema/application-handoff.schema.json +377 -0
  65. package/lib/json-schema/application-run.schema.json +302 -0
  66. package/lib/json-schema/artifact-manifest.schema.json +375 -0
  67. package/lib/json-schema/body-relation-record.schema.json +177 -0
  68. package/lib/json-schema/brand-body.schema.json +140 -0
  69. package/lib/json-schema/brand-genetics-profile.schema.json +169 -0
  70. package/lib/json-schema/capability-manifest.schema.json +412 -0
  71. package/lib/json-schema/capability-registry.schema.json +474 -0
  72. package/lib/json-schema/change-impact-graph.schema.json +274 -0
  73. package/lib/json-schema/completion-event.schema.json +321 -0
  74. package/lib/json-schema/completion-header.schema.json +276 -0
  75. package/lib/json-schema/concept-definition.schema.json +101 -0
  76. package/lib/json-schema/conductor-workflow-definition.schema.json +404 -0
  77. package/lib/json-schema/data-continuity-envelope.schema.json +269 -0
  78. package/lib/json-schema/domain-command-definition.schema.json +121 -0
  79. package/lib/json-schema/domain-command.schema.json +204 -0
  80. package/lib/json-schema/domain-event.schema.json +161 -0
  81. package/lib/json-schema/execution-link.schema.json +190 -0
  82. package/lib/json-schema/expiring-access-grant.schema.json +127 -0
  83. package/lib/json-schema/hotword-body.schema.json +186 -0
  84. package/lib/json-schema/index.json +56 -0
  85. package/lib/json-schema/lineage-record.schema.json +370 -0
  86. package/lib/json-schema/ontology-definition.schema.json +91 -0
  87. package/lib/json-schema/output-record.schema.json +157 -0
  88. package/lib/json-schema/overlay-node.schema.json +892 -0
  89. package/lib/json-schema/page-definition.schema.json +527 -0
  90. package/lib/json-schema/page-runtime-descriptor.schema.json +720 -0
  91. package/lib/json-schema/page-runtime-projection.schema.json +464 -0
  92. package/lib/json-schema/product-body.schema.json +178 -0
  93. package/lib/json-schema/product-declaration.schema.json +1410 -0
  94. package/lib/json-schema/projection-spec.schema.json +151 -0
  95. package/lib/json-schema/radar-action-record.schema.json +144 -0
  96. package/lib/json-schema/radar-analysis-run.schema.json +424 -0
  97. package/lib/json-schema/radar-opportunity-matrix.schema.json +155 -0
  98. package/lib/json-schema/radar-panorama.schema.json +235 -0
  99. package/lib/json-schema/radar-query-body.schema.json +101 -0
  100. package/lib/json-schema/radar-score-model-body.schema.json +88 -0
  101. package/lib/json-schema/radar-score-projection.schema.json +184 -0
  102. package/lib/json-schema/radar-selection.schema.json +134 -0
  103. package/lib/json-schema/radar-writeback-record.schema.json +124 -0
  104. package/lib/json-schema/render-node.schema.json +776 -0
  105. package/lib/json-schema/render-tree.schema.json +815 -0
  106. package/lib/json-schema/request-scope.schema.json +193 -0
  107. package/lib/json-schema/saved-radar-query.schema.json +123 -0
  108. package/lib/json-schema/tenant-product-config.schema.json +2720 -0
  109. package/lib/json-schema/tenant-runtime-config.schema.json +2654 -0
  110. package/lib/json-schema/theme-tokens.schema.json +1836 -0
  111. package/lib/json-schema/trend-ingest-run.schema.json +73 -0
  112. package/lib/json-schema/trend-metric-snapshot.schema.json +126 -0
  113. package/lib/json-schema/trend-source-record.schema.json +206 -0
  114. package/lib/json-schema/view-provider-descriptor.schema.json +317 -0
  115. package/lib/json-schema/workflow-definition.schema.json +2174 -0
  116. package/lib/runtime/capability-registry.d.ts +28 -0
  117. package/lib/runtime/capability-registry.d.ts.map +1 -0
  118. package/lib/runtime/capability-registry.js +147 -0
  119. package/lib/runtime/capability-registry.js.map +1 -0
  120. package/lib/runtime/declaration-compiler.d.ts +44 -0
  121. package/lib/runtime/declaration-compiler.d.ts.map +1 -0
  122. package/lib/runtime/declaration-compiler.js +323 -0
  123. package/lib/runtime/declaration-compiler.js.map +1 -0
  124. package/lib/runtime/index.d.ts +12 -0
  125. package/lib/runtime/index.d.ts.map +1 -0
  126. package/lib/runtime/index.js +28 -0
  127. package/lib/runtime/index.js.map +1 -0
  128. package/lib/runtime/page-compiler.d.ts +36 -0
  129. package/lib/runtime/page-compiler.d.ts.map +1 -0
  130. package/lib/runtime/page-compiler.js +220 -0
  131. package/lib/runtime/page-compiler.js.map +1 -0
  132. package/lib/runtime/product-runtime.d.ts +37 -0
  133. package/lib/runtime/product-runtime.d.ts.map +1 -0
  134. package/lib/runtime/product-runtime.js +80 -0
  135. package/lib/runtime/product-runtime.js.map +1 -0
  136. package/lib/runtime/render-tree-compiler.d.ts +11 -0
  137. package/lib/runtime/render-tree-compiler.d.ts.map +1 -0
  138. package/lib/runtime/render-tree-compiler.js +85 -0
  139. package/lib/runtime/render-tree-compiler.js.map +1 -0
  140. package/lib/runtime/tenant-config.d.ts +13 -0
  141. package/lib/runtime/tenant-config.d.ts.map +1 -0
  142. package/lib/runtime/tenant-config.js +31 -0
  143. package/lib/runtime/tenant-config.js.map +1 -0
  144. package/lib/runtime/tenant-runtime-bindings.d.ts +21 -0
  145. package/lib/runtime/tenant-runtime-bindings.d.ts.map +1 -0
  146. package/lib/runtime/tenant-runtime-bindings.js +50 -0
  147. package/lib/runtime/tenant-runtime-bindings.js.map +1 -0
  148. package/lib/runtime/theme-tokens.d.ts +2 -0
  149. package/lib/runtime/theme-tokens.d.ts.map +1 -0
  150. package/lib/runtime/theme-tokens.js +13 -0
  151. package/lib/runtime/theme-tokens.js.map +1 -0
  152. package/lib/runtime/view-provider-registry.d.ts +23 -0
  153. package/lib/runtime/view-provider-registry.d.ts.map +1 -0
  154. package/lib/runtime/view-provider-registry.js +150 -0
  155. package/lib/runtime/view-provider-registry.js.map +1 -0
  156. package/lib/runtime/view-render-model.d.ts +28 -0
  157. package/lib/runtime/view-render-model.d.ts.map +1 -0
  158. package/lib/runtime/view-render-model.js +125 -0
  159. package/lib/runtime/view-render-model.js.map +1 -0
  160. package/lib/runtime/workflow-compiler.d.ts +29 -0
  161. package/lib/runtime/workflow-compiler.d.ts.map +1 -0
  162. package/lib/runtime/workflow-compiler.js +100 -0
  163. package/lib/runtime/workflow-compiler.js.map +1 -0
  164. package/lib/schemas/index.d.ts +4461 -0
  165. package/lib/schemas/index.d.ts.map +1 -0
  166. package/lib/schemas/index.js +187 -0
  167. package/lib/schemas/index.js.map +1 -0
  168. package/lib/theme-tokens/core.d.ts +65 -0
  169. package/lib/theme-tokens/core.d.ts.map +1 -0
  170. package/lib/theme-tokens/core.js +490 -0
  171. package/lib/theme-tokens/core.js.map +1 -0
  172. package/lib/types/i18n.d.ts +19 -0
  173. package/lib/types/i18n.d.ts.map +1 -0
  174. package/lib/types/i18n.js +3 -0
  175. package/lib/types/i18n.js.map +1 -0
  176. package/lib/types/index.d.ts +4 -0
  177. package/lib/types/index.d.ts.map +1 -0
  178. package/lib/types/index.js +20 -0
  179. package/lib/types/index.js.map +1 -0
  180. package/lib/types/tool.d.ts +123 -0
  181. package/lib/types/tool.d.ts.map +1 -0
  182. package/lib/types/tool.js +20 -0
  183. package/lib/types/tool.js.map +1 -0
  184. package/lib/types/workflow.d.ts +80 -0
  185. package/lib/types/workflow.d.ts.map +1 -0
  186. package/lib/types/workflow.js +23 -0
  187. package/lib/types/workflow.js.map +1 -0
  188. package/package.json +58 -0
@@ -0,0 +1,2720 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "contract": {
6
+ "type": "string",
7
+ "const": "TenantProductConfig"
8
+ },
9
+ "tenantId": {
10
+ "type": "string",
11
+ "minLength": 1,
12
+ "maxLength": 256
13
+ },
14
+ "appId": {
15
+ "type": "string",
16
+ "minLength": 1,
17
+ "maxLength": 256
18
+ },
19
+ "environment": {
20
+ "type": "string",
21
+ "minLength": 1,
22
+ "maxLength": 256
23
+ },
24
+ "designTokens": {
25
+ "type": "object",
26
+ "properties": {
27
+ "tokenSources": {
28
+ "type": "array",
29
+ "items": {
30
+ "anyOf": [
31
+ {
32
+ "type": "object",
33
+ "properties": {
34
+ "type": {
35
+ "type": "string",
36
+ "const": "file"
37
+ },
38
+ "path": {
39
+ "type": "string",
40
+ "minLength": 1
41
+ }
42
+ },
43
+ "required": [
44
+ "type",
45
+ "path"
46
+ ],
47
+ "additionalProperties": false
48
+ },
49
+ {
50
+ "type": "object",
51
+ "properties": {
52
+ "type": {
53
+ "type": "string",
54
+ "const": "url"
55
+ },
56
+ "url": {
57
+ "type": "string",
58
+ "minLength": 1
59
+ }
60
+ },
61
+ "required": [
62
+ "type",
63
+ "url"
64
+ ],
65
+ "additionalProperties": false
66
+ },
67
+ {
68
+ "type": "object",
69
+ "properties": {
70
+ "type": {
71
+ "type": "string",
72
+ "const": "inline"
73
+ },
74
+ "document": {
75
+ "type": "object",
76
+ "propertyNames": {
77
+ "type": "string"
78
+ },
79
+ "additionalProperties": {}
80
+ }
81
+ },
82
+ "required": [
83
+ "type",
84
+ "document"
85
+ ],
86
+ "additionalProperties": false
87
+ }
88
+ ]
89
+ }
90
+ }
91
+ },
92
+ "required": [
93
+ "tokenSources"
94
+ ],
95
+ "additionalProperties": false
96
+ },
97
+ "moduleRefs": {
98
+ "default": [],
99
+ "type": "array",
100
+ "items": {
101
+ "type": "string",
102
+ "minLength": 1,
103
+ "maxLength": 256
104
+ }
105
+ },
106
+ "pageRefs": {
107
+ "default": [],
108
+ "type": "array",
109
+ "items": {
110
+ "type": "string",
111
+ "minLength": 1,
112
+ "maxLength": 256
113
+ }
114
+ },
115
+ "featureFlags": {
116
+ "default": {},
117
+ "type": "object",
118
+ "propertyNames": {
119
+ "type": "string"
120
+ },
121
+ "additionalProperties": {
122
+ "type": "boolean"
123
+ }
124
+ },
125
+ "authBinding": {
126
+ "type": "object",
127
+ "propertyNames": {
128
+ "type": "string",
129
+ "minLength": 1,
130
+ "maxLength": 256
131
+ },
132
+ "additionalProperties": {
133
+ "type": "object",
134
+ "properties": {
135
+ "kind": {
136
+ "type": "string",
137
+ "const": "auth-provider"
138
+ },
139
+ "providerId": {
140
+ "type": "string",
141
+ "minLength": 1,
142
+ "maxLength": 256
143
+ },
144
+ "policyRef": {
145
+ "type": "string",
146
+ "minLength": 1,
147
+ "maxLength": 256
148
+ }
149
+ },
150
+ "required": [
151
+ "kind",
152
+ "providerId"
153
+ ],
154
+ "additionalProperties": false
155
+ }
156
+ },
157
+ "dataBinding": {
158
+ "type": "object",
159
+ "propertyNames": {
160
+ "type": "string",
161
+ "minLength": 1,
162
+ "maxLength": 256
163
+ },
164
+ "additionalProperties": {
165
+ "anyOf": [
166
+ {
167
+ "type": "object",
168
+ "properties": {
169
+ "kind": {
170
+ "type": "string",
171
+ "const": "data-provider"
172
+ },
173
+ "providerId": {
174
+ "type": "string",
175
+ "minLength": 1,
176
+ "maxLength": 256
177
+ },
178
+ "domainRef": {
179
+ "type": "string",
180
+ "minLength": 1,
181
+ "maxLength": 256
182
+ }
183
+ },
184
+ "required": [
185
+ "kind",
186
+ "providerId"
187
+ ],
188
+ "additionalProperties": false
189
+ },
190
+ {
191
+ "type": "object",
192
+ "properties": {
193
+ "kind": {
194
+ "type": "string",
195
+ "const": "projection"
196
+ },
197
+ "projectionRef": {
198
+ "type": "string",
199
+ "minLength": 1,
200
+ "maxLength": 256
201
+ },
202
+ "domainRef": {
203
+ "type": "string",
204
+ "minLength": 1,
205
+ "maxLength": 256
206
+ }
207
+ },
208
+ "required": [
209
+ "kind",
210
+ "projectionRef"
211
+ ],
212
+ "additionalProperties": false
213
+ }
214
+ ]
215
+ }
216
+ },
217
+ "sourceMap": {
218
+ "type": "object",
219
+ "propertyNames": {
220
+ "type": "string"
221
+ },
222
+ "additionalProperties": {
223
+ "type": "string",
224
+ "minLength": 1,
225
+ "maxLength": 256
226
+ }
227
+ },
228
+ "warnings": {
229
+ "default": [],
230
+ "type": "array",
231
+ "items": {
232
+ "type": "string"
233
+ }
234
+ },
235
+ "applicationConfig": {
236
+ "type": "object",
237
+ "properties": {
238
+ "theme": {
239
+ "type": "object",
240
+ "properties": {
241
+ "id": {
242
+ "type": "string"
243
+ },
244
+ "name": {
245
+ "type": "string"
246
+ },
247
+ "title": {
248
+ "type": "string"
249
+ },
250
+ "favicon": {
251
+ "type": "object",
252
+ "properties": {
253
+ "light": {
254
+ "type": "string"
255
+ },
256
+ "dark": {
257
+ "type": "string"
258
+ }
259
+ },
260
+ "additionalProperties": false
261
+ },
262
+ "logo": {
263
+ "type": "object",
264
+ "properties": {
265
+ "light": {
266
+ "type": "string"
267
+ },
268
+ "dark": {
269
+ "type": "string"
270
+ }
271
+ },
272
+ "additionalProperties": false
273
+ },
274
+ "pwaIcon": {
275
+ "type": "string"
276
+ },
277
+ "form": {
278
+ "type": "object",
279
+ "properties": {
280
+ "variant": {
281
+ "type": "string",
282
+ "enum": [
283
+ "bento",
284
+ "ghost"
285
+ ]
286
+ }
287
+ },
288
+ "required": [
289
+ "variant"
290
+ ],
291
+ "additionalProperties": false
292
+ },
293
+ "toast": {
294
+ "type": "object",
295
+ "properties": {
296
+ "position": {
297
+ "type": "string",
298
+ "enum": [
299
+ "top-right",
300
+ "top-left",
301
+ "bottom-right",
302
+ "bottom-left",
303
+ "top-center",
304
+ "bottom-center"
305
+ ]
306
+ }
307
+ },
308
+ "required": [
309
+ "position"
310
+ ],
311
+ "additionalProperties": false
312
+ },
313
+ "icons": {
314
+ "type": "object",
315
+ "properties": {
316
+ "error": {
317
+ "type": "object",
318
+ "properties": {
319
+ "color": {
320
+ "type": "string"
321
+ },
322
+ "url": {
323
+ "type": "string"
324
+ },
325
+ "type": {
326
+ "type": "string",
327
+ "enum": [
328
+ "svg",
329
+ "image"
330
+ ]
331
+ },
332
+ "hintTextColor": {
333
+ "type": "string"
334
+ }
335
+ },
336
+ "additionalProperties": false
337
+ },
338
+ "empty": {
339
+ "type": "object",
340
+ "properties": {
341
+ "color": {
342
+ "type": "string"
343
+ },
344
+ "url": {
345
+ "type": "string"
346
+ },
347
+ "type": {
348
+ "type": "string",
349
+ "enum": [
350
+ "svg",
351
+ "image"
352
+ ]
353
+ },
354
+ "hintTextColor": {
355
+ "type": "string"
356
+ }
357
+ },
358
+ "additionalProperties": false
359
+ }
360
+ },
361
+ "additionalProperties": false
362
+ },
363
+ "views": {
364
+ "type": "object",
365
+ "properties": {
366
+ "form": {
367
+ "type": "object",
368
+ "properties": {
369
+ "toast": {
370
+ "type": "object",
371
+ "properties": {
372
+ "afterCreate": {
373
+ "type": "boolean"
374
+ },
375
+ "afterDelete": {
376
+ "type": "boolean"
377
+ }
378
+ },
379
+ "required": [
380
+ "afterCreate",
381
+ "afterDelete"
382
+ ],
383
+ "additionalProperties": false
384
+ },
385
+ "progress": {
386
+ "type": "string",
387
+ "enum": [
388
+ "estimate",
389
+ "infinite"
390
+ ]
391
+ },
392
+ "onlyResult": {
393
+ "type": "boolean"
394
+ },
395
+ "tabular": {
396
+ "type": "object",
397
+ "properties": {
398
+ "theme": {
399
+ "type": "string",
400
+ "enum": [
401
+ "default",
402
+ "tentiary",
403
+ "primary"
404
+ ]
405
+ }
406
+ },
407
+ "required": [
408
+ "theme"
409
+ ],
410
+ "additionalProperties": false
411
+ }
412
+ },
413
+ "required": [
414
+ "toast",
415
+ "progress",
416
+ "onlyResult",
417
+ "tabular"
418
+ ],
419
+ "additionalProperties": false
420
+ }
421
+ },
422
+ "required": [
423
+ "form"
424
+ ],
425
+ "additionalProperties": false
426
+ },
427
+ "loginPage": {
428
+ "type": "object",
429
+ "properties": {
430
+ "background": {
431
+ "type": "object",
432
+ "properties": {
433
+ "imageUrl": {
434
+ "type": "string"
435
+ },
436
+ "gradient": {
437
+ "type": "string"
438
+ }
439
+ },
440
+ "additionalProperties": false
441
+ },
442
+ "logo": {
443
+ "type": "object",
444
+ "properties": {
445
+ "url": {
446
+ "type": "string"
447
+ },
448
+ "lightUrl": {
449
+ "type": "string"
450
+ },
451
+ "darkUrl": {
452
+ "type": "string"
453
+ },
454
+ "position": {
455
+ "type": "string",
456
+ "enum": [
457
+ "top",
458
+ "middle",
459
+ "bottom"
460
+ ]
461
+ },
462
+ "scale": {
463
+ "type": "number",
464
+ "exclusiveMinimum": 0
465
+ }
466
+ },
467
+ "additionalProperties": false
468
+ },
469
+ "customCss": {
470
+ "type": "string"
471
+ }
472
+ },
473
+ "additionalProperties": false
474
+ },
475
+ "extraLanguageURL": {
476
+ "type": "object",
477
+ "propertyNames": {
478
+ "type": "string"
479
+ },
480
+ "additionalProperties": {
481
+ "type": "string"
482
+ }
483
+ },
484
+ "hideSpaceHeader": {
485
+ "type": "boolean"
486
+ },
487
+ "showSidebarTeamSelector": {
488
+ "type": "boolean"
489
+ },
490
+ "showWorkbenchSidebar": {
491
+ "type": "boolean"
492
+ },
493
+ "workbenchViewTheme": {
494
+ "type": "string",
495
+ "enum": [
496
+ "default",
497
+ "bsd-blue"
498
+ ]
499
+ },
500
+ "defaults": {
501
+ "type": "object",
502
+ "properties": {
503
+ "showFormInImageDetail": {
504
+ "type": "boolean"
505
+ },
506
+ "darkMode": {
507
+ "type": "string",
508
+ "enum": [
509
+ "light",
510
+ "dark",
511
+ "auto"
512
+ ]
513
+ },
514
+ "language": {
515
+ "type": "string",
516
+ "enum": [
517
+ "en-US",
518
+ "zh-CN",
519
+ "ja-JP"
520
+ ]
521
+ },
522
+ "showDarkModeToggle": {
523
+ "type": "boolean"
524
+ },
525
+ "showLanguageToggle": {
526
+ "type": "boolean"
527
+ }
528
+ },
529
+ "additionalProperties": false
530
+ },
531
+ "modules": {
532
+ "type": "object",
533
+ "properties": {
534
+ "monkeysSpaceSidebar": {
535
+ "anyOf": [
536
+ {
537
+ "type": "string",
538
+ "const": "*"
539
+ },
540
+ {
541
+ "type": "array",
542
+ "items": {
543
+ "type": "string",
544
+ "minLength": 1,
545
+ "maxLength": 256
546
+ }
547
+ }
548
+ ]
549
+ },
550
+ "monkeysSpaceHeadbar": {
551
+ "anyOf": [
552
+ {
553
+ "type": "string",
554
+ "const": "*"
555
+ },
556
+ {
557
+ "type": "array",
558
+ "items": {
559
+ "type": "object",
560
+ "properties": {
561
+ "id": {
562
+ "type": "string",
563
+ "minLength": 1,
564
+ "maxLength": 256
565
+ },
566
+ "extraInfo": {
567
+ "type": "boolean"
568
+ },
569
+ "displayName": {
570
+ "anyOf": [
571
+ {
572
+ "type": "string"
573
+ },
574
+ {
575
+ "type": "object",
576
+ "propertyNames": {
577
+ "type": "string",
578
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
579
+ },
580
+ "additionalProperties": {
581
+ "type": "string"
582
+ }
583
+ }
584
+ ]
585
+ },
586
+ "visible": {
587
+ "type": "boolean"
588
+ },
589
+ "disabled": {
590
+ "type": "boolean"
591
+ },
592
+ "icon": {
593
+ "type": "string"
594
+ },
595
+ "showQuickSwitcher": {
596
+ "type": "boolean"
597
+ },
598
+ "showSidebar": {
599
+ "type": "boolean"
600
+ }
601
+ },
602
+ "required": [
603
+ "id"
604
+ ],
605
+ "additionalProperties": false
606
+ }
607
+ }
608
+ ]
609
+ },
610
+ "settingsSidebar": {
611
+ "anyOf": [
612
+ {
613
+ "type": "string",
614
+ "const": "*"
615
+ },
616
+ {
617
+ "type": "array",
618
+ "items": {
619
+ "type": "string",
620
+ "minLength": 1,
621
+ "maxLength": 256
622
+ }
623
+ }
624
+ ]
625
+ }
626
+ },
627
+ "additionalProperties": false
628
+ },
629
+ "headbar": {
630
+ "type": "object",
631
+ "properties": {
632
+ "theme": {
633
+ "type": "string",
634
+ "enum": [
635
+ "fixed",
636
+ "card",
637
+ "glassy",
638
+ "ghost",
639
+ "bsd-blue"
640
+ ]
641
+ },
642
+ "navPosition": {
643
+ "type": "string",
644
+ "enum": [
645
+ "left",
646
+ "center",
647
+ "right"
648
+ ]
649
+ },
650
+ "actions": {
651
+ "anyOf": [
652
+ {
653
+ "type": "string",
654
+ "const": "*"
655
+ },
656
+ {
657
+ "type": "array",
658
+ "items": {
659
+ "type": "string",
660
+ "minLength": 1,
661
+ "maxLength": 256
662
+ }
663
+ }
664
+ ]
665
+ },
666
+ "profile": {
667
+ "anyOf": [
668
+ {
669
+ "type": "string",
670
+ "const": "*"
671
+ },
672
+ {
673
+ "type": "array",
674
+ "items": {
675
+ "type": "string",
676
+ "minLength": 1,
677
+ "maxLength": 256
678
+ }
679
+ }
680
+ ]
681
+ },
682
+ "showTeamQuota": {
683
+ "type": "boolean"
684
+ }
685
+ },
686
+ "additionalProperties": false
687
+ },
688
+ "kernelLayout": {
689
+ "type": "object",
690
+ "properties": {
691
+ "navigationMode": {
692
+ "type": "string",
693
+ "enum": [
694
+ "sidebar",
695
+ "topbar"
696
+ ]
697
+ },
698
+ "allowNavigationModeSwitch": {
699
+ "type": "boolean"
700
+ },
701
+ "headbar": {
702
+ "type": "object",
703
+ "properties": {
704
+ "theme": {
705
+ "type": "string",
706
+ "const": "card"
707
+ },
708
+ "layoutMode": {
709
+ "type": "string",
710
+ "enum": [
711
+ "boxed",
712
+ "full-bleed"
713
+ ]
714
+ },
715
+ "heightPx": {
716
+ "type": "number",
717
+ "exclusiveMinimum": 0
718
+ },
719
+ "navPosition": {
720
+ "type": "string",
721
+ "enum": [
722
+ "left",
723
+ "center",
724
+ "right"
725
+ ]
726
+ },
727
+ "brandTitle": {
728
+ "type": "string"
729
+ },
730
+ "menuRadius": {
731
+ "type": "string",
732
+ "enum": [
733
+ "default",
734
+ "none",
735
+ "sm",
736
+ "md",
737
+ "lg",
738
+ "xl",
739
+ "full"
740
+ ]
741
+ }
742
+ },
743
+ "additionalProperties": false
744
+ }
745
+ },
746
+ "additionalProperties": false
747
+ },
748
+ "paginationPosition": {
749
+ "type": "string",
750
+ "enum": [
751
+ "left",
752
+ "right"
753
+ ]
754
+ },
755
+ "ugcViewIconOnlyMode": {
756
+ "type": "boolean"
757
+ },
758
+ "workflowPreviewExecutionGrid": {
759
+ "type": "object",
760
+ "properties": {
761
+ "selectionModeDisplayType": {
762
+ "type": "string",
763
+ "enum": [
764
+ "operation-button",
765
+ "dropdown-menu"
766
+ ]
767
+ },
768
+ "clickBehavior": {
769
+ "type": "string",
770
+ "enum": [
771
+ "preview",
772
+ "select",
773
+ "fill-form",
774
+ "none"
775
+ ]
776
+ },
777
+ "showErrorFilter": {
778
+ "type": "boolean"
779
+ },
780
+ "displayType": {
781
+ "type": "string",
782
+ "enum": [
783
+ "grid",
784
+ "masonry"
785
+ ]
786
+ },
787
+ "showDetailButton": {
788
+ "type": "boolean"
789
+ }
790
+ },
791
+ "additionalProperties": false
792
+ },
793
+ "workbenchSidebarDefaultOpen": {
794
+ "type": "boolean"
795
+ },
796
+ "workbenchSidebarMoreAction": {
797
+ "type": "boolean"
798
+ },
799
+ "workbenchSidebarApart": {
800
+ "type": "boolean"
801
+ },
802
+ "workbenchSidebarToggleGroupDetail": {
803
+ "type": "boolean"
804
+ },
805
+ "workbenchSidebarViewType": {
806
+ "type": "boolean"
807
+ },
808
+ "workbenchSidebarFormViewEmbed": {
809
+ "type": "boolean"
810
+ },
811
+ "workbenchSidebarModernMode": {
812
+ "type": "boolean"
813
+ },
814
+ "ugc": {
815
+ "type": "object",
816
+ "properties": {
817
+ "onItemClick": {
818
+ "type": "boolean"
819
+ },
820
+ "subtitle": {
821
+ "type": "boolean"
822
+ }
823
+ },
824
+ "required": [
825
+ "onItemClick"
826
+ ],
827
+ "additionalProperties": false
828
+ },
829
+ "uniImagePreview": {
830
+ "type": "boolean"
831
+ },
832
+ "imagePreviewStyle": {
833
+ "anyOf": [
834
+ {
835
+ "type": "boolean",
836
+ "const": false
837
+ },
838
+ {
839
+ "type": "string",
840
+ "enum": [
841
+ "simple",
842
+ "normal",
843
+ "uni"
844
+ ]
845
+ }
846
+ ]
847
+ },
848
+ "teamAsUser": {
849
+ "type": "boolean"
850
+ },
851
+ "themeMode": {
852
+ "type": "string",
853
+ "enum": [
854
+ "shadow",
855
+ "border"
856
+ ]
857
+ },
858
+ "density": {
859
+ "type": "string",
860
+ "enum": [
861
+ "compact",
862
+ "default",
863
+ "comfortable"
864
+ ]
865
+ },
866
+ "pageZoom": {
867
+ "type": "number",
868
+ "exclusiveMinimum": 0
869
+ },
870
+ "miniMode": {
871
+ "type": "object",
872
+ "properties": {
873
+ "showPreviewViewExecutionResultGrid": {
874
+ "type": "boolean"
875
+ }
876
+ },
877
+ "required": [
878
+ "showPreviewViewExecutionResultGrid"
879
+ ],
880
+ "additionalProperties": false
881
+ },
882
+ "workflow": {
883
+ "type": "object",
884
+ "properties": {
885
+ "allowConcurrentRuns": {
886
+ "type": "boolean"
887
+ }
888
+ },
889
+ "required": [
890
+ "allowConcurrentRuns"
891
+ ],
892
+ "additionalProperties": false
893
+ },
894
+ "historyResult": {
895
+ "type": "object",
896
+ "properties": {
897
+ "display": {
898
+ "type": "boolean"
899
+ }
900
+ },
901
+ "required": [
902
+ "display"
903
+ ],
904
+ "additionalProperties": false
905
+ },
906
+ "uploader": {
907
+ "type": "object",
908
+ "properties": {
909
+ "orientation": {
910
+ "type": "string",
911
+ "enum": [
912
+ "vertical",
913
+ "horizontal"
914
+ ]
915
+ },
916
+ "pasteButton": {
917
+ "type": "boolean"
918
+ },
919
+ "statusText": {
920
+ "type": "boolean"
921
+ }
922
+ },
923
+ "required": [
924
+ "orientation",
925
+ "pasteButton",
926
+ "statusText"
927
+ ],
928
+ "additionalProperties": false
929
+ },
930
+ "designProjects": {
931
+ "type": "object",
932
+ "properties": {
933
+ "oneOnOne": {
934
+ "type": "boolean"
935
+ },
936
+ "newTabOpenBoard": {
937
+ "type": "boolean"
938
+ },
939
+ "defaultShowGrid": {
940
+ "type": "boolean"
941
+ },
942
+ "createDefaultFrame": {
943
+ "type": "boolean"
944
+ },
945
+ "showPageMenu": {
946
+ "type": "boolean"
947
+ },
948
+ "showMainMenu": {
949
+ "type": "boolean"
950
+ },
951
+ "showStylePanel": {
952
+ "type": "boolean"
953
+ },
954
+ "showToolbar": {
955
+ "type": "boolean"
956
+ },
957
+ "toolbarPosition": {
958
+ "type": "string",
959
+ "enum": [
960
+ "bottom",
961
+ "left"
962
+ ]
963
+ },
964
+ "showContextMenu": {
965
+ "type": "boolean"
966
+ },
967
+ "showActionsMenu": {
968
+ "type": "boolean"
969
+ },
970
+ "showPageAndLayerSidebar": {
971
+ "type": "boolean"
972
+ },
973
+ "showBoardOperationSidebar": {
974
+ "type": "boolean"
975
+ },
976
+ "showMiniToolsToolbar": {
977
+ "type": "boolean"
978
+ },
979
+ "showRightSidebar": {
980
+ "type": "boolean"
981
+ },
982
+ "showRealtimeDrawing": {
983
+ "type": "boolean"
984
+ },
985
+ "showWorkflow": {
986
+ "type": "boolean"
987
+ },
988
+ "showVersionManager": {
989
+ "type": "boolean"
990
+ },
991
+ "showAgent": {
992
+ "type": "boolean"
993
+ },
994
+ "AgentTools": {
995
+ "type": "array",
996
+ "items": {
997
+ "type": "string",
998
+ "minLength": 1,
999
+ "maxLength": 256
1000
+ }
1001
+ }
1002
+ },
1003
+ "required": [
1004
+ "oneOnOne",
1005
+ "newTabOpenBoard",
1006
+ "createDefaultFrame",
1007
+ "showPageMenu",
1008
+ "showMainMenu",
1009
+ "showStylePanel",
1010
+ "showToolbar",
1011
+ "showContextMenu",
1012
+ "showActionsMenu"
1013
+ ],
1014
+ "additionalProperties": false
1015
+ },
1016
+ "workbench": {
1017
+ "type": "object",
1018
+ "properties": {
1019
+ "pages": {
1020
+ "type": "array",
1021
+ "items": {
1022
+ "type": "object",
1023
+ "properties": {
1024
+ "definition": {
1025
+ "type": "object",
1026
+ "properties": {
1027
+ "contract": {
1028
+ "type": "string",
1029
+ "const": "PageDefinition"
1030
+ },
1031
+ "pageId": {
1032
+ "type": "string",
1033
+ "minLength": 1,
1034
+ "maxLength": 256
1035
+ },
1036
+ "ownerRepo": {
1037
+ "type": "string",
1038
+ "minLength": 1,
1039
+ "maxLength": 256
1040
+ },
1041
+ "title": {
1042
+ "anyOf": [
1043
+ {
1044
+ "type": "string",
1045
+ "minLength": 1
1046
+ },
1047
+ {
1048
+ "type": "object",
1049
+ "propertyNames": {
1050
+ "type": "string",
1051
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
1052
+ },
1053
+ "additionalProperties": {
1054
+ "type": "string",
1055
+ "minLength": 1
1056
+ }
1057
+ }
1058
+ ]
1059
+ },
1060
+ "pageType": {
1061
+ "type": "string",
1062
+ "enum": [
1063
+ "page",
1064
+ "workspace",
1065
+ "view",
1066
+ "record",
1067
+ "action",
1068
+ "overlay",
1069
+ "agent",
1070
+ "process",
1071
+ "log",
1072
+ "chat",
1073
+ "preview",
1074
+ "api",
1075
+ "enhanced",
1076
+ "agent-chat",
1077
+ "agent-config",
1078
+ "agent-log",
1079
+ "design-board",
1080
+ "global-design-board",
1081
+ "iframe"
1082
+ ]
1083
+ },
1084
+ "ownership": {
1085
+ "type": "object",
1086
+ "properties": {
1087
+ "teamId": {
1088
+ "type": "string",
1089
+ "minLength": 1,
1090
+ "maxLength": 256
1091
+ },
1092
+ "creatorRef": {
1093
+ "type": "object",
1094
+ "properties": {
1095
+ "kind": {
1096
+ "type": "string",
1097
+ "minLength": 1,
1098
+ "maxLength": 256
1099
+ },
1100
+ "id": {
1101
+ "type": "string",
1102
+ "minLength": 1,
1103
+ "maxLength": 256
1104
+ },
1105
+ "version": {
1106
+ "anyOf": [
1107
+ {
1108
+ "type": "integer",
1109
+ "exclusiveMinimum": 0,
1110
+ "maximum": 9007199254740991
1111
+ },
1112
+ {
1113
+ "type": "string",
1114
+ "minLength": 1
1115
+ }
1116
+ ]
1117
+ },
1118
+ "ownerRepo": {
1119
+ "type": "string",
1120
+ "minLength": 1,
1121
+ "maxLength": 256
1122
+ }
1123
+ },
1124
+ "required": [
1125
+ "kind",
1126
+ "id"
1127
+ ],
1128
+ "additionalProperties": false
1129
+ },
1130
+ "studioId": {
1131
+ "type": "string",
1132
+ "minLength": 1,
1133
+ "maxLength": 256
1134
+ },
1135
+ "builtIn": {
1136
+ "type": "boolean"
1137
+ }
1138
+ },
1139
+ "required": [
1140
+ "builtIn"
1141
+ ],
1142
+ "additionalProperties": false
1143
+ },
1144
+ "record": {
1145
+ "type": "object",
1146
+ "properties": {
1147
+ "createdTimestamp": {
1148
+ "type": "integer",
1149
+ "minimum": 0,
1150
+ "maximum": 9007199254740991
1151
+ },
1152
+ "updatedTimestamp": {
1153
+ "type": "integer",
1154
+ "minimum": 0,
1155
+ "maximum": 9007199254740991
1156
+ },
1157
+ "deleted": {
1158
+ "default": false,
1159
+ "type": "boolean"
1160
+ }
1161
+ },
1162
+ "required": [
1163
+ "deleted"
1164
+ ],
1165
+ "additionalProperties": false
1166
+ },
1167
+ "surface": {
1168
+ "type": "string",
1169
+ "enum": [
1170
+ "page",
1171
+ "workspace",
1172
+ "view",
1173
+ "record",
1174
+ "action",
1175
+ "overlay",
1176
+ "agent"
1177
+ ]
1178
+ },
1179
+ "routeId": {
1180
+ "type": "string",
1181
+ "minLength": 1,
1182
+ "maxLength": 256
1183
+ },
1184
+ "routePath": {
1185
+ "type": "string",
1186
+ "pattern": "^\\/(?!\\/)"
1187
+ },
1188
+ "rendererKey": {
1189
+ "type": "string",
1190
+ "minLength": 1,
1191
+ "maxLength": 256
1192
+ },
1193
+ "capabilityRef": {
1194
+ "type": "object",
1195
+ "properties": {
1196
+ "kind": {
1197
+ "type": "string",
1198
+ "minLength": 1,
1199
+ "maxLength": 256
1200
+ },
1201
+ "id": {
1202
+ "type": "string",
1203
+ "minLength": 1,
1204
+ "maxLength": 256
1205
+ },
1206
+ "version": {
1207
+ "anyOf": [
1208
+ {
1209
+ "type": "integer",
1210
+ "exclusiveMinimum": 0,
1211
+ "maximum": 9007199254740991
1212
+ },
1213
+ {
1214
+ "type": "string",
1215
+ "minLength": 1
1216
+ }
1217
+ ]
1218
+ },
1219
+ "ownerRepo": {
1220
+ "type": "string",
1221
+ "minLength": 1,
1222
+ "maxLength": 256
1223
+ }
1224
+ },
1225
+ "required": [
1226
+ "kind",
1227
+ "id"
1228
+ ],
1229
+ "additionalProperties": false
1230
+ },
1231
+ "capabilityRefs": {
1232
+ "default": [],
1233
+ "type": "array",
1234
+ "items": {
1235
+ "type": "object",
1236
+ "properties": {
1237
+ "kind": {
1238
+ "type": "string",
1239
+ "minLength": 1,
1240
+ "maxLength": 256
1241
+ },
1242
+ "id": {
1243
+ "type": "string",
1244
+ "minLength": 1,
1245
+ "maxLength": 256
1246
+ },
1247
+ "version": {
1248
+ "anyOf": [
1249
+ {
1250
+ "type": "integer",
1251
+ "exclusiveMinimum": 0,
1252
+ "maximum": 9007199254740991
1253
+ },
1254
+ {
1255
+ "type": "string",
1256
+ "minLength": 1
1257
+ }
1258
+ ]
1259
+ },
1260
+ "ownerRepo": {
1261
+ "type": "string",
1262
+ "minLength": 1,
1263
+ "maxLength": 256
1264
+ }
1265
+ },
1266
+ "required": [
1267
+ "kind",
1268
+ "id"
1269
+ ],
1270
+ "additionalProperties": false
1271
+ }
1272
+ },
1273
+ "workflowRef": {
1274
+ "type": "object",
1275
+ "properties": {
1276
+ "kind": {
1277
+ "type": "string",
1278
+ "minLength": 1,
1279
+ "maxLength": 256
1280
+ },
1281
+ "id": {
1282
+ "type": "string",
1283
+ "minLength": 1,
1284
+ "maxLength": 256
1285
+ },
1286
+ "version": {
1287
+ "anyOf": [
1288
+ {
1289
+ "type": "integer",
1290
+ "exclusiveMinimum": 0,
1291
+ "maximum": 9007199254740991
1292
+ },
1293
+ {
1294
+ "type": "string",
1295
+ "minLength": 1
1296
+ }
1297
+ ]
1298
+ },
1299
+ "ownerRepo": {
1300
+ "type": "string",
1301
+ "minLength": 1,
1302
+ "maxLength": 256
1303
+ }
1304
+ },
1305
+ "required": [
1306
+ "kind",
1307
+ "id"
1308
+ ],
1309
+ "additionalProperties": false
1310
+ },
1311
+ "binding": {
1312
+ "type": "object",
1313
+ "properties": {
1314
+ "sourceRef": {
1315
+ "type": "string",
1316
+ "minLength": 1,
1317
+ "maxLength": 256
1318
+ },
1319
+ "ontologyId": {
1320
+ "type": "string",
1321
+ "minLength": 1,
1322
+ "maxLength": 256
1323
+ },
1324
+ "projectionRef": {
1325
+ "type": "string",
1326
+ "minLength": 1,
1327
+ "maxLength": 256
1328
+ },
1329
+ "stateRef": {
1330
+ "type": "string",
1331
+ "minLength": 1,
1332
+ "maxLength": 256
1333
+ }
1334
+ },
1335
+ "additionalProperties": false
1336
+ },
1337
+ "access": {
1338
+ "type": "object",
1339
+ "properties": {
1340
+ "actions": {
1341
+ "default": [],
1342
+ "type": "array",
1343
+ "items": {
1344
+ "type": "string",
1345
+ "enum": [
1346
+ "read",
1347
+ "write",
1348
+ "execute",
1349
+ "manage-permissions"
1350
+ ]
1351
+ }
1352
+ }
1353
+ },
1354
+ "required": [
1355
+ "actions"
1356
+ ],
1357
+ "additionalProperties": false
1358
+ },
1359
+ "rendererConfig": {
1360
+ "type": "object",
1361
+ "properties": {
1362
+ "schemaRef": {
1363
+ "type": "string",
1364
+ "minLength": 1,
1365
+ "maxLength": 256
1366
+ },
1367
+ "value": {
1368
+ "type": "object",
1369
+ "propertyNames": {
1370
+ "type": "string"
1371
+ },
1372
+ "additionalProperties": {
1373
+ "$ref": "#/$defs/__schema0"
1374
+ }
1375
+ }
1376
+ },
1377
+ "required": [
1378
+ "schemaRef",
1379
+ "value"
1380
+ ],
1381
+ "additionalProperties": false
1382
+ },
1383
+ "navigation": {
1384
+ "type": "object",
1385
+ "properties": {
1386
+ "label": {
1387
+ "anyOf": [
1388
+ {
1389
+ "type": "string",
1390
+ "minLength": 1
1391
+ },
1392
+ {
1393
+ "type": "object",
1394
+ "propertyNames": {
1395
+ "type": "string",
1396
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
1397
+ },
1398
+ "additionalProperties": {
1399
+ "type": "string",
1400
+ "minLength": 1
1401
+ }
1402
+ }
1403
+ ]
1404
+ },
1405
+ "iconRef": {
1406
+ "type": "string",
1407
+ "minLength": 1,
1408
+ "maxLength": 256
1409
+ },
1410
+ "parentPageId": {
1411
+ "type": "string",
1412
+ "minLength": 1,
1413
+ "maxLength": 256
1414
+ },
1415
+ "order": {
1416
+ "type": "integer",
1417
+ "minimum": -9007199254740991,
1418
+ "maximum": 9007199254740991
1419
+ },
1420
+ "hidden": {
1421
+ "default": false,
1422
+ "type": "boolean"
1423
+ },
1424
+ "pinned": {
1425
+ "default": false,
1426
+ "type": "boolean"
1427
+ }
1428
+ },
1429
+ "required": [
1430
+ "label",
1431
+ "hidden",
1432
+ "pinned"
1433
+ ],
1434
+ "additionalProperties": false
1435
+ },
1436
+ "visibility": {
1437
+ "type": "object",
1438
+ "properties": {
1439
+ "authenticated": {
1440
+ "default": true,
1441
+ "type": "boolean"
1442
+ },
1443
+ "permissionAllOf": {
1444
+ "default": [],
1445
+ "type": "array",
1446
+ "items": {
1447
+ "type": "string",
1448
+ "minLength": 1,
1449
+ "maxLength": 256
1450
+ }
1451
+ },
1452
+ "permissionAnyOf": {
1453
+ "default": [],
1454
+ "type": "array",
1455
+ "items": {
1456
+ "type": "string",
1457
+ "minLength": 1,
1458
+ "maxLength": 256
1459
+ }
1460
+ },
1461
+ "featureFlags": {
1462
+ "default": [],
1463
+ "type": "array",
1464
+ "items": {
1465
+ "type": "string",
1466
+ "minLength": 1,
1467
+ "maxLength": 256
1468
+ }
1469
+ },
1470
+ "productContexts": {
1471
+ "minItems": 1,
1472
+ "type": "array",
1473
+ "items": {
1474
+ "type": "string",
1475
+ "enum": [
1476
+ "studio",
1477
+ "kernel",
1478
+ "compute"
1479
+ ]
1480
+ }
1481
+ }
1482
+ },
1483
+ "required": [
1484
+ "authenticated",
1485
+ "permissionAllOf",
1486
+ "permissionAnyOf",
1487
+ "featureFlags",
1488
+ "productContexts"
1489
+ ],
1490
+ "additionalProperties": false
1491
+ }
1492
+ },
1493
+ "required": [
1494
+ "contract",
1495
+ "pageId",
1496
+ "ownerRepo",
1497
+ "title",
1498
+ "pageType",
1499
+ "ownership",
1500
+ "record",
1501
+ "surface",
1502
+ "routeId",
1503
+ "routePath",
1504
+ "rendererKey",
1505
+ "capabilityRef",
1506
+ "capabilityRefs",
1507
+ "binding",
1508
+ "access",
1509
+ "rendererConfig",
1510
+ "navigation",
1511
+ "visibility"
1512
+ ],
1513
+ "additionalProperties": false
1514
+ },
1515
+ "context": {
1516
+ "type": "object",
1517
+ "properties": {
1518
+ "workflow": {
1519
+ "type": "object",
1520
+ "propertyNames": {
1521
+ "type": "string"
1522
+ },
1523
+ "additionalProperties": {
1524
+ "$ref": "#/$defs/__schema0"
1525
+ }
1526
+ },
1527
+ "agent": {
1528
+ "type": "object",
1529
+ "propertyNames": {
1530
+ "type": "string"
1531
+ },
1532
+ "additionalProperties": {
1533
+ "$ref": "#/$defs/__schema0"
1534
+ }
1535
+ },
1536
+ "agentId": {
1537
+ "type": "string",
1538
+ "minLength": 1,
1539
+ "maxLength": 256
1540
+ },
1541
+ "designProject": {
1542
+ "type": "object",
1543
+ "propertyNames": {
1544
+ "type": "string"
1545
+ },
1546
+ "additionalProperties": {
1547
+ "$ref": "#/$defs/__schema0"
1548
+ }
1549
+ },
1550
+ "designMetadataId": {
1551
+ "type": "string",
1552
+ "minLength": 1,
1553
+ "maxLength": 256
1554
+ },
1555
+ "iframeUrl": {
1556
+ "type": "string",
1557
+ "minLength": 1
1558
+ },
1559
+ "info": {
1560
+ "type": "object",
1561
+ "properties": {
1562
+ "displayName": {
1563
+ "anyOf": [
1564
+ {
1565
+ "type": "string",
1566
+ "minLength": 1
1567
+ },
1568
+ {
1569
+ "type": "object",
1570
+ "propertyNames": {
1571
+ "type": "string",
1572
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
1573
+ },
1574
+ "additionalProperties": {
1575
+ "type": "string",
1576
+ "minLength": 1
1577
+ }
1578
+ }
1579
+ ]
1580
+ },
1581
+ "description": {
1582
+ "anyOf": [
1583
+ {
1584
+ "type": "string",
1585
+ "minLength": 1
1586
+ },
1587
+ {
1588
+ "type": "object",
1589
+ "propertyNames": {
1590
+ "type": "string",
1591
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
1592
+ },
1593
+ "additionalProperties": {
1594
+ "type": "string",
1595
+ "minLength": 1
1596
+ }
1597
+ }
1598
+ ]
1599
+ },
1600
+ "iconUrl": {
1601
+ "type": "string",
1602
+ "minLength": 1
1603
+ }
1604
+ },
1605
+ "additionalProperties": false
1606
+ },
1607
+ "isBuiltinPinned": {
1608
+ "type": "boolean"
1609
+ },
1610
+ "isBuiltinReadonly": {
1611
+ "type": "boolean"
1612
+ }
1613
+ },
1614
+ "additionalProperties": false
1615
+ }
1616
+ },
1617
+ "required": [
1618
+ "definition",
1619
+ "context"
1620
+ ],
1621
+ "additionalProperties": false
1622
+ }
1623
+ },
1624
+ "pageGroups": {
1625
+ "type": "array",
1626
+ "items": {
1627
+ "type": "object",
1628
+ "properties": {
1629
+ "id": {
1630
+ "type": "string",
1631
+ "minLength": 1,
1632
+ "maxLength": 256
1633
+ },
1634
+ "pageIds": {
1635
+ "type": "array",
1636
+ "items": {
1637
+ "type": "string",
1638
+ "minLength": 1,
1639
+ "maxLength": 256
1640
+ }
1641
+ },
1642
+ "displayName": {
1643
+ "anyOf": [
1644
+ {
1645
+ "type": "string",
1646
+ "minLength": 1
1647
+ },
1648
+ {
1649
+ "type": "object",
1650
+ "propertyNames": {
1651
+ "type": "string",
1652
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
1653
+ },
1654
+ "additionalProperties": {
1655
+ "type": "string",
1656
+ "minLength": 1
1657
+ }
1658
+ }
1659
+ ]
1660
+ },
1661
+ "isBuiltIn": {
1662
+ "type": "boolean"
1663
+ },
1664
+ "iconUrl": {
1665
+ "type": "string"
1666
+ },
1667
+ "sortIndex": {
1668
+ "anyOf": [
1669
+ {
1670
+ "type": "integer",
1671
+ "minimum": -9007199254740991,
1672
+ "maximum": 9007199254740991
1673
+ },
1674
+ {
1675
+ "type": "null"
1676
+ }
1677
+ ]
1678
+ },
1679
+ "presetRelationId": {
1680
+ "type": "string",
1681
+ "minLength": 1,
1682
+ "maxLength": 256
1683
+ },
1684
+ "relationKey": {
1685
+ "anyOf": [
1686
+ {
1687
+ "type": "string",
1688
+ "minLength": 1,
1689
+ "maxLength": 256
1690
+ },
1691
+ {
1692
+ "type": "null"
1693
+ }
1694
+ ]
1695
+ },
1696
+ "studioId": {
1697
+ "type": "string",
1698
+ "minLength": 1,
1699
+ "maxLength": 256
1700
+ }
1701
+ },
1702
+ "required": [
1703
+ "id",
1704
+ "pageIds",
1705
+ "displayName",
1706
+ "isBuiltIn"
1707
+ ],
1708
+ "additionalProperties": false
1709
+ }
1710
+ },
1711
+ "catalog": {
1712
+ "type": "object",
1713
+ "properties": {
1714
+ "enabled": {
1715
+ "type": "boolean"
1716
+ },
1717
+ "defaultEntry": {
1718
+ "type": "boolean"
1719
+ }
1720
+ },
1721
+ "additionalProperties": false
1722
+ },
1723
+ "quickSwitcherMaxItems": {
1724
+ "type": "integer",
1725
+ "minimum": 0,
1726
+ "maximum": 9007199254740991
1727
+ },
1728
+ "defaultOrder": {
1729
+ "type": "object",
1730
+ "properties": {
1731
+ "groups": {
1732
+ "type": "array",
1733
+ "items": {
1734
+ "type": "string",
1735
+ "minLength": 1,
1736
+ "maxLength": 256
1737
+ }
1738
+ },
1739
+ "pages": {
1740
+ "type": "object",
1741
+ "propertyNames": {
1742
+ "type": "string",
1743
+ "minLength": 1,
1744
+ "maxLength": 256
1745
+ },
1746
+ "additionalProperties": {
1747
+ "type": "array",
1748
+ "items": {
1749
+ "type": "string",
1750
+ "minLength": 1,
1751
+ "maxLength": 256
1752
+ }
1753
+ }
1754
+ }
1755
+ },
1756
+ "required": [
1757
+ "groups",
1758
+ "pages"
1759
+ ],
1760
+ "additionalProperties": false
1761
+ },
1762
+ "customers": {
1763
+ "type": "object",
1764
+ "properties": {
1765
+ "dropdownToolsDefault": {
1766
+ "type": "array",
1767
+ "items": {
1768
+ "type": "string",
1769
+ "minLength": 1,
1770
+ "maxLength": 256
1771
+ }
1772
+ },
1773
+ "layoutManagerTools": {
1774
+ "type": "array",
1775
+ "items": {
1776
+ "type": "object",
1777
+ "properties": {
1778
+ "id": {
1779
+ "type": "string",
1780
+ "minLength": 1,
1781
+ "maxLength": 256
1782
+ },
1783
+ "label": {
1784
+ "anyOf": [
1785
+ {
1786
+ "type": "string"
1787
+ },
1788
+ {
1789
+ "type": "object",
1790
+ "propertyNames": {
1791
+ "type": "string",
1792
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
1793
+ },
1794
+ "additionalProperties": {
1795
+ "type": "string"
1796
+ }
1797
+ }
1798
+ ]
1799
+ },
1800
+ "fixed": {
1801
+ "type": "boolean"
1802
+ }
1803
+ },
1804
+ "required": [
1805
+ "id"
1806
+ ],
1807
+ "additionalProperties": false
1808
+ }
1809
+ },
1810
+ "studioTabsMode": {
1811
+ "type": "string",
1812
+ "enum": [
1813
+ "dropdown",
1814
+ "tabs"
1815
+ ]
1816
+ },
1817
+ "historyWatermark": {
1818
+ "type": "object",
1819
+ "properties": {
1820
+ "svgUrl": {
1821
+ "type": "string"
1822
+ },
1823
+ "coverage": {
1824
+ "type": "array",
1825
+ "items": {
1826
+ "type": "string",
1827
+ "enum": [
1828
+ "list",
1829
+ "detail",
1830
+ "download"
1831
+ ]
1832
+ }
1833
+ },
1834
+ "maxLongEdgeRatio": {
1835
+ "type": "number",
1836
+ "exclusiveMinimum": 0
1837
+ },
1838
+ "sizing": {
1839
+ "type": "object",
1840
+ "properties": {
1841
+ "mode": {
1842
+ "type": "string",
1843
+ "minLength": 1,
1844
+ "maxLength": 256
1845
+ },
1846
+ "heightRatio": {
1847
+ "type": "number",
1848
+ "exclusiveMinimum": 0
1849
+ },
1850
+ "minHeightPx": {
1851
+ "type": "number",
1852
+ "minimum": 0
1853
+ },
1854
+ "maxHeightPx": {
1855
+ "type": "number",
1856
+ "minimum": 0
1857
+ }
1858
+ },
1859
+ "required": [
1860
+ "mode"
1861
+ ],
1862
+ "additionalProperties": false
1863
+ },
1864
+ "enhance": {
1865
+ "type": "object",
1866
+ "properties": {
1867
+ "enabled": {
1868
+ "type": "boolean"
1869
+ },
1870
+ "backgroundLumaThreshold": {
1871
+ "type": "number",
1872
+ "minimum": 0,
1873
+ "maximum": 1
1874
+ },
1875
+ "stroke": {
1876
+ "type": "object",
1877
+ "properties": {
1878
+ "color": {
1879
+ "type": "string"
1880
+ },
1881
+ "opacity": {
1882
+ "type": "number",
1883
+ "minimum": 0,
1884
+ "maximum": 1
1885
+ },
1886
+ "widthRatio": {
1887
+ "type": "number",
1888
+ "minimum": 0
1889
+ },
1890
+ "blurRatio": {
1891
+ "type": "number",
1892
+ "minimum": 0
1893
+ },
1894
+ "steps": {
1895
+ "type": "integer",
1896
+ "exclusiveMinimum": 0,
1897
+ "maximum": 9007199254740991
1898
+ }
1899
+ },
1900
+ "additionalProperties": false
1901
+ }
1902
+ },
1903
+ "additionalProperties": false
1904
+ }
1905
+ },
1906
+ "additionalProperties": false
1907
+ },
1908
+ "layoutManagerEnabled": {
1909
+ "type": "boolean"
1910
+ },
1911
+ "existingToolsDefault": {
1912
+ "type": "array",
1913
+ "items": {
1914
+ "type": "string",
1915
+ "minLength": 1,
1916
+ "maxLength": 256
1917
+ }
1918
+ },
1919
+ "historyColumnsDefault": {
1920
+ "type": "integer",
1921
+ "minimum": 1,
1922
+ "maximum": 6
1923
+ },
1924
+ "studioOverrides": {
1925
+ "type": "array",
1926
+ "items": {
1927
+ "type": "object",
1928
+ "properties": {
1929
+ "studioName": {
1930
+ "type": "string",
1931
+ "minLength": 1
1932
+ },
1933
+ "dropdownToolsDefault": {
1934
+ "type": "array",
1935
+ "items": {
1936
+ "type": "string",
1937
+ "minLength": 1,
1938
+ "maxLength": 256
1939
+ }
1940
+ },
1941
+ "existingToolsDefault": {
1942
+ "type": "array",
1943
+ "items": {
1944
+ "type": "string",
1945
+ "minLength": 1,
1946
+ "maxLength": 256
1947
+ }
1948
+ },
1949
+ "historyColumnsDefault": {
1950
+ "type": "integer",
1951
+ "minimum": 1,
1952
+ "maximum": 6
1953
+ }
1954
+ },
1955
+ "required": [
1956
+ "studioName"
1957
+ ],
1958
+ "additionalProperties": false
1959
+ }
1960
+ }
1961
+ },
1962
+ "additionalProperties": false
1963
+ }
1964
+ },
1965
+ "required": [
1966
+ "pages",
1967
+ "pageGroups"
1968
+ ],
1969
+ "additionalProperties": false
1970
+ },
1971
+ "visionProWorkflows": {
1972
+ "type": "array",
1973
+ "items": {
1974
+ "type": "string",
1975
+ "minLength": 1,
1976
+ "maxLength": 256
1977
+ }
1978
+ },
1979
+ "initTeam": {
1980
+ "type": "boolean"
1981
+ },
1982
+ "imageThumbnail": {
1983
+ "type": "boolean"
1984
+ },
1985
+ "pages": {
1986
+ "type": "object",
1987
+ "properties": {
1988
+ "allowPageKeys": {
1989
+ "anyOf": [
1990
+ {
1991
+ "type": "string",
1992
+ "const": "*"
1993
+ },
1994
+ {
1995
+ "type": "array",
1996
+ "items": {
1997
+ "type": "string",
1998
+ "minLength": 1,
1999
+ "maxLength": 256
2000
+ }
2001
+ }
2002
+ ]
2003
+ },
2004
+ "defaultPageKey": {
2005
+ "type": "string",
2006
+ "minLength": 1,
2007
+ "maxLength": 256
2008
+ }
2009
+ },
2010
+ "required": [
2011
+ "allowPageKeys"
2012
+ ],
2013
+ "additionalProperties": false
2014
+ },
2015
+ "agent": {
2016
+ "type": "object",
2017
+ "properties": {
2018
+ "brandDisplayMode": {
2019
+ "type": "string",
2020
+ "enum": [
2021
+ "auto",
2022
+ "logo-only",
2023
+ "logo-name",
2024
+ "name-only"
2025
+ ]
2026
+ },
2027
+ "density": {
2028
+ "type": "string",
2029
+ "enum": [
2030
+ "compact",
2031
+ "default",
2032
+ "comfortable"
2033
+ ]
2034
+ }
2035
+ },
2036
+ "additionalProperties": false
2037
+ }
2038
+ },
2039
+ "additionalProperties": false
2040
+ },
2041
+ "auth": {
2042
+ "type": "object",
2043
+ "properties": {
2044
+ "enabled": {
2045
+ "default": [],
2046
+ "type": "array",
2047
+ "items": {
2048
+ "type": "string",
2049
+ "minLength": 1,
2050
+ "maxLength": 256
2051
+ }
2052
+ },
2053
+ "oidc": {
2054
+ "type": "object",
2055
+ "properties": {
2056
+ "buttonText": {
2057
+ "type": "string"
2058
+ },
2059
+ "autoSignin": {
2060
+ "type": "boolean"
2061
+ }
2062
+ },
2063
+ "additionalProperties": false
2064
+ },
2065
+ "password": {
2066
+ "type": "object",
2067
+ "properties": {
2068
+ "disableAutoRegister": {
2069
+ "type": "boolean"
2070
+ }
2071
+ },
2072
+ "additionalProperties": false
2073
+ },
2074
+ "hideAuthToast": {
2075
+ "type": "boolean"
2076
+ },
2077
+ "autoReload": {
2078
+ "type": "boolean"
2079
+ },
2080
+ "defaultOtherTeam": {
2081
+ "type": "boolean"
2082
+ }
2083
+ },
2084
+ "required": [
2085
+ "enabled"
2086
+ ],
2087
+ "additionalProperties": false
2088
+ },
2089
+ "endpoints": {
2090
+ "type": "object",
2091
+ "propertyNames": {
2092
+ "type": "string",
2093
+ "minLength": 1,
2094
+ "maxLength": 256
2095
+ },
2096
+ "additionalProperties": {
2097
+ "type": "string"
2098
+ }
2099
+ },
2100
+ "module": {
2101
+ "anyOf": [
2102
+ {
2103
+ "type": "string",
2104
+ "const": "*"
2105
+ },
2106
+ {
2107
+ "type": "array",
2108
+ "items": {
2109
+ "type": "string",
2110
+ "minLength": 1,
2111
+ "maxLength": 256
2112
+ }
2113
+ }
2114
+ ]
2115
+ },
2116
+ "behavior": {
2117
+ "type": "object",
2118
+ "properties": {
2119
+ "clearWorkflowFormStorageAfterUpdate": {
2120
+ "type": "boolean"
2121
+ },
2122
+ "autoApproveOAuth": {
2123
+ "type": "boolean"
2124
+ },
2125
+ "rememberWorkflowModelSelection": {
2126
+ "type": "boolean"
2127
+ }
2128
+ },
2129
+ "additionalProperties": false
2130
+ },
2131
+ "dataManagement": {
2132
+ "type": "object",
2133
+ "properties": {
2134
+ "favoriteBucketId": {
2135
+ "type": "string"
2136
+ },
2137
+ "pairedBucketId": {
2138
+ "type": "string"
2139
+ },
2140
+ "galleryBucketId": {
2141
+ "type": "string"
2142
+ },
2143
+ "dataBrowserDefaultBucketId": {
2144
+ "type": "string"
2145
+ },
2146
+ "workflowResultBucketId": {
2147
+ "type": "string"
2148
+ },
2149
+ "homeAdvertisement": {
2150
+ "type": "object",
2151
+ "properties": {
2152
+ "bucketId": {
2153
+ "type": "string",
2154
+ "minLength": 1,
2155
+ "maxLength": 256
2156
+ },
2157
+ "viewId": {
2158
+ "type": "string",
2159
+ "minLength": 1,
2160
+ "maxLength": 256
2161
+ },
2162
+ "viewType": {
2163
+ "type": "string",
2164
+ "enum": [
2165
+ "filter",
2166
+ "container",
2167
+ "share_link"
2168
+ ]
2169
+ },
2170
+ "teamId": {
2171
+ "type": "string",
2172
+ "minLength": 1,
2173
+ "maxLength": 256
2174
+ },
2175
+ "teamOnly": {
2176
+ "type": "boolean"
2177
+ },
2178
+ "pageSize": {
2179
+ "type": "integer",
2180
+ "exclusiveMinimum": 0,
2181
+ "maximum": 9007199254740991
2182
+ },
2183
+ "sortBy": {
2184
+ "type": "string",
2185
+ "enum": [
2186
+ "pin_order",
2187
+ "asset_id",
2188
+ "updated_timestamp",
2189
+ "created_timestamp"
2190
+ ]
2191
+ },
2192
+ "sortOrder": {
2193
+ "type": "string",
2194
+ "enum": [
2195
+ "asc",
2196
+ "desc"
2197
+ ]
2198
+ },
2199
+ "fieldMap": {
2200
+ "type": "object",
2201
+ "propertyNames": {
2202
+ "type": "string"
2203
+ },
2204
+ "additionalProperties": {
2205
+ "type": "string"
2206
+ }
2207
+ },
2208
+ "columnIds": {
2209
+ "type": "object",
2210
+ "propertyNames": {
2211
+ "type": "string"
2212
+ },
2213
+ "additionalProperties": {
2214
+ "type": "string"
2215
+ }
2216
+ }
2217
+ },
2218
+ "required": [
2219
+ "bucketId"
2220
+ ],
2221
+ "additionalProperties": false
2222
+ },
2223
+ "homeTrendAssistant": {
2224
+ "type": "object",
2225
+ "properties": {
2226
+ "bucketId": {
2227
+ "type": "string",
2228
+ "minLength": 1,
2229
+ "maxLength": 256
2230
+ },
2231
+ "viewId": {
2232
+ "type": "string",
2233
+ "minLength": 1,
2234
+ "maxLength": 256
2235
+ },
2236
+ "viewInstanceId": {
2237
+ "type": "string",
2238
+ "minLength": 1,
2239
+ "maxLength": 256
2240
+ },
2241
+ "viewName": {
2242
+ "type": "string"
2243
+ },
2244
+ "teamId": {
2245
+ "type": "string",
2246
+ "minLength": 1,
2247
+ "maxLength": 256
2248
+ },
2249
+ "designOptionsWorkflowId": {
2250
+ "type": "string",
2251
+ "minLength": 1,
2252
+ "maxLength": 256
2253
+ },
2254
+ "tep": {
2255
+ "type": "object",
2256
+ "properties": {
2257
+ "baseUrl": {
2258
+ "type": "string"
2259
+ },
2260
+ "timeoutMs": {
2261
+ "type": "integer",
2262
+ "exclusiveMinimum": 0,
2263
+ "maximum": 9007199254740991
2264
+ }
2265
+ },
2266
+ "additionalProperties": false
2267
+ },
2268
+ "runtime": {
2269
+ "type": "object",
2270
+ "properties": {
2271
+ "appId": {
2272
+ "type": "string",
2273
+ "minLength": 1,
2274
+ "maxLength": 256
2275
+ },
2276
+ "tepBaseUrlConfigured": {
2277
+ "type": "boolean"
2278
+ },
2279
+ "tepAuthorizationConfigured": {
2280
+ "type": "boolean"
2281
+ },
2282
+ "tepCookieConfigured": {
2283
+ "type": "boolean"
2284
+ }
2285
+ },
2286
+ "required": [
2287
+ "appId",
2288
+ "tepBaseUrlConfigured",
2289
+ "tepAuthorizationConfigured",
2290
+ "tepCookieConfigured"
2291
+ ],
2292
+ "additionalProperties": false
2293
+ }
2294
+ },
2295
+ "additionalProperties": false
2296
+ },
2297
+ "sharing": {
2298
+ "type": "object",
2299
+ "properties": {
2300
+ "silentViewLinks": {
2301
+ "type": "object",
2302
+ "properties": {
2303
+ "enabled": {
2304
+ "type": "boolean"
2305
+ },
2306
+ "placement": {
2307
+ "type": "object",
2308
+ "properties": {
2309
+ "mode": {
2310
+ "type": "string",
2311
+ "enum": [
2312
+ "sourceBucket",
2313
+ "bucket"
2314
+ ]
2315
+ },
2316
+ "bucketId": {
2317
+ "type": "string",
2318
+ "minLength": 1,
2319
+ "maxLength": 256
2320
+ },
2321
+ "parentId": {
2322
+ "type": "string",
2323
+ "minLength": 1,
2324
+ "maxLength": 256
2325
+ },
2326
+ "navId": {
2327
+ "type": "string",
2328
+ "minLength": 1,
2329
+ "maxLength": 256
2330
+ }
2331
+ },
2332
+ "additionalProperties": false
2333
+ }
2334
+ },
2335
+ "additionalProperties": false
2336
+ },
2337
+ "shareAccess": {
2338
+ "type": "object",
2339
+ "properties": {
2340
+ "publicLinksEnabled": {
2341
+ "type": "boolean"
2342
+ },
2343
+ "passwordGateEnabled": {
2344
+ "type": "boolean"
2345
+ },
2346
+ "passwordAccessTtlSeconds": {
2347
+ "type": "integer",
2348
+ "exclusiveMinimum": 0,
2349
+ "maximum": 9007199254740991
2350
+ },
2351
+ "defaultViewTreeDelivery": {
2352
+ "type": "string",
2353
+ "enum": [
2354
+ "manual",
2355
+ "auto"
2356
+ ]
2357
+ }
2358
+ },
2359
+ "additionalProperties": false
2360
+ },
2361
+ "shareDialog": {
2362
+ "type": "object",
2363
+ "properties": {
2364
+ "audience": {
2365
+ "type": "object",
2366
+ "properties": {
2367
+ "enabled": {
2368
+ "type": "boolean"
2369
+ },
2370
+ "allowed": {
2371
+ "type": "array",
2372
+ "items": {
2373
+ "type": "string",
2374
+ "enum": [
2375
+ "user",
2376
+ "team",
2377
+ "public"
2378
+ ]
2379
+ }
2380
+ },
2381
+ "default": {
2382
+ "type": "string",
2383
+ "enum": [
2384
+ "user",
2385
+ "team",
2386
+ "public"
2387
+ ]
2388
+ }
2389
+ },
2390
+ "additionalProperties": false
2391
+ },
2392
+ "accessLevel": {
2393
+ "type": "object",
2394
+ "properties": {
2395
+ "enabled": {
2396
+ "type": "boolean"
2397
+ },
2398
+ "allowed": {
2399
+ "type": "array",
2400
+ "items": {
2401
+ "type": "string",
2402
+ "enum": [
2403
+ "read",
2404
+ "write"
2405
+ ]
2406
+ }
2407
+ },
2408
+ "default": {
2409
+ "type": "string",
2410
+ "enum": [
2411
+ "read",
2412
+ "write"
2413
+ ]
2414
+ }
2415
+ },
2416
+ "additionalProperties": false
2417
+ },
2418
+ "viewTreeDelivery": {
2419
+ "type": "object",
2420
+ "properties": {
2421
+ "enabled": {
2422
+ "type": "boolean"
2423
+ },
2424
+ "allowed": {
2425
+ "type": "array",
2426
+ "items": {
2427
+ "type": "string",
2428
+ "enum": [
2429
+ "manual",
2430
+ "auto"
2431
+ ]
2432
+ }
2433
+ },
2434
+ "default": {
2435
+ "type": "string",
2436
+ "enum": [
2437
+ "manual",
2438
+ "auto"
2439
+ ]
2440
+ }
2441
+ },
2442
+ "additionalProperties": false
2443
+ }
2444
+ },
2445
+ "additionalProperties": false
2446
+ }
2447
+ },
2448
+ "additionalProperties": false
2449
+ }
2450
+ },
2451
+ "additionalProperties": false
2452
+ },
2453
+ "compute": {
2454
+ "type": "object",
2455
+ "properties": {
2456
+ "integrations": {
2457
+ "type": "object",
2458
+ "properties": {
2459
+ "harbor": {
2460
+ "type": "object",
2461
+ "properties": {
2462
+ "endpoint": {
2463
+ "type": "string"
2464
+ },
2465
+ "projectScopes": {
2466
+ "type": "array",
2467
+ "items": {
2468
+ "type": "string"
2469
+ }
2470
+ },
2471
+ "authMode": {
2472
+ "type": "string"
2473
+ },
2474
+ "principal": {
2475
+ "type": "string"
2476
+ },
2477
+ "autoSync": {
2478
+ "type": "boolean"
2479
+ },
2480
+ "proxyUrl": {
2481
+ "type": "string"
2482
+ }
2483
+ },
2484
+ "additionalProperties": false
2485
+ },
2486
+ "gitlab": {
2487
+ "type": "object",
2488
+ "properties": {
2489
+ "baseUrl": {
2490
+ "type": "string"
2491
+ },
2492
+ "groupScopes": {
2493
+ "type": "array",
2494
+ "items": {
2495
+ "type": "string"
2496
+ }
2497
+ },
2498
+ "tokenMode": {
2499
+ "type": "string"
2500
+ },
2501
+ "deployProjectPath": {
2502
+ "type": "string"
2503
+ },
2504
+ "deploymentReportsEnabled": {
2505
+ "type": "boolean"
2506
+ },
2507
+ "proxyUrl": {
2508
+ "type": "string"
2509
+ }
2510
+ },
2511
+ "additionalProperties": false
2512
+ },
2513
+ "kubernetes": {
2514
+ "type": "object",
2515
+ "properties": {
2516
+ "accessMode": {
2517
+ "type": "string"
2518
+ },
2519
+ "clusterAlias": {
2520
+ "type": "string"
2521
+ },
2522
+ "agentProjectPath": {
2523
+ "type": "string"
2524
+ },
2525
+ "agentName": {
2526
+ "type": "string"
2527
+ },
2528
+ "namespaceScopes": {
2529
+ "type": "array",
2530
+ "items": {
2531
+ "type": "string"
2532
+ }
2533
+ },
2534
+ "rolloutObserverEnabled": {
2535
+ "type": "boolean"
2536
+ },
2537
+ "proxyUrl": {
2538
+ "type": "string"
2539
+ }
2540
+ },
2541
+ "additionalProperties": false
2542
+ }
2543
+ },
2544
+ "additionalProperties": false
2545
+ }
2546
+ },
2547
+ "additionalProperties": false
2548
+ },
2549
+ "data": {
2550
+ "type": "object",
2551
+ "properties": {},
2552
+ "additionalProperties": false
2553
+ },
2554
+ "storage": {
2555
+ "type": "object",
2556
+ "properties": {
2557
+ "presignMode": {
2558
+ "type": "string",
2559
+ "enum": [
2560
+ "frontend",
2561
+ "backend",
2562
+ "both"
2563
+ ]
2564
+ },
2565
+ "presign": {
2566
+ "type": "object",
2567
+ "properties": {
2568
+ "expiresInSeconds": {
2569
+ "type": "integer",
2570
+ "exclusiveMinimum": 0,
2571
+ "maximum": 9007199254740991
2572
+ },
2573
+ "buckets": {
2574
+ "type": "array",
2575
+ "items": {
2576
+ "type": "object",
2577
+ "properties": {
2578
+ "id": {
2579
+ "type": "string",
2580
+ "minLength": 1,
2581
+ "maxLength": 256
2582
+ },
2583
+ "provider": {
2584
+ "type": "string",
2585
+ "minLength": 1,
2586
+ "maxLength": 256
2587
+ },
2588
+ "preferredUrlPatternId": {
2589
+ "type": "string",
2590
+ "minLength": 1,
2591
+ "maxLength": 256
2592
+ },
2593
+ "urlPatterns": {
2594
+ "type": "array",
2595
+ "items": {
2596
+ "type": "object",
2597
+ "properties": {
2598
+ "id": {
2599
+ "type": "string",
2600
+ "minLength": 1,
2601
+ "maxLength": 256
2602
+ },
2603
+ "type": {
2604
+ "type": "string",
2605
+ "enum": [
2606
+ "bucket-hostname",
2607
+ "provider-hostname"
2608
+ ]
2609
+ },
2610
+ "hostname": {
2611
+ "type": "string",
2612
+ "minLength": 1
2613
+ },
2614
+ "preferred": {
2615
+ "type": "boolean"
2616
+ },
2617
+ "bucketSegment": {
2618
+ "type": "string"
2619
+ }
2620
+ },
2621
+ "required": [
2622
+ "id",
2623
+ "type",
2624
+ "hostname"
2625
+ ],
2626
+ "additionalProperties": false
2627
+ }
2628
+ }
2629
+ },
2630
+ "required": [
2631
+ "id",
2632
+ "provider",
2633
+ "preferredUrlPatternId",
2634
+ "urlPatterns"
2635
+ ],
2636
+ "additionalProperties": false
2637
+ }
2638
+ }
2639
+ },
2640
+ "required": [
2641
+ "expiresInSeconds",
2642
+ "buckets"
2643
+ ],
2644
+ "additionalProperties": false
2645
+ }
2646
+ },
2647
+ "additionalProperties": false
2648
+ },
2649
+ "monkeyData": {
2650
+ "type": "object",
2651
+ "properties": {
2652
+ "baseUrl": {
2653
+ "type": "string"
2654
+ }
2655
+ },
2656
+ "additionalProperties": false
2657
+ }
2658
+ },
2659
+ "required": [
2660
+ "theme",
2661
+ "auth",
2662
+ "endpoints",
2663
+ "module",
2664
+ "behavior"
2665
+ ],
2666
+ "additionalProperties": false
2667
+ }
2668
+ },
2669
+ "required": [
2670
+ "contract",
2671
+ "tenantId",
2672
+ "appId",
2673
+ "environment",
2674
+ "designTokens",
2675
+ "moduleRefs",
2676
+ "pageRefs",
2677
+ "featureFlags",
2678
+ "authBinding",
2679
+ "dataBinding",
2680
+ "sourceMap",
2681
+ "warnings",
2682
+ "applicationConfig"
2683
+ ],
2684
+ "additionalProperties": false,
2685
+ "$defs": {
2686
+ "__schema0": {
2687
+ "anyOf": [
2688
+ {
2689
+ "type": "string"
2690
+ },
2691
+ {
2692
+ "type": "number"
2693
+ },
2694
+ {
2695
+ "type": "boolean"
2696
+ },
2697
+ {
2698
+ "type": "null"
2699
+ },
2700
+ {
2701
+ "type": "array",
2702
+ "items": {
2703
+ "$ref": "#/$defs/__schema0"
2704
+ }
2705
+ },
2706
+ {
2707
+ "type": "object",
2708
+ "propertyNames": {
2709
+ "type": "string"
2710
+ },
2711
+ "additionalProperties": {
2712
+ "$ref": "#/$defs/__schema0"
2713
+ }
2714
+ }
2715
+ ]
2716
+ }
2717
+ },
2718
+ "$id": "https://schemas.infmonkeys.com/contracts/tenant-product-config.schema.json",
2719
+ "title": "tenant-product-config"
2720
+ }