@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,404 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "ownerApp": {
6
+ "type": "string"
7
+ },
8
+ "createTime": {
9
+ "type": "integer",
10
+ "minimum": 0,
11
+ "maximum": 9007199254740991
12
+ },
13
+ "updateTime": {
14
+ "type": "integer",
15
+ "minimum": 0,
16
+ "maximum": 9007199254740991
17
+ },
18
+ "createdBy": {
19
+ "type": "string"
20
+ },
21
+ "updatedBy": {
22
+ "type": "string"
23
+ },
24
+ "name": {
25
+ "type": "string",
26
+ "minLength": 1,
27
+ "maxLength": 256
28
+ },
29
+ "description": {
30
+ "type": "string"
31
+ },
32
+ "version": {
33
+ "type": "integer",
34
+ "exclusiveMinimum": 0,
35
+ "maximum": 9007199254740991
36
+ },
37
+ "tasks": {
38
+ "type": "array",
39
+ "items": {
40
+ "$ref": "#/$defs/__schema0"
41
+ }
42
+ },
43
+ "inputParameters": {
44
+ "type": "array",
45
+ "items": {
46
+ "type": "string",
47
+ "minLength": 1,
48
+ "maxLength": 256
49
+ }
50
+ },
51
+ "outputParameters": {
52
+ "type": "object",
53
+ "propertyNames": {
54
+ "type": "string"
55
+ },
56
+ "additionalProperties": {
57
+ "$ref": "#/$defs/__schema1"
58
+ }
59
+ },
60
+ "failureWorkflow": {
61
+ "type": "string",
62
+ "minLength": 1,
63
+ "maxLength": 256
64
+ },
65
+ "schemaVersion": {
66
+ "type": "integer",
67
+ "exclusiveMinimum": 0,
68
+ "maximum": 9007199254740991
69
+ },
70
+ "restartable": {
71
+ "type": "boolean"
72
+ },
73
+ "workflowStatusListenerEnabled": {
74
+ "type": "boolean"
75
+ },
76
+ "ownerEmail": {
77
+ "type": "string",
78
+ "format": "email",
79
+ "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
80
+ },
81
+ "timeoutPolicy": {
82
+ "type": "string",
83
+ "enum": [
84
+ "TIME_OUT_WF",
85
+ "ALERT_ONLY"
86
+ ]
87
+ },
88
+ "timeoutSeconds": {
89
+ "type": "integer",
90
+ "minimum": 0,
91
+ "maximum": 9007199254740991
92
+ },
93
+ "variables": {
94
+ "type": "object",
95
+ "propertyNames": {
96
+ "type": "string"
97
+ },
98
+ "additionalProperties": {
99
+ "$ref": "#/$defs/__schema1"
100
+ }
101
+ },
102
+ "inputTemplate": {
103
+ "type": "object",
104
+ "propertyNames": {
105
+ "type": "string"
106
+ },
107
+ "additionalProperties": {
108
+ "$ref": "#/$defs/__schema1"
109
+ }
110
+ }
111
+ },
112
+ "required": [
113
+ "name",
114
+ "version",
115
+ "tasks",
116
+ "inputParameters",
117
+ "timeoutSeconds"
118
+ ],
119
+ "additionalProperties": false,
120
+ "$defs": {
121
+ "__schema0": {
122
+ "type": "object",
123
+ "properties": {
124
+ "name": {
125
+ "type": "string",
126
+ "minLength": 1,
127
+ "maxLength": 256
128
+ },
129
+ "taskReferenceName": {
130
+ "type": "string",
131
+ "minLength": 1,
132
+ "maxLength": 256
133
+ },
134
+ "type": {
135
+ "type": "string",
136
+ "enum": [
137
+ "SIMPLE",
138
+ "DYNAMIC",
139
+ "FORK_JOIN",
140
+ "FORK_JOIN_DYNAMIC",
141
+ "DECISION",
142
+ "SWITCH",
143
+ "JOIN",
144
+ "DO_WHILE",
145
+ "SUB_WORKFLOW",
146
+ "START_WORKFLOW",
147
+ "EVENT",
148
+ "WAIT",
149
+ "HUMAN",
150
+ "USER_DEFINED",
151
+ "HTTP",
152
+ "LAMBDA",
153
+ "INLINE",
154
+ "EXCLUSIVE_JOIN",
155
+ "TERMINATE",
156
+ "KAFKA_PUBLISH",
157
+ "JSON_JQ_TRANSFORM",
158
+ "SET_VARIABLE",
159
+ "CALL_MCP_TOOL",
160
+ "GENERATE_AUDIO",
161
+ "GENERATE_IMAGE",
162
+ "GENERATE_PDF",
163
+ "GENERATE_VIDEO",
164
+ "LIST_MCP_TOOLS",
165
+ "LLM_CHAT_COMPLETE",
166
+ "LLM_GENERATE_EMBEDDINGS",
167
+ "LLM_INDEX_TEXT",
168
+ "LLM_SEARCH_INDEX",
169
+ "TITUS",
170
+ "USER_TASK"
171
+ ]
172
+ },
173
+ "inputParameters": {
174
+ "type": "object",
175
+ "propertyNames": {
176
+ "type": "string"
177
+ },
178
+ "additionalProperties": {
179
+ "$ref": "#/$defs/__schema1"
180
+ }
181
+ },
182
+ "startDelay": {
183
+ "type": "integer",
184
+ "minimum": 0,
185
+ "maximum": 9007199254740991
186
+ },
187
+ "optional": {
188
+ "type": "boolean"
189
+ },
190
+ "asyncComplete": {
191
+ "type": "boolean"
192
+ },
193
+ "rateLimited": {
194
+ "type": "boolean"
195
+ },
196
+ "retryCount": {
197
+ "type": "integer",
198
+ "minimum": 0,
199
+ "maximum": 9007199254740991
200
+ },
201
+ "taskDefinition": {
202
+ "type": "object",
203
+ "propertyNames": {
204
+ "type": "string"
205
+ },
206
+ "additionalProperties": {
207
+ "$ref": "#/$defs/__schema1"
208
+ }
209
+ },
210
+ "loopCondition": {
211
+ "type": "string"
212
+ },
213
+ "loopOver": {
214
+ "type": "array",
215
+ "items": {
216
+ "$ref": "#/$defs/__schema0"
217
+ }
218
+ },
219
+ "sink": {
220
+ "type": "string"
221
+ },
222
+ "forkTasks": {
223
+ "type": "array",
224
+ "items": {
225
+ "type": "array",
226
+ "items": {
227
+ "$ref": "#/$defs/__schema0"
228
+ }
229
+ }
230
+ },
231
+ "joinOn": {
232
+ "type": "array",
233
+ "items": {
234
+ "type": "string",
235
+ "minLength": 1,
236
+ "maxLength": 256
237
+ }
238
+ },
239
+ "defaultExclusiveJoinTask": {
240
+ "type": "array",
241
+ "items": {
242
+ "type": "string",
243
+ "minLength": 1,
244
+ "maxLength": 256
245
+ }
246
+ },
247
+ "dynamicForkTasksParam": {
248
+ "type": "string"
249
+ },
250
+ "dynamicForkTasksInputParamName": {
251
+ "type": "string"
252
+ },
253
+ "subWorkflowParam": {
254
+ "type": "object",
255
+ "properties": {
256
+ "$ref": {
257
+ "type": "string"
258
+ },
259
+ "name": {
260
+ "type": "string",
261
+ "minLength": 1,
262
+ "maxLength": 256
263
+ },
264
+ "version": {
265
+ "type": "integer",
266
+ "exclusiveMinimum": 0,
267
+ "maximum": 9007199254740991
268
+ },
269
+ "taskToDomain": {
270
+ "type": "object",
271
+ "propertyNames": {
272
+ "type": "string"
273
+ },
274
+ "additionalProperties": {
275
+ "type": "string"
276
+ }
277
+ },
278
+ "workflowDefinition": {
279
+ "type": "object",
280
+ "propertyNames": {
281
+ "type": "string"
282
+ },
283
+ "additionalProperties": {
284
+ "$ref": "#/$defs/__schema1"
285
+ }
286
+ }
287
+ },
288
+ "required": [
289
+ "name"
290
+ ],
291
+ "additionalProperties": false
292
+ },
293
+ "decisionCases": {
294
+ "type": "object",
295
+ "propertyNames": {
296
+ "type": "string"
297
+ },
298
+ "additionalProperties": {
299
+ "type": "array",
300
+ "items": {
301
+ "$ref": "#/$defs/__schema0"
302
+ }
303
+ }
304
+ },
305
+ "defaultCase": {
306
+ "type": "array",
307
+ "items": {
308
+ "$ref": "#/$defs/__schema0"
309
+ }
310
+ },
311
+ "evaluatorType": {
312
+ "type": "string",
313
+ "enum": [
314
+ "value-param",
315
+ "javascript",
316
+ "graaljs"
317
+ ]
318
+ },
319
+ "expression": {
320
+ "type": "string"
321
+ },
322
+ "__alias": {
323
+ "$ref": "#/$defs/__schema1"
324
+ },
325
+ "callbackFromWorker": {
326
+ "type": "boolean"
327
+ },
328
+ "caseExpression": {
329
+ "$ref": "#/$defs/__schema1"
330
+ },
331
+ "caseValueParam": {
332
+ "type": "string"
333
+ },
334
+ "dependencies": {
335
+ "type": "array",
336
+ "items": {
337
+ "$ref": "#/$defs/__schema1"
338
+ }
339
+ },
340
+ "description": {
341
+ "type": "string"
342
+ },
343
+ "dynamicTaskNameParam": {
344
+ "type": "string"
345
+ },
346
+ "joinMode": {
347
+ "type": "string"
348
+ },
349
+ "permissive": {
350
+ "type": "boolean"
351
+ },
352
+ "joinTaskRef": {
353
+ "type": "string",
354
+ "minLength": 1,
355
+ "maxLength": 256
356
+ },
357
+ "forkTaskRef": {
358
+ "type": "string",
359
+ "minLength": 1,
360
+ "maxLength": 256
361
+ }
362
+ },
363
+ "required": [
364
+ "name",
365
+ "taskReferenceName",
366
+ "type"
367
+ ],
368
+ "additionalProperties": false
369
+ },
370
+ "__schema1": {
371
+ "anyOf": [
372
+ {
373
+ "type": "string"
374
+ },
375
+ {
376
+ "type": "number"
377
+ },
378
+ {
379
+ "type": "boolean"
380
+ },
381
+ {
382
+ "type": "null"
383
+ },
384
+ {
385
+ "type": "array",
386
+ "items": {
387
+ "$ref": "#/$defs/__schema1"
388
+ }
389
+ },
390
+ {
391
+ "type": "object",
392
+ "propertyNames": {
393
+ "type": "string"
394
+ },
395
+ "additionalProperties": {
396
+ "$ref": "#/$defs/__schema1"
397
+ }
398
+ }
399
+ ]
400
+ }
401
+ },
402
+ "$id": "https://schemas.infmonkeys.com/contracts/conductor-workflow-definition.schema.json",
403
+ "title": "conductor-workflow-definition"
404
+ }
@@ -0,0 +1,269 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "contract": {
6
+ "type": "string",
7
+ "const": "DataContinuityEnvelope"
8
+ },
9
+ "tenantId": {
10
+ "type": "string",
11
+ "minLength": 1,
12
+ "maxLength": 256
13
+ },
14
+ "teamId": {
15
+ "type": "string",
16
+ "minLength": 1,
17
+ "maxLength": 256
18
+ },
19
+ "sourceRef": {
20
+ "type": "object",
21
+ "properties": {
22
+ "kind": {
23
+ "type": "string",
24
+ "minLength": 1,
25
+ "maxLength": 256
26
+ },
27
+ "id": {
28
+ "type": "string",
29
+ "minLength": 1,
30
+ "maxLength": 256
31
+ },
32
+ "version": {
33
+ "anyOf": [
34
+ {
35
+ "type": "integer",
36
+ "exclusiveMinimum": 0,
37
+ "maximum": 9007199254740991
38
+ },
39
+ {
40
+ "type": "string",
41
+ "minLength": 1
42
+ }
43
+ ]
44
+ },
45
+ "ownerRepo": {
46
+ "type": "string",
47
+ "minLength": 1,
48
+ "maxLength": 256
49
+ }
50
+ },
51
+ "required": [
52
+ "kind",
53
+ "id"
54
+ ],
55
+ "additionalProperties": false
56
+ },
57
+ "bodyRef": {
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
+ "runRef": {
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
+ "outputRef": {
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
+ "artifactRef": {
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
+ "requestId": {
210
+ "type": "string",
211
+ "minLength": 1,
212
+ "maxLength": 256
213
+ },
214
+ "actorRef": {
215
+ "type": "object",
216
+ "properties": {
217
+ "kind": {
218
+ "type": "string",
219
+ "minLength": 1,
220
+ "maxLength": 256
221
+ },
222
+ "id": {
223
+ "type": "string",
224
+ "minLength": 1,
225
+ "maxLength": 256
226
+ },
227
+ "version": {
228
+ "anyOf": [
229
+ {
230
+ "type": "integer",
231
+ "exclusiveMinimum": 0,
232
+ "maximum": 9007199254740991
233
+ },
234
+ {
235
+ "type": "string",
236
+ "minLength": 1
237
+ }
238
+ ]
239
+ },
240
+ "ownerRepo": {
241
+ "type": "string",
242
+ "minLength": 1,
243
+ "maxLength": 256
244
+ }
245
+ },
246
+ "required": [
247
+ "kind",
248
+ "id"
249
+ ],
250
+ "additionalProperties": false
251
+ },
252
+ "schemaVersion": {
253
+ "type": "integer",
254
+ "exclusiveMinimum": 0,
255
+ "maximum": 9007199254740991
256
+ }
257
+ },
258
+ "required": [
259
+ "contract",
260
+ "tenantId",
261
+ "teamId",
262
+ "requestId",
263
+ "actorRef",
264
+ "schemaVersion"
265
+ ],
266
+ "additionalProperties": false,
267
+ "$id": "https://schemas.infmonkeys.com/contracts/data-continuity-envelope.schema.json",
268
+ "title": "data-continuity-envelope"
269
+ }