@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,274 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "contract": {
6
+ "type": "string",
7
+ "const": "ChangeImpactGraph"
8
+ },
9
+ "declarationId": {
10
+ "type": "string",
11
+ "minLength": 1,
12
+ "maxLength": 256
13
+ },
14
+ "nodes": {
15
+ "type": "array",
16
+ "items": {
17
+ "type": "object",
18
+ "properties": {
19
+ "kind": {
20
+ "type": "string",
21
+ "minLength": 1,
22
+ "maxLength": 256
23
+ },
24
+ "id": {
25
+ "type": "string",
26
+ "minLength": 1,
27
+ "maxLength": 256
28
+ },
29
+ "version": {
30
+ "anyOf": [
31
+ {
32
+ "type": "integer",
33
+ "exclusiveMinimum": 0,
34
+ "maximum": 9007199254740991
35
+ },
36
+ {
37
+ "type": "string",
38
+ "minLength": 1
39
+ }
40
+ ]
41
+ },
42
+ "ownerRepo": {
43
+ "type": "string",
44
+ "minLength": 1,
45
+ "maxLength": 256
46
+ }
47
+ },
48
+ "required": [
49
+ "kind",
50
+ "id"
51
+ ],
52
+ "additionalProperties": false
53
+ }
54
+ },
55
+ "edges": {
56
+ "type": "array",
57
+ "items": {
58
+ "type": "object",
59
+ "properties": {
60
+ "from": {
61
+ "type": "object",
62
+ "properties": {
63
+ "kind": {
64
+ "type": "string",
65
+ "minLength": 1,
66
+ "maxLength": 256
67
+ },
68
+ "id": {
69
+ "type": "string",
70
+ "minLength": 1,
71
+ "maxLength": 256
72
+ },
73
+ "version": {
74
+ "anyOf": [
75
+ {
76
+ "type": "integer",
77
+ "exclusiveMinimum": 0,
78
+ "maximum": 9007199254740991
79
+ },
80
+ {
81
+ "type": "string",
82
+ "minLength": 1
83
+ }
84
+ ]
85
+ },
86
+ "ownerRepo": {
87
+ "type": "string",
88
+ "minLength": 1,
89
+ "maxLength": 256
90
+ }
91
+ },
92
+ "required": [
93
+ "kind",
94
+ "id"
95
+ ],
96
+ "additionalProperties": false
97
+ },
98
+ "to": {
99
+ "type": "object",
100
+ "properties": {
101
+ "kind": {
102
+ "type": "string",
103
+ "minLength": 1,
104
+ "maxLength": 256
105
+ },
106
+ "id": {
107
+ "type": "string",
108
+ "minLength": 1,
109
+ "maxLength": 256
110
+ },
111
+ "version": {
112
+ "anyOf": [
113
+ {
114
+ "type": "integer",
115
+ "exclusiveMinimum": 0,
116
+ "maximum": 9007199254740991
117
+ },
118
+ {
119
+ "type": "string",
120
+ "minLength": 1
121
+ }
122
+ ]
123
+ },
124
+ "ownerRepo": {
125
+ "type": "string",
126
+ "minLength": 1,
127
+ "maxLength": 256
128
+ }
129
+ },
130
+ "required": [
131
+ "kind",
132
+ "id"
133
+ ],
134
+ "additionalProperties": false
135
+ },
136
+ "relation": {
137
+ "type": "string",
138
+ "enum": [
139
+ "uses-ontology",
140
+ "uses-projection",
141
+ "uses-capability",
142
+ "uses-command",
143
+ "relates-to-concept"
144
+ ]
145
+ }
146
+ },
147
+ "required": [
148
+ "from",
149
+ "to",
150
+ "relation"
151
+ ],
152
+ "additionalProperties": false
153
+ }
154
+ },
155
+ "impacts": {
156
+ "type": "array",
157
+ "items": {
158
+ "type": "object",
159
+ "properties": {
160
+ "changedRef": {
161
+ "type": "object",
162
+ "properties": {
163
+ "kind": {
164
+ "type": "string",
165
+ "minLength": 1,
166
+ "maxLength": 256
167
+ },
168
+ "id": {
169
+ "type": "string",
170
+ "minLength": 1,
171
+ "maxLength": 256
172
+ },
173
+ "version": {
174
+ "anyOf": [
175
+ {
176
+ "type": "integer",
177
+ "exclusiveMinimum": 0,
178
+ "maximum": 9007199254740991
179
+ },
180
+ {
181
+ "type": "string",
182
+ "minLength": 1
183
+ }
184
+ ]
185
+ },
186
+ "ownerRepo": {
187
+ "type": "string",
188
+ "minLength": 1,
189
+ "maxLength": 256
190
+ }
191
+ },
192
+ "required": [
193
+ "kind",
194
+ "id"
195
+ ],
196
+ "additionalProperties": false
197
+ },
198
+ "affectedRefs": {
199
+ "type": "array",
200
+ "items": {
201
+ "type": "object",
202
+ "properties": {
203
+ "kind": {
204
+ "type": "string",
205
+ "minLength": 1,
206
+ "maxLength": 256
207
+ },
208
+ "id": {
209
+ "type": "string",
210
+ "minLength": 1,
211
+ "maxLength": 256
212
+ },
213
+ "version": {
214
+ "anyOf": [
215
+ {
216
+ "type": "integer",
217
+ "exclusiveMinimum": 0,
218
+ "maximum": 9007199254740991
219
+ },
220
+ {
221
+ "type": "string",
222
+ "minLength": 1
223
+ }
224
+ ]
225
+ },
226
+ "ownerRepo": {
227
+ "type": "string",
228
+ "minLength": 1,
229
+ "maxLength": 256
230
+ }
231
+ },
232
+ "required": [
233
+ "kind",
234
+ "id"
235
+ ],
236
+ "additionalProperties": false
237
+ }
238
+ },
239
+ "reasons": {
240
+ "minItems": 1,
241
+ "type": "array",
242
+ "items": {
243
+ "type": "string",
244
+ "minLength": 1,
245
+ "maxLength": 256
246
+ }
247
+ }
248
+ },
249
+ "required": [
250
+ "changedRef",
251
+ "affectedRefs",
252
+ "reasons"
253
+ ],
254
+ "additionalProperties": false
255
+ }
256
+ },
257
+ "generatedAt": {
258
+ "type": "string",
259
+ "format": "date-time",
260
+ "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)))$"
261
+ }
262
+ },
263
+ "required": [
264
+ "contract",
265
+ "declarationId",
266
+ "nodes",
267
+ "edges",
268
+ "impacts",
269
+ "generatedAt"
270
+ ],
271
+ "additionalProperties": false,
272
+ "$id": "https://schemas.infmonkeys.com/contracts/change-impact-graph.schema.json",
273
+ "title": "change-impact-graph"
274
+ }
@@ -0,0 +1,321 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "header": {
6
+ "type": "object",
7
+ "properties": {
8
+ "contract": {
9
+ "type": "string",
10
+ "const": "CompletionHeader"
11
+ },
12
+ "eventId": {
13
+ "type": "string",
14
+ "minLength": 1,
15
+ "maxLength": 256
16
+ },
17
+ "runtimeEventId": {
18
+ "type": "string",
19
+ "minLength": 1,
20
+ "maxLength": 256
21
+ },
22
+ "idempotencyKey": {
23
+ "type": "string",
24
+ "minLength": 1,
25
+ "maxLength": 256
26
+ },
27
+ "sequence": {
28
+ "type": "integer",
29
+ "minimum": 0,
30
+ "maximum": 9007199254740991
31
+ },
32
+ "execution": {
33
+ "type": "object",
34
+ "properties": {
35
+ "contract": {
36
+ "type": "string",
37
+ "const": "ExecutionLink"
38
+ },
39
+ "requestId": {
40
+ "type": "string",
41
+ "minLength": 1,
42
+ "maxLength": 256
43
+ },
44
+ "traceId": {
45
+ "type": "string",
46
+ "minLength": 1,
47
+ "maxLength": 256
48
+ },
49
+ "correlationId": {
50
+ "type": "string",
51
+ "minLength": 1,
52
+ "maxLength": 256
53
+ },
54
+ "causationId": {
55
+ "type": "string",
56
+ "minLength": 1,
57
+ "maxLength": 256
58
+ },
59
+ "workflowRef": {
60
+ "type": "object",
61
+ "properties": {
62
+ "kind": {
63
+ "type": "string",
64
+ "minLength": 1,
65
+ "maxLength": 256
66
+ },
67
+ "id": {
68
+ "type": "string",
69
+ "minLength": 1,
70
+ "maxLength": 256
71
+ },
72
+ "version": {
73
+ "anyOf": [
74
+ {
75
+ "type": "integer",
76
+ "exclusiveMinimum": 0,
77
+ "maximum": 9007199254740991
78
+ },
79
+ {
80
+ "type": "string",
81
+ "minLength": 1
82
+ }
83
+ ]
84
+ },
85
+ "ownerRepo": {
86
+ "type": "string",
87
+ "minLength": 1,
88
+ "maxLength": 256
89
+ }
90
+ },
91
+ "required": [
92
+ "kind",
93
+ "id"
94
+ ],
95
+ "additionalProperties": false
96
+ },
97
+ "runRef": {
98
+ "type": "object",
99
+ "properties": {
100
+ "kind": {
101
+ "type": "string",
102
+ "minLength": 1,
103
+ "maxLength": 256
104
+ },
105
+ "id": {
106
+ "type": "string",
107
+ "minLength": 1,
108
+ "maxLength": 256
109
+ },
110
+ "version": {
111
+ "anyOf": [
112
+ {
113
+ "type": "integer",
114
+ "exclusiveMinimum": 0,
115
+ "maximum": 9007199254740991
116
+ },
117
+ {
118
+ "type": "string",
119
+ "minLength": 1
120
+ }
121
+ ]
122
+ },
123
+ "ownerRepo": {
124
+ "type": "string",
125
+ "minLength": 1,
126
+ "maxLength": 256
127
+ }
128
+ },
129
+ "required": [
130
+ "kind",
131
+ "id"
132
+ ],
133
+ "additionalProperties": false
134
+ },
135
+ "taskRef": {
136
+ "type": "object",
137
+ "properties": {
138
+ "kind": {
139
+ "type": "string",
140
+ "minLength": 1,
141
+ "maxLength": 256
142
+ },
143
+ "id": {
144
+ "type": "string",
145
+ "minLength": 1,
146
+ "maxLength": 256
147
+ },
148
+ "version": {
149
+ "anyOf": [
150
+ {
151
+ "type": "integer",
152
+ "exclusiveMinimum": 0,
153
+ "maximum": 9007199254740991
154
+ },
155
+ {
156
+ "type": "string",
157
+ "minLength": 1
158
+ }
159
+ ]
160
+ },
161
+ "ownerRepo": {
162
+ "type": "string",
163
+ "minLength": 1,
164
+ "maxLength": 256
165
+ }
166
+ },
167
+ "required": [
168
+ "kind",
169
+ "id"
170
+ ],
171
+ "additionalProperties": false
172
+ },
173
+ "parentRunRef": {
174
+ "type": "object",
175
+ "properties": {
176
+ "kind": {
177
+ "type": "string",
178
+ "minLength": 1,
179
+ "maxLength": 256
180
+ },
181
+ "id": {
182
+ "type": "string",
183
+ "minLength": 1,
184
+ "maxLength": 256
185
+ },
186
+ "version": {
187
+ "anyOf": [
188
+ {
189
+ "type": "integer",
190
+ "exclusiveMinimum": 0,
191
+ "maximum": 9007199254740991
192
+ },
193
+ {
194
+ "type": "string",
195
+ "minLength": 1
196
+ }
197
+ ]
198
+ },
199
+ "ownerRepo": {
200
+ "type": "string",
201
+ "minLength": 1,
202
+ "maxLength": 256
203
+ }
204
+ },
205
+ "required": [
206
+ "kind",
207
+ "id"
208
+ ],
209
+ "additionalProperties": false
210
+ }
211
+ },
212
+ "required": [
213
+ "contract",
214
+ "requestId",
215
+ "runRef"
216
+ ],
217
+ "additionalProperties": false
218
+ },
219
+ "producer": {
220
+ "type": "object",
221
+ "properties": {
222
+ "service": {
223
+ "type": "string",
224
+ "minLength": 1,
225
+ "maxLength": 256
226
+ },
227
+ "runtime": {
228
+ "type": "string",
229
+ "minLength": 1,
230
+ "maxLength": 256
231
+ },
232
+ "version": {
233
+ "type": "string",
234
+ "minLength": 1,
235
+ "maxLength": 256
236
+ }
237
+ },
238
+ "required": [
239
+ "service",
240
+ "runtime",
241
+ "version"
242
+ ],
243
+ "additionalProperties": false
244
+ },
245
+ "status": {
246
+ "type": "string",
247
+ "enum": [
248
+ "SUCCEEDED",
249
+ "FAILED",
250
+ "CANCELLED",
251
+ "TIMED_OUT"
252
+ ]
253
+ },
254
+ "occurredAt": {
255
+ "type": "string",
256
+ "format": "date-time",
257
+ "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)))$"
258
+ },
259
+ "payloadSchemaRef": {
260
+ "type": "string",
261
+ "minLength": 1,
262
+ "maxLength": 256
263
+ }
264
+ },
265
+ "required": [
266
+ "contract",
267
+ "eventId",
268
+ "runtimeEventId",
269
+ "idempotencyKey",
270
+ "sequence",
271
+ "execution",
272
+ "producer",
273
+ "status",
274
+ "occurredAt"
275
+ ],
276
+ "additionalProperties": false
277
+ },
278
+ "payload": {
279
+ "$ref": "#/$defs/__schema0"
280
+ }
281
+ },
282
+ "required": [
283
+ "header"
284
+ ],
285
+ "additionalProperties": false,
286
+ "$defs": {
287
+ "__schema0": {
288
+ "anyOf": [
289
+ {
290
+ "type": "string"
291
+ },
292
+ {
293
+ "type": "number"
294
+ },
295
+ {
296
+ "type": "boolean"
297
+ },
298
+ {
299
+ "type": "null"
300
+ },
301
+ {
302
+ "type": "array",
303
+ "items": {
304
+ "$ref": "#/$defs/__schema0"
305
+ }
306
+ },
307
+ {
308
+ "type": "object",
309
+ "propertyNames": {
310
+ "type": "string"
311
+ },
312
+ "additionalProperties": {
313
+ "$ref": "#/$defs/__schema0"
314
+ }
315
+ }
316
+ ]
317
+ }
318
+ },
319
+ "$id": "https://schemas.infmonkeys.com/contracts/completion-event.schema.json",
320
+ "title": "completion-event"
321
+ }