@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,377 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "contract": {
6
+ "type": "string",
7
+ "const": "ApplicationHandoff"
8
+ },
9
+ "handoffId": {
10
+ "type": "string",
11
+ "minLength": 1,
12
+ "maxLength": 256
13
+ },
14
+ "source": {
15
+ "type": "object",
16
+ "properties": {
17
+ "product": {
18
+ "type": "string",
19
+ "enum": [
20
+ "studio",
21
+ "kernel",
22
+ "compute"
23
+ ]
24
+ },
25
+ "pageId": {
26
+ "type": "string",
27
+ "minLength": 1,
28
+ "maxLength": 256
29
+ },
30
+ "viewId": {
31
+ "type": "string",
32
+ "minLength": 1,
33
+ "maxLength": 256
34
+ },
35
+ "objectRef": {
36
+ "type": "object",
37
+ "properties": {
38
+ "kind": {
39
+ "type": "string",
40
+ "minLength": 1,
41
+ "maxLength": 256
42
+ },
43
+ "id": {
44
+ "type": "string",
45
+ "minLength": 1,
46
+ "maxLength": 256
47
+ },
48
+ "version": {
49
+ "anyOf": [
50
+ {
51
+ "type": "integer",
52
+ "exclusiveMinimum": 0,
53
+ "maximum": 9007199254740991
54
+ },
55
+ {
56
+ "type": "string",
57
+ "minLength": 1
58
+ }
59
+ ]
60
+ },
61
+ "ownerRepo": {
62
+ "type": "string",
63
+ "minLength": 1,
64
+ "maxLength": 256
65
+ }
66
+ },
67
+ "required": [
68
+ "kind",
69
+ "id"
70
+ ],
71
+ "additionalProperties": false
72
+ },
73
+ "runtimeRef": {
74
+ "type": "object",
75
+ "properties": {
76
+ "kind": {
77
+ "type": "string",
78
+ "minLength": 1,
79
+ "maxLength": 256
80
+ },
81
+ "id": {
82
+ "type": "string",
83
+ "minLength": 1,
84
+ "maxLength": 256
85
+ },
86
+ "version": {
87
+ "anyOf": [
88
+ {
89
+ "type": "integer",
90
+ "exclusiveMinimum": 0,
91
+ "maximum": 9007199254740991
92
+ },
93
+ {
94
+ "type": "string",
95
+ "minLength": 1
96
+ }
97
+ ]
98
+ },
99
+ "ownerRepo": {
100
+ "type": "string",
101
+ "minLength": 1,
102
+ "maxLength": 256
103
+ }
104
+ },
105
+ "required": [
106
+ "kind",
107
+ "id"
108
+ ],
109
+ "additionalProperties": false
110
+ },
111
+ "activationId": {
112
+ "type": "string",
113
+ "minLength": 1,
114
+ "maxLength": 256
115
+ },
116
+ "path": {
117
+ "type": "string",
118
+ "pattern": "^\\/(?!\\/)"
119
+ }
120
+ },
121
+ "required": [
122
+ "product",
123
+ "pageId",
124
+ "path"
125
+ ],
126
+ "additionalProperties": false
127
+ },
128
+ "target": {
129
+ "type": "object",
130
+ "properties": {
131
+ "product": {
132
+ "type": "string",
133
+ "enum": [
134
+ "studio",
135
+ "kernel",
136
+ "compute"
137
+ ]
138
+ },
139
+ "pageId": {
140
+ "type": "string",
141
+ "minLength": 1,
142
+ "maxLength": 256
143
+ },
144
+ "viewId": {
145
+ "type": "string",
146
+ "minLength": 1,
147
+ "maxLength": 256
148
+ },
149
+ "objectRef": {
150
+ "type": "object",
151
+ "properties": {
152
+ "kind": {
153
+ "type": "string",
154
+ "minLength": 1,
155
+ "maxLength": 256
156
+ },
157
+ "id": {
158
+ "type": "string",
159
+ "minLength": 1,
160
+ "maxLength": 256
161
+ },
162
+ "version": {
163
+ "anyOf": [
164
+ {
165
+ "type": "integer",
166
+ "exclusiveMinimum": 0,
167
+ "maximum": 9007199254740991
168
+ },
169
+ {
170
+ "type": "string",
171
+ "minLength": 1
172
+ }
173
+ ]
174
+ },
175
+ "ownerRepo": {
176
+ "type": "string",
177
+ "minLength": 1,
178
+ "maxLength": 256
179
+ }
180
+ },
181
+ "required": [
182
+ "kind",
183
+ "id"
184
+ ],
185
+ "additionalProperties": false
186
+ },
187
+ "runtimeRef": {
188
+ "type": "object",
189
+ "properties": {
190
+ "kind": {
191
+ "type": "string",
192
+ "minLength": 1,
193
+ "maxLength": 256
194
+ },
195
+ "id": {
196
+ "type": "string",
197
+ "minLength": 1,
198
+ "maxLength": 256
199
+ },
200
+ "version": {
201
+ "anyOf": [
202
+ {
203
+ "type": "integer",
204
+ "exclusiveMinimum": 0,
205
+ "maximum": 9007199254740991
206
+ },
207
+ {
208
+ "type": "string",
209
+ "minLength": 1
210
+ }
211
+ ]
212
+ },
213
+ "ownerRepo": {
214
+ "type": "string",
215
+ "minLength": 1,
216
+ "maxLength": 256
217
+ }
218
+ },
219
+ "required": [
220
+ "kind",
221
+ "id"
222
+ ],
223
+ "additionalProperties": false
224
+ },
225
+ "activationId": {
226
+ "type": "string",
227
+ "minLength": 1,
228
+ "maxLength": 256
229
+ },
230
+ "path": {
231
+ "type": "string",
232
+ "pattern": "^\\/(?!\\/)"
233
+ }
234
+ },
235
+ "required": [
236
+ "product",
237
+ "pageId",
238
+ "path"
239
+ ],
240
+ "additionalProperties": false
241
+ },
242
+ "returnTarget": {
243
+ "type": "object",
244
+ "properties": {
245
+ "product": {
246
+ "type": "string",
247
+ "enum": [
248
+ "studio",
249
+ "kernel",
250
+ "compute"
251
+ ]
252
+ },
253
+ "pageId": {
254
+ "type": "string",
255
+ "minLength": 1,
256
+ "maxLength": 256
257
+ },
258
+ "viewId": {
259
+ "type": "string",
260
+ "minLength": 1,
261
+ "maxLength": 256
262
+ },
263
+ "objectRef": {
264
+ "type": "object",
265
+ "properties": {
266
+ "kind": {
267
+ "type": "string",
268
+ "minLength": 1,
269
+ "maxLength": 256
270
+ },
271
+ "id": {
272
+ "type": "string",
273
+ "minLength": 1,
274
+ "maxLength": 256
275
+ },
276
+ "version": {
277
+ "anyOf": [
278
+ {
279
+ "type": "integer",
280
+ "exclusiveMinimum": 0,
281
+ "maximum": 9007199254740991
282
+ },
283
+ {
284
+ "type": "string",
285
+ "minLength": 1
286
+ }
287
+ ]
288
+ },
289
+ "ownerRepo": {
290
+ "type": "string",
291
+ "minLength": 1,
292
+ "maxLength": 256
293
+ }
294
+ },
295
+ "required": [
296
+ "kind",
297
+ "id"
298
+ ],
299
+ "additionalProperties": false
300
+ },
301
+ "runtimeRef": {
302
+ "type": "object",
303
+ "properties": {
304
+ "kind": {
305
+ "type": "string",
306
+ "minLength": 1,
307
+ "maxLength": 256
308
+ },
309
+ "id": {
310
+ "type": "string",
311
+ "minLength": 1,
312
+ "maxLength": 256
313
+ },
314
+ "version": {
315
+ "anyOf": [
316
+ {
317
+ "type": "integer",
318
+ "exclusiveMinimum": 0,
319
+ "maximum": 9007199254740991
320
+ },
321
+ {
322
+ "type": "string",
323
+ "minLength": 1
324
+ }
325
+ ]
326
+ },
327
+ "ownerRepo": {
328
+ "type": "string",
329
+ "minLength": 1,
330
+ "maxLength": 256
331
+ }
332
+ },
333
+ "required": [
334
+ "kind",
335
+ "id"
336
+ ],
337
+ "additionalProperties": false
338
+ },
339
+ "activationId": {
340
+ "type": "string",
341
+ "minLength": 1,
342
+ "maxLength": 256
343
+ },
344
+ "path": {
345
+ "type": "string",
346
+ "pattern": "^\\/(?!\\/)"
347
+ }
348
+ },
349
+ "required": [
350
+ "product",
351
+ "pageId",
352
+ "path"
353
+ ],
354
+ "additionalProperties": false
355
+ },
356
+ "traceId": {
357
+ "type": "string",
358
+ "minLength": 1,
359
+ "maxLength": 256
360
+ },
361
+ "createdAt": {
362
+ "type": "string",
363
+ "format": "date-time",
364
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
365
+ }
366
+ },
367
+ "required": [
368
+ "contract",
369
+ "handoffId",
370
+ "source",
371
+ "target",
372
+ "createdAt"
373
+ ],
374
+ "additionalProperties": false,
375
+ "$id": "https://schemas.infmonkeys.com/contracts/application-handoff.schema.json",
376
+ "title": "application-handoff"
377
+ }
@@ -0,0 +1,302 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "contract": {
6
+ "type": "string",
7
+ "const": "ApplicationRun"
8
+ },
9
+ "runId": {
10
+ "type": "string",
11
+ "minLength": 1,
12
+ "maxLength": 256
13
+ },
14
+ "definitionRef": {
15
+ "type": "object",
16
+ "properties": {
17
+ "kind": {
18
+ "type": "string",
19
+ "minLength": 1,
20
+ "maxLength": 256
21
+ },
22
+ "id": {
23
+ "type": "string",
24
+ "minLength": 1,
25
+ "maxLength": 256
26
+ },
27
+ "version": {
28
+ "anyOf": [
29
+ {
30
+ "type": "integer",
31
+ "exclusiveMinimum": 0,
32
+ "maximum": 9007199254740991
33
+ },
34
+ {
35
+ "type": "string",
36
+ "minLength": 1
37
+ }
38
+ ]
39
+ },
40
+ "ownerRepo": {
41
+ "type": "string",
42
+ "minLength": 1,
43
+ "maxLength": 256
44
+ }
45
+ },
46
+ "required": [
47
+ "kind",
48
+ "id"
49
+ ],
50
+ "additionalProperties": false
51
+ },
52
+ "runtimeLedgerRef": {
53
+ "type": "object",
54
+ "properties": {
55
+ "kind": {
56
+ "type": "string",
57
+ "minLength": 1,
58
+ "maxLength": 256
59
+ },
60
+ "id": {
61
+ "type": "string",
62
+ "minLength": 1,
63
+ "maxLength": 256
64
+ },
65
+ "version": {
66
+ "anyOf": [
67
+ {
68
+ "type": "integer",
69
+ "exclusiveMinimum": 0,
70
+ "maximum": 9007199254740991
71
+ },
72
+ {
73
+ "type": "string",
74
+ "minLength": 1
75
+ }
76
+ ]
77
+ },
78
+ "ownerRepo": {
79
+ "type": "string",
80
+ "minLength": 1,
81
+ "maxLength": 256
82
+ }
83
+ },
84
+ "required": [
85
+ "kind",
86
+ "id"
87
+ ],
88
+ "additionalProperties": false
89
+ },
90
+ "requestId": {
91
+ "type": "string",
92
+ "minLength": 1,
93
+ "maxLength": 256
94
+ },
95
+ "actorRef": {
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
+ "status": {
134
+ "type": "string",
135
+ "enum": [
136
+ "PENDING",
137
+ "RUNNING",
138
+ "COMPLETED",
139
+ "FAILED",
140
+ "CANCELLED",
141
+ "EXPIRED"
142
+ ]
143
+ },
144
+ "inputRefs": {
145
+ "default": [],
146
+ "type": "array",
147
+ "items": {
148
+ "type": "object",
149
+ "properties": {
150
+ "kind": {
151
+ "type": "string",
152
+ "minLength": 1,
153
+ "maxLength": 256
154
+ },
155
+ "id": {
156
+ "type": "string",
157
+ "minLength": 1,
158
+ "maxLength": 256
159
+ },
160
+ "version": {
161
+ "anyOf": [
162
+ {
163
+ "type": "integer",
164
+ "exclusiveMinimum": 0,
165
+ "maximum": 9007199254740991
166
+ },
167
+ {
168
+ "type": "string",
169
+ "minLength": 1
170
+ }
171
+ ]
172
+ },
173
+ "ownerRepo": {
174
+ "type": "string",
175
+ "minLength": 1,
176
+ "maxLength": 256
177
+ }
178
+ },
179
+ "required": [
180
+ "kind",
181
+ "id"
182
+ ],
183
+ "additionalProperties": false
184
+ }
185
+ },
186
+ "outputRefs": {
187
+ "default": [],
188
+ "type": "array",
189
+ "items": {
190
+ "type": "object",
191
+ "properties": {
192
+ "kind": {
193
+ "type": "string",
194
+ "minLength": 1,
195
+ "maxLength": 256
196
+ },
197
+ "id": {
198
+ "type": "string",
199
+ "minLength": 1,
200
+ "maxLength": 256
201
+ },
202
+ "version": {
203
+ "anyOf": [
204
+ {
205
+ "type": "integer",
206
+ "exclusiveMinimum": 0,
207
+ "maximum": 9007199254740991
208
+ },
209
+ {
210
+ "type": "string",
211
+ "minLength": 1
212
+ }
213
+ ]
214
+ },
215
+ "ownerRepo": {
216
+ "type": "string",
217
+ "minLength": 1,
218
+ "maxLength": 256
219
+ }
220
+ },
221
+ "required": [
222
+ "kind",
223
+ "id"
224
+ ],
225
+ "additionalProperties": false
226
+ }
227
+ },
228
+ "startedAt": {
229
+ "type": "string",
230
+ "format": "date-time",
231
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
232
+ },
233
+ "completedAt": {
234
+ "type": "string",
235
+ "format": "date-time",
236
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
237
+ },
238
+ "expiresAt": {
239
+ "type": "string",
240
+ "format": "date-time",
241
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
242
+ },
243
+ "metadata": {
244
+ "default": {},
245
+ "type": "object",
246
+ "propertyNames": {
247
+ "type": "string"
248
+ },
249
+ "additionalProperties": {
250
+ "$ref": "#/$defs/__schema0"
251
+ }
252
+ }
253
+ },
254
+ "required": [
255
+ "contract",
256
+ "runId",
257
+ "definitionRef",
258
+ "runtimeLedgerRef",
259
+ "requestId",
260
+ "actorRef",
261
+ "status",
262
+ "inputRefs",
263
+ "outputRefs",
264
+ "metadata"
265
+ ],
266
+ "additionalProperties": false,
267
+ "$defs": {
268
+ "__schema0": {
269
+ "anyOf": [
270
+ {
271
+ "type": "string"
272
+ },
273
+ {
274
+ "type": "number"
275
+ },
276
+ {
277
+ "type": "boolean"
278
+ },
279
+ {
280
+ "type": "null"
281
+ },
282
+ {
283
+ "type": "array",
284
+ "items": {
285
+ "$ref": "#/$defs/__schema0"
286
+ }
287
+ },
288
+ {
289
+ "type": "object",
290
+ "propertyNames": {
291
+ "type": "string"
292
+ },
293
+ "additionalProperties": {
294
+ "$ref": "#/$defs/__schema0"
295
+ }
296
+ }
297
+ ]
298
+ }
299
+ },
300
+ "$id": "https://schemas.infmonkeys.com/contracts/application-run.schema.json",
301
+ "title": "application-run"
302
+ }