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