@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,720 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "contract": {
6
+ "type": "string",
7
+ "const": "PageRuntimeDescriptor"
8
+ },
9
+ "page": {
10
+ "type": "object",
11
+ "properties": {
12
+ "contract": {
13
+ "type": "string",
14
+ "const": "PageDefinition"
15
+ },
16
+ "pageId": {
17
+ "type": "string",
18
+ "minLength": 1,
19
+ "maxLength": 256
20
+ },
21
+ "ownerRepo": {
22
+ "type": "string",
23
+ "minLength": 1,
24
+ "maxLength": 256
25
+ },
26
+ "title": {
27
+ "anyOf": [
28
+ {
29
+ "type": "string",
30
+ "minLength": 1
31
+ },
32
+ {
33
+ "type": "object",
34
+ "propertyNames": {
35
+ "type": "string",
36
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
37
+ },
38
+ "additionalProperties": {
39
+ "type": "string",
40
+ "minLength": 1
41
+ }
42
+ }
43
+ ]
44
+ },
45
+ "pageType": {
46
+ "type": "string",
47
+ "enum": [
48
+ "page",
49
+ "workspace",
50
+ "view",
51
+ "record",
52
+ "action",
53
+ "overlay",
54
+ "agent",
55
+ "process",
56
+ "log",
57
+ "chat",
58
+ "preview",
59
+ "api",
60
+ "enhanced",
61
+ "agent-chat",
62
+ "agent-config",
63
+ "agent-log",
64
+ "design-board",
65
+ "global-design-board",
66
+ "iframe"
67
+ ]
68
+ },
69
+ "ownership": {
70
+ "type": "object",
71
+ "properties": {
72
+ "teamId": {
73
+ "type": "string",
74
+ "minLength": 1,
75
+ "maxLength": 256
76
+ },
77
+ "creatorRef": {
78
+ "type": "object",
79
+ "properties": {
80
+ "kind": {
81
+ "type": "string",
82
+ "minLength": 1,
83
+ "maxLength": 256
84
+ },
85
+ "id": {
86
+ "type": "string",
87
+ "minLength": 1,
88
+ "maxLength": 256
89
+ },
90
+ "version": {
91
+ "anyOf": [
92
+ {
93
+ "type": "integer",
94
+ "exclusiveMinimum": 0,
95
+ "maximum": 9007199254740991
96
+ },
97
+ {
98
+ "type": "string",
99
+ "minLength": 1
100
+ }
101
+ ]
102
+ },
103
+ "ownerRepo": {
104
+ "type": "string",
105
+ "minLength": 1,
106
+ "maxLength": 256
107
+ }
108
+ },
109
+ "required": [
110
+ "kind",
111
+ "id"
112
+ ],
113
+ "additionalProperties": false
114
+ },
115
+ "studioId": {
116
+ "type": "string",
117
+ "minLength": 1,
118
+ "maxLength": 256
119
+ },
120
+ "builtIn": {
121
+ "type": "boolean"
122
+ }
123
+ },
124
+ "required": [
125
+ "builtIn"
126
+ ],
127
+ "additionalProperties": false
128
+ },
129
+ "record": {
130
+ "type": "object",
131
+ "properties": {
132
+ "createdTimestamp": {
133
+ "type": "integer",
134
+ "minimum": 0,
135
+ "maximum": 9007199254740991
136
+ },
137
+ "updatedTimestamp": {
138
+ "type": "integer",
139
+ "minimum": 0,
140
+ "maximum": 9007199254740991
141
+ },
142
+ "deleted": {
143
+ "default": false,
144
+ "type": "boolean"
145
+ }
146
+ },
147
+ "required": [
148
+ "deleted"
149
+ ],
150
+ "additionalProperties": false
151
+ },
152
+ "surface": {
153
+ "type": "string",
154
+ "enum": [
155
+ "page",
156
+ "workspace",
157
+ "view",
158
+ "record",
159
+ "action",
160
+ "overlay",
161
+ "agent"
162
+ ]
163
+ },
164
+ "routeId": {
165
+ "type": "string",
166
+ "minLength": 1,
167
+ "maxLength": 256
168
+ },
169
+ "routePath": {
170
+ "type": "string",
171
+ "pattern": "^\\/(?!\\/)"
172
+ },
173
+ "rendererKey": {
174
+ "type": "string",
175
+ "minLength": 1,
176
+ "maxLength": 256
177
+ },
178
+ "capabilityRef": {
179
+ "type": "object",
180
+ "properties": {
181
+ "kind": {
182
+ "type": "string",
183
+ "minLength": 1,
184
+ "maxLength": 256
185
+ },
186
+ "id": {
187
+ "type": "string",
188
+ "minLength": 1,
189
+ "maxLength": 256
190
+ },
191
+ "version": {
192
+ "anyOf": [
193
+ {
194
+ "type": "integer",
195
+ "exclusiveMinimum": 0,
196
+ "maximum": 9007199254740991
197
+ },
198
+ {
199
+ "type": "string",
200
+ "minLength": 1
201
+ }
202
+ ]
203
+ },
204
+ "ownerRepo": {
205
+ "type": "string",
206
+ "minLength": 1,
207
+ "maxLength": 256
208
+ }
209
+ },
210
+ "required": [
211
+ "kind",
212
+ "id"
213
+ ],
214
+ "additionalProperties": false
215
+ },
216
+ "capabilityRefs": {
217
+ "default": [],
218
+ "type": "array",
219
+ "items": {
220
+ "type": "object",
221
+ "properties": {
222
+ "kind": {
223
+ "type": "string",
224
+ "minLength": 1,
225
+ "maxLength": 256
226
+ },
227
+ "id": {
228
+ "type": "string",
229
+ "minLength": 1,
230
+ "maxLength": 256
231
+ },
232
+ "version": {
233
+ "anyOf": [
234
+ {
235
+ "type": "integer",
236
+ "exclusiveMinimum": 0,
237
+ "maximum": 9007199254740991
238
+ },
239
+ {
240
+ "type": "string",
241
+ "minLength": 1
242
+ }
243
+ ]
244
+ },
245
+ "ownerRepo": {
246
+ "type": "string",
247
+ "minLength": 1,
248
+ "maxLength": 256
249
+ }
250
+ },
251
+ "required": [
252
+ "kind",
253
+ "id"
254
+ ],
255
+ "additionalProperties": false
256
+ }
257
+ },
258
+ "workflowRef": {
259
+ "type": "object",
260
+ "properties": {
261
+ "kind": {
262
+ "type": "string",
263
+ "minLength": 1,
264
+ "maxLength": 256
265
+ },
266
+ "id": {
267
+ "type": "string",
268
+ "minLength": 1,
269
+ "maxLength": 256
270
+ },
271
+ "version": {
272
+ "anyOf": [
273
+ {
274
+ "type": "integer",
275
+ "exclusiveMinimum": 0,
276
+ "maximum": 9007199254740991
277
+ },
278
+ {
279
+ "type": "string",
280
+ "minLength": 1
281
+ }
282
+ ]
283
+ },
284
+ "ownerRepo": {
285
+ "type": "string",
286
+ "minLength": 1,
287
+ "maxLength": 256
288
+ }
289
+ },
290
+ "required": [
291
+ "kind",
292
+ "id"
293
+ ],
294
+ "additionalProperties": false
295
+ },
296
+ "binding": {
297
+ "type": "object",
298
+ "properties": {
299
+ "sourceRef": {
300
+ "type": "string",
301
+ "minLength": 1,
302
+ "maxLength": 256
303
+ },
304
+ "ontologyId": {
305
+ "type": "string",
306
+ "minLength": 1,
307
+ "maxLength": 256
308
+ },
309
+ "projectionRef": {
310
+ "type": "string",
311
+ "minLength": 1,
312
+ "maxLength": 256
313
+ },
314
+ "stateRef": {
315
+ "type": "string",
316
+ "minLength": 1,
317
+ "maxLength": 256
318
+ }
319
+ },
320
+ "additionalProperties": false
321
+ },
322
+ "access": {
323
+ "type": "object",
324
+ "properties": {
325
+ "actions": {
326
+ "default": [],
327
+ "type": "array",
328
+ "items": {
329
+ "type": "string",
330
+ "enum": [
331
+ "read",
332
+ "write",
333
+ "execute",
334
+ "manage-permissions"
335
+ ]
336
+ }
337
+ }
338
+ },
339
+ "required": [
340
+ "actions"
341
+ ],
342
+ "additionalProperties": false
343
+ },
344
+ "rendererConfig": {
345
+ "type": "object",
346
+ "properties": {
347
+ "schemaRef": {
348
+ "type": "string",
349
+ "minLength": 1,
350
+ "maxLength": 256
351
+ },
352
+ "value": {
353
+ "type": "object",
354
+ "propertyNames": {
355
+ "type": "string"
356
+ },
357
+ "additionalProperties": {
358
+ "$ref": "#/$defs/__schema0"
359
+ }
360
+ }
361
+ },
362
+ "required": [
363
+ "schemaRef",
364
+ "value"
365
+ ],
366
+ "additionalProperties": false
367
+ },
368
+ "navigation": {
369
+ "type": "object",
370
+ "properties": {
371
+ "label": {
372
+ "anyOf": [
373
+ {
374
+ "type": "string",
375
+ "minLength": 1
376
+ },
377
+ {
378
+ "type": "object",
379
+ "propertyNames": {
380
+ "type": "string",
381
+ "pattern": "^[a-z]{2,3}(?:-[A-Z][a-z]{3})?(?:-[A-Z]{2}|-\\d{3})?$"
382
+ },
383
+ "additionalProperties": {
384
+ "type": "string",
385
+ "minLength": 1
386
+ }
387
+ }
388
+ ]
389
+ },
390
+ "iconRef": {
391
+ "type": "string",
392
+ "minLength": 1,
393
+ "maxLength": 256
394
+ },
395
+ "parentPageId": {
396
+ "type": "string",
397
+ "minLength": 1,
398
+ "maxLength": 256
399
+ },
400
+ "order": {
401
+ "type": "integer",
402
+ "minimum": -9007199254740991,
403
+ "maximum": 9007199254740991
404
+ },
405
+ "hidden": {
406
+ "default": false,
407
+ "type": "boolean"
408
+ },
409
+ "pinned": {
410
+ "default": false,
411
+ "type": "boolean"
412
+ }
413
+ },
414
+ "required": [
415
+ "label",
416
+ "hidden",
417
+ "pinned"
418
+ ],
419
+ "additionalProperties": false
420
+ },
421
+ "visibility": {
422
+ "type": "object",
423
+ "properties": {
424
+ "authenticated": {
425
+ "default": true,
426
+ "type": "boolean"
427
+ },
428
+ "permissionAllOf": {
429
+ "default": [],
430
+ "type": "array",
431
+ "items": {
432
+ "type": "string",
433
+ "minLength": 1,
434
+ "maxLength": 256
435
+ }
436
+ },
437
+ "permissionAnyOf": {
438
+ "default": [],
439
+ "type": "array",
440
+ "items": {
441
+ "type": "string",
442
+ "minLength": 1,
443
+ "maxLength": 256
444
+ }
445
+ },
446
+ "featureFlags": {
447
+ "default": [],
448
+ "type": "array",
449
+ "items": {
450
+ "type": "string",
451
+ "minLength": 1,
452
+ "maxLength": 256
453
+ }
454
+ },
455
+ "productContexts": {
456
+ "minItems": 1,
457
+ "type": "array",
458
+ "items": {
459
+ "type": "string",
460
+ "enum": [
461
+ "studio",
462
+ "kernel",
463
+ "compute"
464
+ ]
465
+ }
466
+ }
467
+ },
468
+ "required": [
469
+ "authenticated",
470
+ "permissionAllOf",
471
+ "permissionAnyOf",
472
+ "featureFlags",
473
+ "productContexts"
474
+ ],
475
+ "additionalProperties": false
476
+ }
477
+ },
478
+ "required": [
479
+ "contract",
480
+ "pageId",
481
+ "ownerRepo",
482
+ "title",
483
+ "pageType",
484
+ "ownership",
485
+ "record",
486
+ "surface",
487
+ "routeId",
488
+ "routePath",
489
+ "rendererKey",
490
+ "capabilityRef",
491
+ "capabilityRefs",
492
+ "binding",
493
+ "access",
494
+ "rendererConfig",
495
+ "navigation",
496
+ "visibility"
497
+ ],
498
+ "additionalProperties": false
499
+ },
500
+ "nodeId": {
501
+ "type": "string",
502
+ "minLength": 1,
503
+ "maxLength": 256
504
+ },
505
+ "parentNodeId": {
506
+ "type": "string",
507
+ "minLength": 1,
508
+ "maxLength": 256
509
+ },
510
+ "slot": {
511
+ "type": "string",
512
+ "minLength": 1,
513
+ "maxLength": 256
514
+ },
515
+ "semanticRef": {
516
+ "type": "string",
517
+ "minLength": 1,
518
+ "maxLength": 256
519
+ },
520
+ "dataContextRef": {
521
+ "type": "string",
522
+ "minLength": 1,
523
+ "maxLength": 256
524
+ },
525
+ "providerRef": {
526
+ "type": "object",
527
+ "properties": {
528
+ "kind": {
529
+ "type": "string",
530
+ "minLength": 1,
531
+ "maxLength": 256
532
+ },
533
+ "id": {
534
+ "type": "string",
535
+ "minLength": 1,
536
+ "maxLength": 256
537
+ },
538
+ "version": {
539
+ "anyOf": [
540
+ {
541
+ "type": "integer",
542
+ "exclusiveMinimum": 0,
543
+ "maximum": 9007199254740991
544
+ },
545
+ {
546
+ "type": "string",
547
+ "minLength": 1
548
+ }
549
+ ]
550
+ },
551
+ "ownerRepo": {
552
+ "type": "string",
553
+ "minLength": 1,
554
+ "maxLength": 256
555
+ }
556
+ },
557
+ "required": [
558
+ "kind",
559
+ "id"
560
+ ],
561
+ "additionalProperties": false
562
+ },
563
+ "surface": {
564
+ "type": "object",
565
+ "properties": {
566
+ "frameOwner": {
567
+ "type": "string",
568
+ "minLength": 1,
569
+ "maxLength": 256
570
+ },
571
+ "tone": {
572
+ "type": "string",
573
+ "minLength": 1,
574
+ "maxLength": 256
575
+ },
576
+ "density": {
577
+ "default": "default",
578
+ "type": "string",
579
+ "enum": [
580
+ "compact",
581
+ "default",
582
+ "comfortable"
583
+ ]
584
+ }
585
+ },
586
+ "required": [
587
+ "frameOwner",
588
+ "density"
589
+ ],
590
+ "additionalProperties": false
591
+ },
592
+ "scroll": {
593
+ "type": "object",
594
+ "properties": {
595
+ "owner": {
596
+ "type": "string",
597
+ "enum": [
598
+ "page",
599
+ "surface",
600
+ "provider"
601
+ ]
602
+ },
603
+ "axis": {
604
+ "type": "string",
605
+ "enum": [
606
+ "x",
607
+ "y",
608
+ "both",
609
+ "none"
610
+ ]
611
+ },
612
+ "restoreKey": {
613
+ "type": "string",
614
+ "minLength": 1,
615
+ "maxLength": 256
616
+ },
617
+ "virtualized": {
618
+ "default": false,
619
+ "type": "boolean"
620
+ }
621
+ },
622
+ "required": [
623
+ "owner",
624
+ "axis",
625
+ "virtualized"
626
+ ],
627
+ "additionalProperties": false
628
+ },
629
+ "activation": {
630
+ "type": "string",
631
+ "enum": [
632
+ "navigate",
633
+ "select",
634
+ "drawer",
635
+ "modal",
636
+ "fullscreen"
637
+ ]
638
+ },
639
+ "lifecycle": {
640
+ "type": "object",
641
+ "properties": {
642
+ "mountPolicy": {
643
+ "type": "string",
644
+ "enum": [
645
+ "always",
646
+ "when-visible",
647
+ "when-active"
648
+ ]
649
+ },
650
+ "queryPolicy": {
651
+ "type": "string",
652
+ "enum": [
653
+ "always",
654
+ "when-visible",
655
+ "when-active",
656
+ "manual"
657
+ ]
658
+ },
659
+ "deepLink": {
660
+ "type": "boolean"
661
+ },
662
+ "focusReturn": {
663
+ "type": "boolean"
664
+ }
665
+ },
666
+ "required": [
667
+ "mountPolicy",
668
+ "queryPolicy",
669
+ "deepLink",
670
+ "focusReturn"
671
+ ],
672
+ "additionalProperties": false
673
+ }
674
+ },
675
+ "required": [
676
+ "contract",
677
+ "page",
678
+ "nodeId",
679
+ "surface",
680
+ "scroll",
681
+ "activation",
682
+ "lifecycle"
683
+ ],
684
+ "additionalProperties": false,
685
+ "$defs": {
686
+ "__schema0": {
687
+ "anyOf": [
688
+ {
689
+ "type": "string"
690
+ },
691
+ {
692
+ "type": "number"
693
+ },
694
+ {
695
+ "type": "boolean"
696
+ },
697
+ {
698
+ "type": "null"
699
+ },
700
+ {
701
+ "type": "array",
702
+ "items": {
703
+ "$ref": "#/$defs/__schema0"
704
+ }
705
+ },
706
+ {
707
+ "type": "object",
708
+ "propertyNames": {
709
+ "type": "string"
710
+ },
711
+ "additionalProperties": {
712
+ "$ref": "#/$defs/__schema0"
713
+ }
714
+ }
715
+ ]
716
+ }
717
+ },
718
+ "$id": "https://schemas.infmonkeys.com/contracts/page-runtime-descriptor.schema.json",
719
+ "title": "page-runtime-descriptor"
720
+ }