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