@toolproof-npm/schema 0.1.43 → 0.1.45
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.
- package/dist/_lib/test.js +38 -31
- package/dist/genesis/generated/resources/Genesis.json +742 -452
- package/dist/genesis/generated/schemas/Genesis.json +442 -167
- package/dist/genesis/generated/schemas/Job.json +26 -26
- package/dist/genesis/generated/schemas/ResourceFormat.json +9 -9
- package/dist/genesis/generated/schemas/ResourceType.json +317 -42
- package/dist/genesis/generated/schemas/StatefulStrategy.json +76 -76
- package/dist/genesis/generated/schemas/StatelessStrategy.json +40 -40
- package/dist/{_lib → genesis/generated}/types/Resource_Job.d.ts +16 -16
- package/dist/{_lib → genesis/generated}/types/Resource_ResourceFormat.d.ts +10 -10
- package/dist/{_lib → genesis/generated}/types/Resource_ResourceType.d.ts +15 -15
- package/dist/{_lib → genesis/generated}/types/Resource_StatelessStrategy.d.ts +16 -16
- package/dist/{_lib → genesis/generated}/types/types.d.ts +289 -261
- package/dist/genesis/resourceTypes/Genesis.json +531 -251
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -2
- package/dist/scripts/_lib/config.js +2 -2
- package/dist/scripts/brandFactories.d.ts +37 -23
- package/dist/scripts/brandFactories.js +26 -29
- package/dist/scripts/extractSchemas.js +1 -1
- package/dist/scripts/generateResourceEnvelopes.js +6 -6
- package/dist/scripts/generateTypes.js +38 -26
- package/dist/scripts/resolveRefsInGenesisStory.d.ts +1 -0
- package/dist/scripts/resolveRefsInGenesisStory.js +199 -0
- package/package.json +2 -1
- /package/dist/{_lib → genesis/generated}/types/Resource_Job.js +0 -0
- /package/dist/{_lib → genesis/generated}/types/Resource_ResourceFormat.js +0 -0
- /package/dist/{_lib → genesis/generated}/types/Resource_ResourceType.js +0 -0
- /package/dist/{_lib → genesis/generated}/types/Resource_StatelessStrategy.js +0 -0
- /package/dist/{_lib → genesis/generated}/types/types.js +0 -0
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Genesis": {
|
|
3
3
|
"identity": "RESOURCE-Genesis",
|
|
4
|
-
"
|
|
4
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
5
5
|
"creationContext": {
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
7
|
+
"executionRef": "EXECUTION-Genesis"
|
|
8
8
|
},
|
|
9
9
|
"kind": "materialized",
|
|
10
10
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
11
11
|
"extractedData": {}
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"identity": "RESOURCE-
|
|
15
|
-
"
|
|
13
|
+
"Named": {
|
|
14
|
+
"identity": "RESOURCE-Named",
|
|
15
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
16
16
|
"creationContext": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
18
|
+
"executionRef": "EXECUTION-Named"
|
|
19
19
|
},
|
|
20
20
|
"kind": "materialized",
|
|
21
21
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
22
22
|
"extractedData": {
|
|
23
|
-
"identity": "TYPE-
|
|
24
|
-
"name": "
|
|
23
|
+
"identity": "TYPE-Named",
|
|
24
|
+
"name": "Named",
|
|
25
25
|
"description": "dummy-description",
|
|
26
|
-
"
|
|
26
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
27
27
|
"extractionSchema": {
|
|
28
|
-
"$anchor": "
|
|
28
|
+
"$anchor": "Named",
|
|
29
29
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
30
30
|
"type": "object",
|
|
31
31
|
"required": [
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"
|
|
47
|
-
"identity": "RESOURCE-
|
|
48
|
-
"
|
|
46
|
+
"Described": {
|
|
47
|
+
"identity": "RESOURCE-Described",
|
|
48
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
49
49
|
"creationContext": {
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
51
|
+
"executionRef": "EXECUTION-Described"
|
|
52
52
|
},
|
|
53
53
|
"kind": "materialized",
|
|
54
54
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
55
55
|
"extractedData": {
|
|
56
|
-
"identity": "TYPE-
|
|
57
|
-
"name": "
|
|
56
|
+
"identity": "TYPE-Described",
|
|
57
|
+
"name": "Described",
|
|
58
58
|
"description": "dummy-description",
|
|
59
|
-
"
|
|
59
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
60
60
|
"extractionSchema": {
|
|
61
|
-
"$anchor": "
|
|
61
|
+
"$anchor": "Described",
|
|
62
62
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
63
63
|
"type": "object",
|
|
64
64
|
"required": [
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
},
|
|
78
78
|
"Documented": {
|
|
79
79
|
"identity": "RESOURCE-Documented",
|
|
80
|
-
"
|
|
80
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
81
81
|
"creationContext": {
|
|
82
|
-
"
|
|
83
|
-
"
|
|
82
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
83
|
+
"executionRef": "EXECUTION-Documented"
|
|
84
84
|
},
|
|
85
85
|
"kind": "materialized",
|
|
86
86
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -88,38 +88,38 @@
|
|
|
88
88
|
"identity": "TYPE-Documented",
|
|
89
89
|
"name": "Documented",
|
|
90
90
|
"description": "dummy-description",
|
|
91
|
-
"
|
|
91
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
92
92
|
"extractionSchema": {
|
|
93
93
|
"$anchor": "Documented",
|
|
94
94
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
95
95
|
"type": "object",
|
|
96
96
|
"allOf": [
|
|
97
97
|
{
|
|
98
|
-
"$ref": "#/$defs/
|
|
98
|
+
"$ref": "#/$defs/Named"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
"$ref": "#/$defs/
|
|
101
|
+
"$ref": "#/$defs/Described"
|
|
102
102
|
}
|
|
103
103
|
]
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"
|
|
108
|
-
"identity": "RESOURCE-
|
|
109
|
-
"
|
|
107
|
+
"IdentitySchemaRef": {
|
|
108
|
+
"identity": "RESOURCE-IdentitySchemaRef",
|
|
109
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
110
110
|
"creationContext": {
|
|
111
|
-
"
|
|
112
|
-
"
|
|
111
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
112
|
+
"executionRef": "EXECUTION-IdentitySchemaRef"
|
|
113
113
|
},
|
|
114
114
|
"kind": "materialized",
|
|
115
115
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
116
116
|
"extractedData": {
|
|
117
|
-
"identity": "TYPE-
|
|
118
|
-
"name": "
|
|
117
|
+
"identity": "TYPE-IdentitySchemaRef",
|
|
118
|
+
"name": "IdentitySchemaRef",
|
|
119
119
|
"description": "dummy-description",
|
|
120
|
-
"
|
|
120
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
121
121
|
"extractionSchema": {
|
|
122
|
-
"$anchor": "
|
|
122
|
+
"$anchor": "IdentitySchemaRef",
|
|
123
123
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
124
124
|
"type": "object",
|
|
125
125
|
"required": [
|
|
@@ -128,36 +128,46 @@
|
|
|
128
128
|
"properties": {
|
|
129
129
|
"$ref": {
|
|
130
130
|
"type": "string",
|
|
131
|
-
"$comment": "Supports both anchor syntax (#<Name>
|
|
132
|
-
"pattern": "^#([A-Za-z][A-Za-z0-9._-]*
|
|
131
|
+
"$comment": "Supports both anchor syntax (#<Name>Identity) and JSON Pointer syntax (#/path/to/definition). Anchors use #<Name>Identity for identity refs. Top-level and nested $defs should expose an $anchor matching <Name>Identity.",
|
|
132
|
+
"pattern": "^#([A-Za-z][A-Za-z0-9._-]*Identity|/.*)$"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"additionalProperties": false
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"identity": "RESOURCE-
|
|
141
|
-
"
|
|
139
|
+
"IdentitySchema": {
|
|
140
|
+
"identity": "RESOURCE-IdentitySchema",
|
|
141
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
142
142
|
"creationContext": {
|
|
143
|
-
"
|
|
144
|
-
"
|
|
143
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
144
|
+
"executionRef": "EXECUTION-IdentitySchema"
|
|
145
145
|
},
|
|
146
146
|
"kind": "materialized",
|
|
147
147
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
148
148
|
"extractedData": {
|
|
149
|
-
"identity": "TYPE-
|
|
150
|
-
"name": "
|
|
149
|
+
"identity": "TYPE-IdentitySchema",
|
|
150
|
+
"name": "IdentitySchema",
|
|
151
151
|
"description": "dummy-description",
|
|
152
|
-
"
|
|
152
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
153
153
|
"extractionSchema": {
|
|
154
|
-
"$anchor": "
|
|
154
|
+
"$anchor": "IdentitySchema",
|
|
155
155
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
156
156
|
"type": "object",
|
|
157
157
|
"required": [
|
|
158
158
|
"type"
|
|
159
159
|
],
|
|
160
160
|
"properties": {
|
|
161
|
+
"$anchor": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"pattern": "^[A-Za-z][A-Za-z0-9._-]*Identity$"
|
|
164
|
+
},
|
|
165
|
+
"$schema": {
|
|
166
|
+
"const": "https://json-schema.org/draft/2020-12/schema"
|
|
167
|
+
},
|
|
168
|
+
"$comment": {
|
|
169
|
+
"type": "string"
|
|
170
|
+
},
|
|
161
171
|
"type": {
|
|
162
172
|
"enum": [
|
|
163
173
|
"string",
|
|
@@ -165,17 +175,137 @@
|
|
|
165
175
|
"integer",
|
|
166
176
|
"boolean"
|
|
167
177
|
]
|
|
178
|
+
},
|
|
179
|
+
"pattern": {
|
|
180
|
+
"type": "string"
|
|
181
|
+
},
|
|
182
|
+
"format": {
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"minLength": {
|
|
186
|
+
"type": "integer",
|
|
187
|
+
"minimum": 0
|
|
188
|
+
},
|
|
189
|
+
"maxLength": {
|
|
190
|
+
"type": "integer",
|
|
191
|
+
"minimum": 0
|
|
192
|
+
},
|
|
193
|
+
"enum": {
|
|
194
|
+
"type": "array",
|
|
195
|
+
"minItems": 1,
|
|
196
|
+
"uniqueItems": true
|
|
168
197
|
}
|
|
169
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"allOf": [
|
|
200
|
+
{
|
|
201
|
+
"if": {
|
|
202
|
+
"properties": {
|
|
203
|
+
"type": {
|
|
204
|
+
"const": "string"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"then": {
|
|
209
|
+
"properties": {
|
|
210
|
+
"enum": {
|
|
211
|
+
"items": {
|
|
212
|
+
"type": "string"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"else": {
|
|
218
|
+
"not": {
|
|
219
|
+
"anyOf": [
|
|
220
|
+
{
|
|
221
|
+
"required": [
|
|
222
|
+
"pattern"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"required": [
|
|
227
|
+
"format"
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"required": [
|
|
232
|
+
"minLength"
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"required": [
|
|
237
|
+
"maxLength"
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"if": {
|
|
246
|
+
"properties": {
|
|
247
|
+
"type": {
|
|
248
|
+
"const": "number"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"then": {
|
|
253
|
+
"properties": {
|
|
254
|
+
"enum": {
|
|
255
|
+
"items": {
|
|
256
|
+
"type": "number"
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"if": {
|
|
264
|
+
"properties": {
|
|
265
|
+
"type": {
|
|
266
|
+
"const": "integer"
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"then": {
|
|
271
|
+
"properties": {
|
|
272
|
+
"enum": {
|
|
273
|
+
"items": {
|
|
274
|
+
"type": "integer"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"if": {
|
|
282
|
+
"properties": {
|
|
283
|
+
"type": {
|
|
284
|
+
"const": "boolean"
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"then": {
|
|
289
|
+
"properties": {
|
|
290
|
+
"enum": {
|
|
291
|
+
"items": {
|
|
292
|
+
"type": "boolean"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"additionalProperties": false
|
|
170
300
|
}
|
|
171
301
|
}
|
|
172
302
|
},
|
|
173
303
|
"IdentityProp": {
|
|
174
304
|
"identity": "RESOURCE-IdentityProp",
|
|
175
|
-
"
|
|
305
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
176
306
|
"creationContext": {
|
|
177
|
-
"
|
|
178
|
-
"
|
|
307
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
308
|
+
"executionRef": "EXECUTION-IdentityProp"
|
|
179
309
|
},
|
|
180
310
|
"kind": "materialized",
|
|
181
311
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -183,7 +313,7 @@
|
|
|
183
313
|
"identity": "TYPE-IdentityProp",
|
|
184
314
|
"name": "IdentityProp",
|
|
185
315
|
"description": "dummy-description",
|
|
186
|
-
"
|
|
316
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
187
317
|
"extractionSchema": {
|
|
188
318
|
"$anchor": "IdentityProp",
|
|
189
319
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -197,13 +327,13 @@
|
|
|
197
327
|
"$defs": {
|
|
198
328
|
"type": "object",
|
|
199
329
|
"patternProperties": {
|
|
200
|
-
"^[A-Za-z][A-Za-z0-9._-]*
|
|
201
|
-
"$ref": "#/$defs/
|
|
330
|
+
"^[A-Za-z][A-Za-z0-9._-]*Identity$": {
|
|
331
|
+
"$ref": "#/$defs/IdentitySchema"
|
|
202
332
|
}
|
|
203
333
|
},
|
|
204
|
-
"$comment": "Ajv-specific: patternRequired enforces at least one
|
|
334
|
+
"$comment": "Ajv-specific: patternRequired enforces at least one Identity-like key in this $defs block when identity is present.",
|
|
205
335
|
"patternRequired": [
|
|
206
|
-
"^[A-Za-z][A-Za-z0-9._-]*
|
|
336
|
+
"^[A-Za-z][A-Za-z0-9._-]*Identity$"
|
|
207
337
|
],
|
|
208
338
|
"minProperties": 1,
|
|
209
339
|
"additionalProperties": true
|
|
@@ -225,7 +355,7 @@
|
|
|
225
355
|
],
|
|
226
356
|
"properties": {
|
|
227
357
|
"identity": {
|
|
228
|
-
"$ref": "#/$defs/
|
|
358
|
+
"$ref": "#/$defs/IdentitySchemaRef"
|
|
229
359
|
}
|
|
230
360
|
}
|
|
231
361
|
}
|
|
@@ -233,24 +363,98 @@
|
|
|
233
363
|
}
|
|
234
364
|
}
|
|
235
365
|
},
|
|
236
|
-
"
|
|
237
|
-
"identity": "RESOURCE-
|
|
238
|
-
"
|
|
366
|
+
"MeritSchemaRef": {
|
|
367
|
+
"identity": "RESOURCE-MeritSchemaRef",
|
|
368
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
369
|
+
"creationContext": {
|
|
370
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
371
|
+
"executionRef": "EXECUTION-MeritSchemaRef"
|
|
372
|
+
},
|
|
373
|
+
"kind": "materialized",
|
|
374
|
+
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
375
|
+
"extractedData": {
|
|
376
|
+
"identity": "TYPE-MeritSchemaRef",
|
|
377
|
+
"name": "MeritSchemaRef",
|
|
378
|
+
"description": "dummy-description",
|
|
379
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
380
|
+
"extractionSchema": {
|
|
381
|
+
"$anchor": "MeritSchemaRef",
|
|
382
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
383
|
+
"type": "object",
|
|
384
|
+
"required": [
|
|
385
|
+
"$ref"
|
|
386
|
+
],
|
|
387
|
+
"properties": {
|
|
388
|
+
"$ref": {
|
|
389
|
+
"type": "string",
|
|
390
|
+
"$comment": "Supports both anchor syntax (#<Name>Merit) and JSON Pointer syntax (#/path/to/definition). Anchors use #<Name>Merit for merit refs. Top-level and nested $defs should expose an $anchor matching <Name>Merit.",
|
|
391
|
+
"pattern": "^#([A-Za-z][A-Za-z0-9._-]*Merit|/.*)$"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"additionalProperties": false
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"MeritSchema": {
|
|
399
|
+
"identity": "RESOURCE-MeritSchema",
|
|
400
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
239
401
|
"creationContext": {
|
|
240
|
-
"
|
|
241
|
-
"
|
|
402
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
403
|
+
"executionRef": "EXECUTION-MeritSchema"
|
|
242
404
|
},
|
|
243
405
|
"kind": "materialized",
|
|
244
406
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
245
407
|
"extractedData": {
|
|
246
|
-
"identity": "TYPE-
|
|
247
|
-
"name": "
|
|
408
|
+
"identity": "TYPE-MeritSchema",
|
|
409
|
+
"name": "MeritSchema",
|
|
248
410
|
"description": "dummy-description",
|
|
249
|
-
"
|
|
411
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
250
412
|
"extractionSchema": {
|
|
251
|
-
"$anchor": "
|
|
413
|
+
"$anchor": "MeritSchema",
|
|
252
414
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
253
415
|
"type": "object",
|
|
416
|
+
"properties": {
|
|
417
|
+
"$anchor": {
|
|
418
|
+
"type": "string",
|
|
419
|
+
"pattern": "^[A-Za-z][A-Za-z0-9._-]*Merit$"
|
|
420
|
+
},
|
|
421
|
+
"$schema": {
|
|
422
|
+
"const": "https://json-schema.org/draft/2020-12/schema"
|
|
423
|
+
},
|
|
424
|
+
"$comment": {
|
|
425
|
+
"type": "string"
|
|
426
|
+
},
|
|
427
|
+
"type": {
|
|
428
|
+
"enum": [
|
|
429
|
+
"number",
|
|
430
|
+
"integer"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
"enum": {
|
|
434
|
+
"type": "array",
|
|
435
|
+
"items": {
|
|
436
|
+
"type": "number"
|
|
437
|
+
},
|
|
438
|
+
"minItems": 1,
|
|
439
|
+
"uniqueItems": true
|
|
440
|
+
},
|
|
441
|
+
"minimum": {
|
|
442
|
+
"type": "number"
|
|
443
|
+
},
|
|
444
|
+
"maximum": {
|
|
445
|
+
"type": "number"
|
|
446
|
+
},
|
|
447
|
+
"exclusiveMinimum": {
|
|
448
|
+
"type": "number"
|
|
449
|
+
},
|
|
450
|
+
"exclusiveMaximum": {
|
|
451
|
+
"type": "number"
|
|
452
|
+
},
|
|
453
|
+
"multipleOf": {
|
|
454
|
+
"type": "number",
|
|
455
|
+
"exclusiveMinimum": 0
|
|
456
|
+
}
|
|
457
|
+
},
|
|
254
458
|
"oneOf": [
|
|
255
459
|
{
|
|
256
460
|
"required": [
|
|
@@ -279,56 +483,129 @@
|
|
|
279
483
|
}
|
|
280
484
|
}
|
|
281
485
|
}
|
|
282
|
-
]
|
|
486
|
+
],
|
|
487
|
+
"allOf": [
|
|
488
|
+
{
|
|
489
|
+
"$comment": "Numeric constraints (minimum/maximum/etc) only make sense when using the explicit type form; the enum-only form is allowed for simple enumerations.",
|
|
490
|
+
"if": {
|
|
491
|
+
"required": [
|
|
492
|
+
"type"
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
"then": {},
|
|
496
|
+
"else": {
|
|
497
|
+
"not": {
|
|
498
|
+
"anyOf": [
|
|
499
|
+
{
|
|
500
|
+
"required": [
|
|
501
|
+
"minimum"
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"required": [
|
|
506
|
+
"maximum"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"required": [
|
|
511
|
+
"exclusiveMinimum"
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"required": [
|
|
516
|
+
"exclusiveMaximum"
|
|
517
|
+
]
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"required": [
|
|
521
|
+
"multipleOf"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"additionalProperties": false
|
|
283
530
|
}
|
|
284
531
|
}
|
|
285
532
|
},
|
|
286
533
|
"MeritProp": {
|
|
287
534
|
"identity": "RESOURCE-MeritProp",
|
|
288
|
-
"
|
|
535
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
289
536
|
"creationContext": {
|
|
290
|
-
"
|
|
291
|
-
"
|
|
537
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
538
|
+
"executionRef": "EXECUTION-MeritProp"
|
|
292
539
|
},
|
|
293
540
|
"kind": "materialized",
|
|
294
541
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
295
542
|
"extractedData": {
|
|
296
543
|
"identity": "TYPE-MeritProp",
|
|
297
544
|
"name": "MeritProp",
|
|
298
|
-
"
|
|
545
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
299
546
|
"extractionSchema": {
|
|
300
547
|
"$anchor": "MeritProp",
|
|
301
548
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
302
549
|
"type": "object",
|
|
550
|
+
"required": [
|
|
551
|
+
"$defs",
|
|
552
|
+
"required",
|
|
553
|
+
"properties"
|
|
554
|
+
],
|
|
303
555
|
"properties": {
|
|
556
|
+
"$defs": {
|
|
557
|
+
"type": "object",
|
|
558
|
+
"patternProperties": {
|
|
559
|
+
"^[A-Za-z][A-Za-z0-9._-]*Merit$": {
|
|
560
|
+
"$ref": "#/$defs/MeritSchema"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"$comment": "Ajv-specific: patternRequired enforces at least one Merit-like key in this $defs block when merit is present.",
|
|
564
|
+
"patternRequired": [
|
|
565
|
+
"^[A-Za-z][A-Za-z0-9._-]*Merit$"
|
|
566
|
+
],
|
|
567
|
+
"minProperties": 1,
|
|
568
|
+
"additionalProperties": true
|
|
569
|
+
},
|
|
570
|
+
"required": {
|
|
571
|
+
"type": "array",
|
|
572
|
+
"items": {
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"uniqueItems": true
|
|
576
|
+
},
|
|
304
577
|
"properties": {
|
|
305
578
|
"type": "object",
|
|
579
|
+
"required": [
|
|
580
|
+
"merit"
|
|
581
|
+
],
|
|
306
582
|
"properties": {
|
|
307
583
|
"merit": {
|
|
308
|
-
"$ref": "#/$defs/
|
|
584
|
+
"$ref": "#/$defs/MeritSchemaRef"
|
|
309
585
|
}
|
|
310
586
|
}
|
|
311
587
|
}
|
|
312
|
-
}
|
|
588
|
+
},
|
|
589
|
+
"additionalProperties": false
|
|
313
590
|
}
|
|
314
591
|
}
|
|
315
592
|
},
|
|
316
|
-
"
|
|
317
|
-
"identity": "RESOURCE-
|
|
318
|
-
"
|
|
593
|
+
"ExtractionSchema": {
|
|
594
|
+
"identity": "RESOURCE-ExtractionSchema",
|
|
595
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
319
596
|
"creationContext": {
|
|
320
|
-
"
|
|
321
|
-
"
|
|
597
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
598
|
+
"executionRef": "EXECUTION-ExtractionSchema"
|
|
322
599
|
},
|
|
323
600
|
"kind": "materialized",
|
|
324
601
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
325
602
|
"extractedData": {
|
|
326
|
-
"identity": "TYPE-
|
|
327
|
-
"name": "
|
|
603
|
+
"identity": "TYPE-ExtractionSchema",
|
|
604
|
+
"name": "ExtractionSchema",
|
|
328
605
|
"description": "dummy-description",
|
|
329
|
-
"
|
|
606
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
330
607
|
"extractionSchema": {
|
|
331
|
-
"$anchor": "
|
|
608
|
+
"$anchor": "ExtractionSchema",
|
|
332
609
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
333
610
|
"type": "object",
|
|
334
611
|
"required": [
|
|
@@ -406,14 +683,28 @@
|
|
|
406
683
|
},
|
|
407
684
|
{
|
|
408
685
|
"if": {
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
"type": "object",
|
|
686
|
+
"anyOf": [
|
|
687
|
+
{
|
|
412
688
|
"properties": {
|
|
413
|
-
"
|
|
689
|
+
"properties": {
|
|
690
|
+
"type": "object",
|
|
691
|
+
"properties": {
|
|
692
|
+
"merit": {}
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"properties": {
|
|
699
|
+
"required": {
|
|
700
|
+
"type": "array",
|
|
701
|
+
"contains": {
|
|
702
|
+
"const": "merit"
|
|
703
|
+
}
|
|
704
|
+
}
|
|
414
705
|
}
|
|
415
706
|
}
|
|
416
|
-
|
|
707
|
+
]
|
|
417
708
|
},
|
|
418
709
|
"then": {
|
|
419
710
|
"$ref": "#/$defs/MeritProp"
|
|
@@ -438,22 +729,22 @@
|
|
|
438
729
|
}
|
|
439
730
|
}
|
|
440
731
|
},
|
|
441
|
-
"
|
|
442
|
-
"identity": "RESOURCE-
|
|
443
|
-
"
|
|
732
|
+
"ExtractionSchemaWrapper": {
|
|
733
|
+
"identity": "RESOURCE-ExtractionSchemaWrapper",
|
|
734
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
444
735
|
"creationContext": {
|
|
445
|
-
"
|
|
446
|
-
"
|
|
736
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
737
|
+
"executionRef": "EXECUTION-ExtractionSchemaWrapper"
|
|
447
738
|
},
|
|
448
739
|
"kind": "materialized",
|
|
449
740
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
450
741
|
"extractedData": {
|
|
451
|
-
"identity": "TYPE-
|
|
452
|
-
"name": "
|
|
742
|
+
"identity": "TYPE-ExtractionSchemaWrapper",
|
|
743
|
+
"name": "ExtractionSchemaWrapper",
|
|
453
744
|
"description": "dummy-description",
|
|
454
|
-
"
|
|
745
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
455
746
|
"extractionSchema": {
|
|
456
|
-
"$anchor": "
|
|
747
|
+
"$anchor": "ExtractionSchemaWrapper",
|
|
457
748
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
458
749
|
"type": "object",
|
|
459
750
|
"required": [
|
|
@@ -461,50 +752,50 @@
|
|
|
461
752
|
],
|
|
462
753
|
"properties": {
|
|
463
754
|
"extractionSchema": {
|
|
464
|
-
"$ref": "#/$defs/
|
|
755
|
+
"$ref": "#/$defs/ExtractionSchema"
|
|
465
756
|
}
|
|
466
757
|
}
|
|
467
758
|
}
|
|
468
759
|
}
|
|
469
760
|
},
|
|
470
|
-
"
|
|
471
|
-
"identity": "RESOURCE-
|
|
472
|
-
"
|
|
761
|
+
"ResourceFormatIdentity": {
|
|
762
|
+
"identity": "RESOURCE-ResourceFormatIdentity",
|
|
763
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
473
764
|
"creationContext": {
|
|
474
|
-
"
|
|
475
|
-
"
|
|
765
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
766
|
+
"executionRef": "EXECUTION-ResourceFormatIdentity"
|
|
476
767
|
},
|
|
477
768
|
"kind": "materialized",
|
|
478
769
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
479
770
|
"extractedData": {
|
|
480
|
-
"identity": "TYPE-
|
|
481
|
-
"name": "
|
|
771
|
+
"identity": "TYPE-ResourceFormatIdentity",
|
|
772
|
+
"name": "ResourceFormatIdentity",
|
|
482
773
|
"description": "dummy-description",
|
|
483
|
-
"
|
|
774
|
+
"resourceFormatIdentity": "FORMAT-ApplicationJson",
|
|
484
775
|
"extractionSchema": {
|
|
485
|
-
"$anchor": "
|
|
776
|
+
"$anchor": "ResourceFormatIdentity",
|
|
486
777
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
487
778
|
"type": "string",
|
|
488
779
|
"pattern": "^FORMAT-.+$"
|
|
489
780
|
}
|
|
490
781
|
}
|
|
491
782
|
},
|
|
492
|
-
"
|
|
493
|
-
"identity": "RESOURCE-
|
|
494
|
-
"
|
|
783
|
+
"ResourceTypeIdentity": {
|
|
784
|
+
"identity": "RESOURCE-ResourceTypeIdentity",
|
|
785
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
495
786
|
"creationContext": {
|
|
496
|
-
"
|
|
497
|
-
"
|
|
787
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
788
|
+
"executionRef": "EXECUTION-ResourceTypeIdentity"
|
|
498
789
|
},
|
|
499
790
|
"kind": "materialized",
|
|
500
791
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
501
792
|
"extractedData": {
|
|
502
|
-
"identity": "TYPE-
|
|
503
|
-
"name": "
|
|
793
|
+
"identity": "TYPE-ResourceTypeIdentity",
|
|
794
|
+
"name": "ResourceTypeIdentity",
|
|
504
795
|
"description": "dummy-description",
|
|
505
|
-
"
|
|
796
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
506
797
|
"extractionSchema": {
|
|
507
|
-
"$anchor": "
|
|
798
|
+
"$anchor": "ResourceTypeIdentity",
|
|
508
799
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
509
800
|
"type": "string",
|
|
510
801
|
"pattern": "^TYPE-.+$"
|
|
@@ -513,10 +804,10 @@
|
|
|
513
804
|
},
|
|
514
805
|
"ResourceType": {
|
|
515
806
|
"identity": "RESOURCE-ResourceType",
|
|
516
|
-
"
|
|
807
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
517
808
|
"creationContext": {
|
|
518
|
-
"
|
|
519
|
-
"
|
|
809
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
810
|
+
"executionRef": "EXECUTION-ResourceType"
|
|
520
811
|
},
|
|
521
812
|
"kind": "materialized",
|
|
522
813
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -524,7 +815,7 @@
|
|
|
524
815
|
"identity": "TYPE-ResourceType",
|
|
525
816
|
"name": "ResourceType",
|
|
526
817
|
"description": "dummy-description",
|
|
527
|
-
"
|
|
818
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
528
819
|
"extractionSchema": {
|
|
529
820
|
"$anchor": "ResourceType",
|
|
530
821
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -533,14 +824,14 @@
|
|
|
533
824
|
{
|
|
534
825
|
"required": [
|
|
535
826
|
"identity",
|
|
536
|
-
"
|
|
827
|
+
"resourceFormatRef"
|
|
537
828
|
],
|
|
538
829
|
"properties": {
|
|
539
830
|
"identity": {
|
|
540
|
-
"$ref": "#/$defs/
|
|
831
|
+
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
541
832
|
},
|
|
542
|
-
"
|
|
543
|
-
"$ref": "#/$defs/
|
|
833
|
+
"resourceFormatRef": {
|
|
834
|
+
"$ref": "#/$defs/ResourceFormatIdentity"
|
|
544
835
|
}
|
|
545
836
|
}
|
|
546
837
|
},
|
|
@@ -548,13 +839,13 @@
|
|
|
548
839
|
"$ref": "#/$defs/Documented"
|
|
549
840
|
},
|
|
550
841
|
{
|
|
551
|
-
"$ref": "#/$defs/
|
|
842
|
+
"$ref": "#/$defs/ExtractionSchemaWrapper"
|
|
552
843
|
},
|
|
553
844
|
{
|
|
554
845
|
"if": {
|
|
555
|
-
"$comment": "If
|
|
846
|
+
"$comment": "If resourceFormatRef is FORMAT-ApplicationJson, then extractor must not be present, but if resourceFormatRef is not FORMAT-ApplicationJson, then extractor must be present. This is because resources of types with format FORMAT-ApplicationJson are self-contained and do not need an extractor.",
|
|
556
847
|
"properties": {
|
|
557
|
-
"
|
|
848
|
+
"resourceFormatRef": {
|
|
558
849
|
"const": "FORMAT-ApplicationJson"
|
|
559
850
|
}
|
|
560
851
|
}
|
|
@@ -585,10 +876,10 @@
|
|
|
585
876
|
},
|
|
586
877
|
"ResourceFormat": {
|
|
587
878
|
"identity": "RESOURCE-ResourceFormat",
|
|
588
|
-
"
|
|
879
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
589
880
|
"creationContext": {
|
|
590
|
-
"
|
|
591
|
-
"
|
|
881
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
882
|
+
"executionRef": "EXECUTION-ResourceFormat"
|
|
592
883
|
},
|
|
593
884
|
"kind": "materialized",
|
|
594
885
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -596,7 +887,7 @@
|
|
|
596
887
|
"identity": "TYPE-ResourceFormat",
|
|
597
888
|
"name": "ResourceFormat",
|
|
598
889
|
"description": "dummy-description",
|
|
599
|
-
"
|
|
890
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
600
891
|
"extractionSchema": {
|
|
601
892
|
"$anchor": "ResourceFormat",
|
|
602
893
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -608,7 +899,7 @@
|
|
|
608
899
|
],
|
|
609
900
|
"properties": {
|
|
610
901
|
"identity": {
|
|
611
|
-
"$ref": "#/$defs/
|
|
902
|
+
"$ref": "#/$defs/ResourceFormatIdentity"
|
|
612
903
|
}
|
|
613
904
|
}
|
|
614
905
|
},
|
|
@@ -619,44 +910,44 @@
|
|
|
619
910
|
}
|
|
620
911
|
}
|
|
621
912
|
},
|
|
622
|
-
"
|
|
623
|
-
"identity": "RESOURCE-
|
|
624
|
-
"
|
|
913
|
+
"ResourceRoleIdentity": {
|
|
914
|
+
"identity": "RESOURCE-ResourceRoleIdentity",
|
|
915
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
625
916
|
"creationContext": {
|
|
626
|
-
"
|
|
627
|
-
"
|
|
917
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
918
|
+
"executionRef": "EXECUTION-ResourceRoleIdentity"
|
|
628
919
|
},
|
|
629
920
|
"kind": "materialized",
|
|
630
921
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
631
922
|
"extractedData": {
|
|
632
|
-
"identity": "TYPE-
|
|
633
|
-
"name": "
|
|
923
|
+
"identity": "TYPE-ResourceRoleIdentity",
|
|
924
|
+
"name": "ResourceRoleIdentity",
|
|
634
925
|
"description": "dummy-description",
|
|
635
|
-
"
|
|
926
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
636
927
|
"extractionSchema": {
|
|
637
|
-
"$anchor": "
|
|
928
|
+
"$anchor": "ResourceRoleIdentity",
|
|
638
929
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
639
930
|
"type": "string",
|
|
640
931
|
"pattern": "^ROLE-.+$"
|
|
641
932
|
}
|
|
642
933
|
}
|
|
643
934
|
},
|
|
644
|
-
"
|
|
645
|
-
"identity": "RESOURCE-
|
|
646
|
-
"
|
|
935
|
+
"ResourceIdentity": {
|
|
936
|
+
"identity": "RESOURCE-ResourceIdentity",
|
|
937
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
647
938
|
"creationContext": {
|
|
648
|
-
"
|
|
649
|
-
"
|
|
939
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
940
|
+
"executionRef": "EXECUTION-ResourceIdentity"
|
|
650
941
|
},
|
|
651
942
|
"kind": "materialized",
|
|
652
943
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
653
944
|
"extractedData": {
|
|
654
|
-
"identity": "TYPE-
|
|
655
|
-
"name": "
|
|
945
|
+
"identity": "TYPE-ResourceIdentity",
|
|
946
|
+
"name": "ResourceIdentity",
|
|
656
947
|
"description": "dummy-description",
|
|
657
|
-
"
|
|
948
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
658
949
|
"extractionSchema": {
|
|
659
|
-
"$anchor": "
|
|
950
|
+
"$anchor": "ResourceIdentity",
|
|
660
951
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
661
952
|
"type": "string",
|
|
662
953
|
"$comment": "",
|
|
@@ -666,10 +957,10 @@
|
|
|
666
957
|
},
|
|
667
958
|
"ResourceRoleValue": {
|
|
668
959
|
"identity": "RESOURCE-ResourceRoleValue",
|
|
669
|
-
"
|
|
960
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
670
961
|
"creationContext": {
|
|
671
|
-
"
|
|
672
|
-
"
|
|
962
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
963
|
+
"executionRef": "EXECUTION-ResourceRoleValue"
|
|
673
964
|
},
|
|
674
965
|
"kind": "materialized",
|
|
675
966
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -677,20 +968,20 @@
|
|
|
677
968
|
"identity": "TYPE-ResourceRoleValue",
|
|
678
969
|
"name": "ResourceRoleValue",
|
|
679
970
|
"description": "dummy-description",
|
|
680
|
-
"
|
|
971
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
681
972
|
"extractionSchema": {
|
|
682
973
|
"$anchor": "ResourceRoleValue",
|
|
683
974
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
684
975
|
"type": "object",
|
|
685
976
|
"allOf": [
|
|
686
977
|
{
|
|
687
|
-
"$comment": "A ResourceRole does not have a self-contained identity, as it is always defined in the context of a RoleMap.",
|
|
978
|
+
"$comment": "A ResourceRole does not have a self-contained identity, as it is always defined in the context of a RoleMap. ResourceRoleValue uses the Value suffix to mean 'the value stored in this map' (RoleMap.additionalProperties).",
|
|
688
979
|
"required": [
|
|
689
|
-
"
|
|
980
|
+
"resourceTypeRef"
|
|
690
981
|
],
|
|
691
982
|
"properties": {
|
|
692
|
-
"
|
|
693
|
-
"$ref": "#/$defs/
|
|
983
|
+
"resourceTypeRef": {
|
|
984
|
+
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
694
985
|
}
|
|
695
986
|
}
|
|
696
987
|
},
|
|
@@ -703,10 +994,10 @@
|
|
|
703
994
|
},
|
|
704
995
|
"RoleMap": {
|
|
705
996
|
"identity": "RESOURCE-RoleMap",
|
|
706
|
-
"
|
|
997
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
707
998
|
"creationContext": {
|
|
708
|
-
"
|
|
709
|
-
"
|
|
999
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1000
|
+
"executionRef": "EXECUTION-RoleMap"
|
|
710
1001
|
},
|
|
711
1002
|
"kind": "materialized",
|
|
712
1003
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -714,13 +1005,13 @@
|
|
|
714
1005
|
"identity": "TYPE-RoleMap",
|
|
715
1006
|
"name": "RoleMap",
|
|
716
1007
|
"description": "dummy-description",
|
|
717
|
-
"
|
|
1008
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
718
1009
|
"extractionSchema": {
|
|
719
1010
|
"$anchor": "RoleMap",
|
|
720
1011
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
721
1012
|
"type": "object",
|
|
722
1013
|
"propertyNames": {
|
|
723
|
-
"$ref": "#/$defs/
|
|
1014
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
724
1015
|
},
|
|
725
1016
|
"additionalProperties": {
|
|
726
1017
|
"$ref": "#/$defs/ResourceRoleValue"
|
|
@@ -728,22 +1019,22 @@
|
|
|
728
1019
|
}
|
|
729
1020
|
}
|
|
730
1021
|
},
|
|
731
|
-
"
|
|
732
|
-
"identity": "RESOURCE-
|
|
733
|
-
"
|
|
1022
|
+
"Roles": {
|
|
1023
|
+
"identity": "RESOURCE-Roles",
|
|
1024
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
734
1025
|
"creationContext": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
1026
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1027
|
+
"executionRef": "EXECUTION-Roles"
|
|
737
1028
|
},
|
|
738
1029
|
"kind": "materialized",
|
|
739
1030
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
740
1031
|
"extractedData": {
|
|
741
|
-
"identity": "TYPE-
|
|
742
|
-
"name": "
|
|
1032
|
+
"identity": "TYPE-Roles",
|
|
1033
|
+
"name": "Roles",
|
|
743
1034
|
"description": "dummy-description",
|
|
744
|
-
"
|
|
1035
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
745
1036
|
"extractionSchema": {
|
|
746
|
-
"$anchor": "
|
|
1037
|
+
"$anchor": "Roles",
|
|
747
1038
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
748
1039
|
"type": "object",
|
|
749
1040
|
"required": [
|
|
@@ -762,22 +1053,22 @@
|
|
|
762
1053
|
}
|
|
763
1054
|
}
|
|
764
1055
|
},
|
|
765
|
-
"
|
|
766
|
-
"identity": "RESOURCE-
|
|
767
|
-
"
|
|
1056
|
+
"RolesWrapper": {
|
|
1057
|
+
"identity": "RESOURCE-RolesWrapper",
|
|
1058
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
768
1059
|
"creationContext": {
|
|
769
|
-
"
|
|
770
|
-
"
|
|
1060
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1061
|
+
"executionRef": "EXECUTION-RolesWrapper"
|
|
771
1062
|
},
|
|
772
1063
|
"kind": "materialized",
|
|
773
1064
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
774
1065
|
"extractedData": {
|
|
775
|
-
"identity": "TYPE-
|
|
776
|
-
"name": "
|
|
1066
|
+
"identity": "TYPE-RolesWrapper",
|
|
1067
|
+
"name": "RolesWrapper",
|
|
777
1068
|
"description": "dummy-description",
|
|
778
|
-
"
|
|
1069
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
779
1070
|
"extractionSchema": {
|
|
780
|
-
"$anchor": "
|
|
1071
|
+
"$anchor": "RolesWrapper",
|
|
781
1072
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
782
1073
|
"type": "object",
|
|
783
1074
|
"required": [
|
|
@@ -785,29 +1076,28 @@
|
|
|
785
1076
|
],
|
|
786
1077
|
"properties": {
|
|
787
1078
|
"roles": {
|
|
788
|
-
"$ref": "#/$defs/
|
|
1079
|
+
"$ref": "#/$defs/Roles"
|
|
789
1080
|
}
|
|
790
1081
|
}
|
|
791
1082
|
}
|
|
792
1083
|
}
|
|
793
1084
|
},
|
|
794
|
-
"
|
|
795
|
-
"identity": "RESOURCE-
|
|
796
|
-
"
|
|
1085
|
+
"JobIdentity": {
|
|
1086
|
+
"identity": "RESOURCE-JobIdentity",
|
|
1087
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
797
1088
|
"creationContext": {
|
|
798
|
-
"
|
|
799
|
-
"
|
|
1089
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1090
|
+
"executionRef": "EXECUTION-JobIdentity"
|
|
800
1091
|
},
|
|
801
1092
|
"kind": "materialized",
|
|
802
1093
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
803
1094
|
"extractedData": {
|
|
804
|
-
"identity": "TYPE-
|
|
805
|
-
"name": "
|
|
1095
|
+
"identity": "TYPE-JobIdentity",
|
|
1096
|
+
"name": "JobIdentity",
|
|
806
1097
|
"description": "dummy-description",
|
|
807
|
-
"
|
|
808
|
-
"jobFormatId": "FORMAT-ApplicationJson",
|
|
1098
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
809
1099
|
"extractionSchema": {
|
|
810
|
-
"$anchor": "
|
|
1100
|
+
"$anchor": "JobIdentity",
|
|
811
1101
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
812
1102
|
"type": "string",
|
|
813
1103
|
"$comment": "",
|
|
@@ -817,10 +1107,10 @@
|
|
|
817
1107
|
},
|
|
818
1108
|
"Job": {
|
|
819
1109
|
"identity": "RESOURCE-Job",
|
|
820
|
-
"
|
|
1110
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
821
1111
|
"creationContext": {
|
|
822
|
-
"
|
|
823
|
-
"
|
|
1112
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1113
|
+
"executionRef": "EXECUTION-Job"
|
|
824
1114
|
},
|
|
825
1115
|
"kind": "materialized",
|
|
826
1116
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -828,7 +1118,7 @@
|
|
|
828
1118
|
"identity": "TYPE-Job",
|
|
829
1119
|
"name": "Job",
|
|
830
1120
|
"description": "dummy-description",
|
|
831
|
-
"
|
|
1121
|
+
"resourceFormatRef": "FORMAT-ApplicationJob",
|
|
832
1122
|
"extractor": "https://extractors.toolproof.com/v0/JobExtractor.js",
|
|
833
1123
|
"extractionSchema": {
|
|
834
1124
|
"$anchor": "Job",
|
|
@@ -838,13 +1128,13 @@
|
|
|
838
1128
|
{
|
|
839
1129
|
"required": [
|
|
840
1130
|
"identity",
|
|
841
|
-
"
|
|
1131
|
+
"implementationUri"
|
|
842
1132
|
],
|
|
843
1133
|
"properties": {
|
|
844
1134
|
"identity": {
|
|
845
|
-
"$ref": "#/$defs/
|
|
1135
|
+
"$ref": "#/$defs/JobIdentity"
|
|
846
1136
|
},
|
|
847
|
-
"
|
|
1137
|
+
"implementationUri": {
|
|
848
1138
|
"type": "string",
|
|
849
1139
|
"format": "uri"
|
|
850
1140
|
}
|
|
@@ -854,7 +1144,7 @@
|
|
|
854
1144
|
"$ref": "#/$defs/Documented"
|
|
855
1145
|
},
|
|
856
1146
|
{
|
|
857
|
-
"$ref": "#/$defs/
|
|
1147
|
+
"$ref": "#/$defs/RolesWrapper"
|
|
858
1148
|
}
|
|
859
1149
|
],
|
|
860
1150
|
"unevaluatedProperties": false
|
|
@@ -863,10 +1153,10 @@
|
|
|
863
1153
|
},
|
|
864
1154
|
"RoleBindingMap": {
|
|
865
1155
|
"identity": "RESOURCE-RoleBindingMap",
|
|
866
|
-
"
|
|
1156
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
867
1157
|
"creationContext": {
|
|
868
|
-
"
|
|
869
|
-
"
|
|
1158
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1159
|
+
"executionRef": "EXECUTION-RoleBindingMap"
|
|
870
1160
|
},
|
|
871
1161
|
"kind": "materialized",
|
|
872
1162
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -874,36 +1164,36 @@
|
|
|
874
1164
|
"identity": "TYPE-RoleBindingMap",
|
|
875
1165
|
"name": "RoleBindingMap",
|
|
876
1166
|
"description": "dummy-description",
|
|
877
|
-
"
|
|
1167
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
878
1168
|
"extractionSchema": {
|
|
879
1169
|
"$anchor": "RoleBindingMap",
|
|
880
1170
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
881
1171
|
"type": "object",
|
|
882
1172
|
"propertyNames": {
|
|
883
|
-
"$ref": "#/$defs/
|
|
1173
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
884
1174
|
},
|
|
885
1175
|
"additionalProperties": {
|
|
886
|
-
"$ref": "#/$defs/
|
|
1176
|
+
"$ref": "#/$defs/ResourceIdentity"
|
|
887
1177
|
}
|
|
888
1178
|
}
|
|
889
1179
|
}
|
|
890
1180
|
},
|
|
891
|
-
"
|
|
892
|
-
"identity": "RESOURCE-
|
|
893
|
-
"
|
|
1181
|
+
"RoleBindings": {
|
|
1182
|
+
"identity": "RESOURCE-RoleBindings",
|
|
1183
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
894
1184
|
"creationContext": {
|
|
895
|
-
"
|
|
896
|
-
"
|
|
1185
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1186
|
+
"executionRef": "EXECUTION-RoleBindings"
|
|
897
1187
|
},
|
|
898
1188
|
"kind": "materialized",
|
|
899
1189
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
900
1190
|
"extractedData": {
|
|
901
|
-
"identity": "TYPE-
|
|
902
|
-
"name": "
|
|
1191
|
+
"identity": "TYPE-RoleBindings",
|
|
1192
|
+
"name": "RoleBindings",
|
|
903
1193
|
"description": "dummy-description",
|
|
904
|
-
"
|
|
1194
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
905
1195
|
"extractionSchema": {
|
|
906
|
-
"$anchor": "
|
|
1196
|
+
"$anchor": "RoleBindings",
|
|
907
1197
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
908
1198
|
"type": "object",
|
|
909
1199
|
"required": [
|
|
@@ -922,22 +1212,22 @@
|
|
|
922
1212
|
}
|
|
923
1213
|
}
|
|
924
1214
|
},
|
|
925
|
-
"
|
|
926
|
-
"identity": "RESOURCE-
|
|
927
|
-
"
|
|
1215
|
+
"RoleBindingsWrapper": {
|
|
1216
|
+
"identity": "RESOURCE-RoleBindingsWrapper",
|
|
1217
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
928
1218
|
"creationContext": {
|
|
929
|
-
"
|
|
930
|
-
"
|
|
1219
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1220
|
+
"executionRef": "EXECUTION-RoleBindingsWrapper"
|
|
931
1221
|
},
|
|
932
1222
|
"kind": "materialized",
|
|
933
1223
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
934
1224
|
"extractedData": {
|
|
935
|
-
"identity": "TYPE-
|
|
936
|
-
"name": "
|
|
1225
|
+
"identity": "TYPE-RoleBindingsWrapper",
|
|
1226
|
+
"name": "RoleBindingsWrapper",
|
|
937
1227
|
"description": "dummy-description",
|
|
938
|
-
"
|
|
1228
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
939
1229
|
"extractionSchema": {
|
|
940
|
-
"$anchor": "
|
|
1230
|
+
"$anchor": "RoleBindingsWrapper",
|
|
941
1231
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
942
1232
|
"type": "object",
|
|
943
1233
|
"required": [
|
|
@@ -945,61 +1235,61 @@
|
|
|
945
1235
|
],
|
|
946
1236
|
"properties": {
|
|
947
1237
|
"roleBindings": {
|
|
948
|
-
"$ref": "#/$defs/
|
|
1238
|
+
"$ref": "#/$defs/RoleBindings"
|
|
949
1239
|
}
|
|
950
1240
|
}
|
|
951
1241
|
}
|
|
952
1242
|
}
|
|
953
1243
|
},
|
|
954
|
-
"
|
|
955
|
-
"identity": "RESOURCE-
|
|
956
|
-
"
|
|
1244
|
+
"CreationContext": {
|
|
1245
|
+
"identity": "RESOURCE-CreationContext",
|
|
1246
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
957
1247
|
"creationContext": {
|
|
958
|
-
"
|
|
959
|
-
"
|
|
1248
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1249
|
+
"executionRef": "EXECUTION-CreationContext"
|
|
960
1250
|
},
|
|
961
1251
|
"kind": "materialized",
|
|
962
1252
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
963
1253
|
"extractedData": {
|
|
964
|
-
"identity": "TYPE-
|
|
965
|
-
"name": "
|
|
1254
|
+
"identity": "TYPE-CreationContext",
|
|
1255
|
+
"name": "CreationContext",
|
|
966
1256
|
"description": "dummy-description",
|
|
967
|
-
"
|
|
1257
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
968
1258
|
"extractionSchema": {
|
|
969
|
-
"$anchor": "
|
|
1259
|
+
"$anchor": "CreationContext",
|
|
970
1260
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
971
1261
|
"type": "object",
|
|
972
1262
|
"required": [
|
|
973
|
-
"
|
|
974
|
-
"
|
|
1263
|
+
"resourceRoleRef",
|
|
1264
|
+
"executionRef"
|
|
975
1265
|
],
|
|
976
1266
|
"properties": {
|
|
977
|
-
"
|
|
978
|
-
"$ref": "#/$defs/
|
|
1267
|
+
"resourceRoleRef": {
|
|
1268
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
979
1269
|
},
|
|
980
|
-
"
|
|
981
|
-
"$ref": "#/$defs/
|
|
1270
|
+
"executionRef": {
|
|
1271
|
+
"$ref": "#/$defs/ExecutionIdentity"
|
|
982
1272
|
}
|
|
983
1273
|
}
|
|
984
1274
|
}
|
|
985
1275
|
}
|
|
986
1276
|
},
|
|
987
|
-
"
|
|
988
|
-
"identity": "RESOURCE-
|
|
989
|
-
"
|
|
1277
|
+
"CreationContextWrapper": {
|
|
1278
|
+
"identity": "RESOURCE-CreationContextWrapper",
|
|
1279
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
990
1280
|
"creationContext": {
|
|
991
|
-
"
|
|
992
|
-
"
|
|
1281
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1282
|
+
"executionRef": "EXECUTION-CreationContextWrapper"
|
|
993
1283
|
},
|
|
994
1284
|
"kind": "materialized",
|
|
995
1285
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
996
1286
|
"extractedData": {
|
|
997
|
-
"identity": "TYPE-
|
|
998
|
-
"name": "
|
|
1287
|
+
"identity": "TYPE-CreationContextWrapper",
|
|
1288
|
+
"name": "CreationContextWrapper",
|
|
999
1289
|
"description": "dummy-description",
|
|
1000
|
-
"
|
|
1290
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1001
1291
|
"extractionSchema": {
|
|
1002
|
-
"$anchor": "
|
|
1292
|
+
"$anchor": "CreationContextWrapper",
|
|
1003
1293
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1004
1294
|
"type": "object",
|
|
1005
1295
|
"required": [
|
|
@@ -1007,7 +1297,7 @@
|
|
|
1007
1297
|
],
|
|
1008
1298
|
"properties": {
|
|
1009
1299
|
"creationContext": {
|
|
1010
|
-
"$ref": "#/$defs/
|
|
1300
|
+
"$ref": "#/$defs/CreationContext"
|
|
1011
1301
|
}
|
|
1012
1302
|
}
|
|
1013
1303
|
}
|
|
@@ -1015,10 +1305,10 @@
|
|
|
1015
1305
|
},
|
|
1016
1306
|
"ResourceBase": {
|
|
1017
1307
|
"identity": "RESOURCE-ResourceBase",
|
|
1018
|
-
"
|
|
1308
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1019
1309
|
"creationContext": {
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1310
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1311
|
+
"executionRef": "EXECUTION-ResourceBase"
|
|
1022
1312
|
},
|
|
1023
1313
|
"kind": "materialized",
|
|
1024
1314
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1026,7 +1316,7 @@
|
|
|
1026
1316
|
"identity": "TYPE-ResourceBase",
|
|
1027
1317
|
"name": "ResourceBase",
|
|
1028
1318
|
"description": "dummy-description",
|
|
1029
|
-
"
|
|
1319
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1030
1320
|
"extractionSchema": {
|
|
1031
1321
|
"$anchor": "ResourceBase",
|
|
1032
1322
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1035,14 +1325,14 @@
|
|
|
1035
1325
|
{
|
|
1036
1326
|
"required": [
|
|
1037
1327
|
"identity",
|
|
1038
|
-
"
|
|
1328
|
+
"resourceTypeRef"
|
|
1039
1329
|
],
|
|
1040
1330
|
"properties": {
|
|
1041
1331
|
"identity": {
|
|
1042
|
-
"$ref": "#/$defs/
|
|
1332
|
+
"$ref": "#/$defs/ResourceIdentity"
|
|
1043
1333
|
},
|
|
1044
|
-
"
|
|
1045
|
-
"$ref": "#/$defs/
|
|
1334
|
+
"resourceTypeRef": {
|
|
1335
|
+
"$ref": "#/$defs/ResourceTypeIdentity"
|
|
1046
1336
|
}
|
|
1047
1337
|
}
|
|
1048
1338
|
}
|
|
@@ -1052,10 +1342,10 @@
|
|
|
1052
1342
|
},
|
|
1053
1343
|
"ResourceKind": {
|
|
1054
1344
|
"identity": "RESOURCE-ResourceKind",
|
|
1055
|
-
"
|
|
1345
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1056
1346
|
"creationContext": {
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1347
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1348
|
+
"executionRef": "EXECUTION-ResourceKind"
|
|
1059
1349
|
},
|
|
1060
1350
|
"kind": "materialized",
|
|
1061
1351
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1063,7 +1353,7 @@
|
|
|
1063
1353
|
"identity": "TYPE-ResourceKind",
|
|
1064
1354
|
"name": "ResourceKind",
|
|
1065
1355
|
"description": "dummy-description",
|
|
1066
|
-
"
|
|
1356
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1067
1357
|
"extractionSchema": {
|
|
1068
1358
|
"$anchor": "ResourceKind",
|
|
1069
1359
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1086,10 +1376,10 @@
|
|
|
1086
1376
|
},
|
|
1087
1377
|
"ResourceMissing": {
|
|
1088
1378
|
"identity": "RESOURCE-ResourceMissing",
|
|
1089
|
-
"
|
|
1379
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1090
1380
|
"creationContext": {
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1381
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1382
|
+
"executionRef": "EXECUTION-ResourceMissing"
|
|
1093
1383
|
},
|
|
1094
1384
|
"kind": "materialized",
|
|
1095
1385
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1097,7 +1387,7 @@
|
|
|
1097
1387
|
"identity": "TYPE-ResourceMissing",
|
|
1098
1388
|
"name": "ResourceMissing",
|
|
1099
1389
|
"description": "dummy-description",
|
|
1100
|
-
"
|
|
1390
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1101
1391
|
"extractionSchema": {
|
|
1102
1392
|
"$anchor": "ResourceMissing",
|
|
1103
1393
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1126,10 +1416,10 @@
|
|
|
1126
1416
|
},
|
|
1127
1417
|
"ResourcePotentialInput": {
|
|
1128
1418
|
"identity": "RESOURCE-ResourcePotentialInput",
|
|
1129
|
-
"
|
|
1419
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1130
1420
|
"creationContext": {
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1421
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1422
|
+
"executionRef": "EXECUTION-ResourcePotentialInput"
|
|
1133
1423
|
},
|
|
1134
1424
|
"kind": "materialized",
|
|
1135
1425
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1137,7 +1427,7 @@
|
|
|
1137
1427
|
"identity": "TYPE-ResourcePotentialInput",
|
|
1138
1428
|
"name": "ResourcePotentialInput",
|
|
1139
1429
|
"description": "dummy-description",
|
|
1140
|
-
"
|
|
1430
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1141
1431
|
"extractionSchema": {
|
|
1142
1432
|
"$anchor": "ResourcePotentialInput",
|
|
1143
1433
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1147,7 +1437,7 @@
|
|
|
1147
1437
|
"$ref": "#/$defs/ResourceBase"
|
|
1148
1438
|
},
|
|
1149
1439
|
{
|
|
1150
|
-
"$ref": "#/$defs/
|
|
1440
|
+
"$ref": "#/$defs/CreationContextWrapper"
|
|
1151
1441
|
},
|
|
1152
1442
|
{
|
|
1153
1443
|
"$ref": "#/$defs/ResourceKind"
|
|
@@ -1169,10 +1459,10 @@
|
|
|
1169
1459
|
},
|
|
1170
1460
|
"ResourcePotentialOutput": {
|
|
1171
1461
|
"identity": "RESOURCE-ResourcePotentialOutput",
|
|
1172
|
-
"
|
|
1462
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1173
1463
|
"creationContext": {
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1464
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1465
|
+
"executionRef": "EXECUTION-ResourcePotentialOutput"
|
|
1176
1466
|
},
|
|
1177
1467
|
"kind": "materialized",
|
|
1178
1468
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1180,7 +1470,7 @@
|
|
|
1180
1470
|
"identity": "TYPE-ResourcePotentialOutput",
|
|
1181
1471
|
"name": "ResourcePotentialOutput",
|
|
1182
1472
|
"description": "dummy-description",
|
|
1183
|
-
"
|
|
1473
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1184
1474
|
"extractionSchema": {
|
|
1185
1475
|
"$anchor": "ResourcePotentialOutput",
|
|
1186
1476
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1190,7 +1480,7 @@
|
|
|
1190
1480
|
"$ref": "#/$defs/ResourceBase"
|
|
1191
1481
|
},
|
|
1192
1482
|
{
|
|
1193
|
-
"$ref": "#/$defs/
|
|
1483
|
+
"$ref": "#/$defs/CreationContextWrapper"
|
|
1194
1484
|
},
|
|
1195
1485
|
{
|
|
1196
1486
|
"$ref": "#/$defs/ResourceKind"
|
|
@@ -1212,10 +1502,10 @@
|
|
|
1212
1502
|
},
|
|
1213
1503
|
"Timestamp": {
|
|
1214
1504
|
"identity": "RESOURCE-Timestamp",
|
|
1215
|
-
"
|
|
1505
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1216
1506
|
"creationContext": {
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1507
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1508
|
+
"executionRef": "EXECUTION-Timestamp"
|
|
1219
1509
|
},
|
|
1220
1510
|
"kind": "materialized",
|
|
1221
1511
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1223,7 +1513,7 @@
|
|
|
1223
1513
|
"identity": "TYPE-Timestamp",
|
|
1224
1514
|
"name": "Timestamp",
|
|
1225
1515
|
"description": "dummy-description",
|
|
1226
|
-
"
|
|
1516
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1227
1517
|
"extractionSchema": {
|
|
1228
1518
|
"$anchor": "Timestamp",
|
|
1229
1519
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1242,10 +1532,10 @@
|
|
|
1242
1532
|
},
|
|
1243
1533
|
"Path": {
|
|
1244
1534
|
"identity": "RESOURCE-Path",
|
|
1245
|
-
"
|
|
1535
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1246
1536
|
"creationContext": {
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1537
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1538
|
+
"executionRef": "EXECUTION-Path"
|
|
1249
1539
|
},
|
|
1250
1540
|
"kind": "materialized",
|
|
1251
1541
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1253,7 +1543,7 @@
|
|
|
1253
1543
|
"identity": "TYPE-Path",
|
|
1254
1544
|
"name": "Path",
|
|
1255
1545
|
"description": "dummy-description",
|
|
1256
|
-
"
|
|
1546
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1257
1547
|
"extractionSchema": {
|
|
1258
1548
|
"$anchor": "Path",
|
|
1259
1549
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1271,10 +1561,10 @@
|
|
|
1271
1561
|
},
|
|
1272
1562
|
"ResourceMetaBase": {
|
|
1273
1563
|
"identity": "RESOURCE-ResourceMetaBase",
|
|
1274
|
-
"
|
|
1564
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1275
1565
|
"creationContext": {
|
|
1276
|
-
"
|
|
1277
|
-
"
|
|
1566
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1567
|
+
"executionRef": "EXECUTION-ResourceMetaBase"
|
|
1278
1568
|
},
|
|
1279
1569
|
"kind": "materialized",
|
|
1280
1570
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1282,7 +1572,7 @@
|
|
|
1282
1572
|
"identity": "TYPE-ResourceMetaBase",
|
|
1283
1573
|
"name": "ResourceMetaBase",
|
|
1284
1574
|
"description": "dummy-description",
|
|
1285
|
-
"
|
|
1575
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1286
1576
|
"extractionSchema": {
|
|
1287
1577
|
"$anchor": "ResourceMetaBase",
|
|
1288
1578
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1292,7 +1582,7 @@
|
|
|
1292
1582
|
"$ref": "#/$defs/ResourceBase"
|
|
1293
1583
|
},
|
|
1294
1584
|
{
|
|
1295
|
-
"$ref": "#/$defs/
|
|
1585
|
+
"$ref": "#/$defs/CreationContextWrapper"
|
|
1296
1586
|
},
|
|
1297
1587
|
{
|
|
1298
1588
|
"$ref": "#/$defs/ResourceKind"
|
|
@@ -1319,10 +1609,10 @@
|
|
|
1319
1609
|
},
|
|
1320
1610
|
"ResourceMeta": {
|
|
1321
1611
|
"identity": "RESOURCE-ResourceMeta",
|
|
1322
|
-
"
|
|
1612
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1323
1613
|
"creationContext": {
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1614
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1615
|
+
"executionRef": "EXECUTION-ResourceMeta"
|
|
1326
1616
|
},
|
|
1327
1617
|
"kind": "materialized",
|
|
1328
1618
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1330,7 +1620,7 @@
|
|
|
1330
1620
|
"identity": "TYPE-ResourceMeta",
|
|
1331
1621
|
"name": "ResourceMeta",
|
|
1332
1622
|
"description": "dummy-description",
|
|
1333
|
-
"
|
|
1623
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1334
1624
|
"extractionSchema": {
|
|
1335
1625
|
"$anchor": "ResourceMeta",
|
|
1336
1626
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1340,22 +1630,22 @@
|
|
|
1340
1630
|
}
|
|
1341
1631
|
}
|
|
1342
1632
|
},
|
|
1343
|
-
"
|
|
1344
|
-
"identity": "RESOURCE-
|
|
1345
|
-
"
|
|
1633
|
+
"JsonData": {
|
|
1634
|
+
"identity": "RESOURCE-JsonData",
|
|
1635
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1346
1636
|
"creationContext": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1637
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1638
|
+
"executionRef": "EXECUTION-JsonData"
|
|
1349
1639
|
},
|
|
1350
1640
|
"kind": "materialized",
|
|
1351
1641
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1352
1642
|
"extractedData": {
|
|
1353
|
-
"identity": "TYPE-
|
|
1354
|
-
"name": "
|
|
1643
|
+
"identity": "TYPE-JsonData",
|
|
1644
|
+
"name": "JsonData",
|
|
1355
1645
|
"description": "dummy-description",
|
|
1356
|
-
"
|
|
1646
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1357
1647
|
"extractionSchema": {
|
|
1358
|
-
"$anchor": "
|
|
1648
|
+
"$anchor": "JsonData",
|
|
1359
1649
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1360
1650
|
"oneOf": [
|
|
1361
1651
|
{
|
|
@@ -1373,13 +1663,13 @@
|
|
|
1373
1663
|
{
|
|
1374
1664
|
"type": "array",
|
|
1375
1665
|
"items": {
|
|
1376
|
-
"$ref": "#/$defs/
|
|
1666
|
+
"$ref": "#/$defs/JsonData"
|
|
1377
1667
|
}
|
|
1378
1668
|
},
|
|
1379
1669
|
{
|
|
1380
1670
|
"type": "object",
|
|
1381
1671
|
"additionalProperties": {
|
|
1382
|
-
"$ref": "#/$defs/
|
|
1672
|
+
"$ref": "#/$defs/JsonData"
|
|
1383
1673
|
}
|
|
1384
1674
|
}
|
|
1385
1675
|
]
|
|
@@ -1388,10 +1678,10 @@
|
|
|
1388
1678
|
},
|
|
1389
1679
|
"Resource": {
|
|
1390
1680
|
"identity": "RESOURCE-Resource",
|
|
1391
|
-
"
|
|
1681
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1392
1682
|
"creationContext": {
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1683
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1684
|
+
"executionRef": "EXECUTION-Resource"
|
|
1395
1685
|
},
|
|
1396
1686
|
"kind": "materialized",
|
|
1397
1687
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1399,7 +1689,7 @@
|
|
|
1399
1689
|
"identity": "TYPE-Resource",
|
|
1400
1690
|
"name": "Resource",
|
|
1401
1691
|
"description": "dummy-description",
|
|
1402
|
-
"
|
|
1692
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1403
1693
|
"extractionSchema": {
|
|
1404
1694
|
"$anchor": "Resource",
|
|
1405
1695
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1417,7 +1707,7 @@
|
|
|
1417
1707
|
"$comment": "This will be overlayed at runtime to match the data structure of the underlying type's extractionSchema. At compile time, we guarantee it has an identity property.",
|
|
1418
1708
|
"type": "object",
|
|
1419
1709
|
"additionalProperties": {
|
|
1420
|
-
"$ref": "#/$defs/
|
|
1710
|
+
"$ref": "#/$defs/JsonData"
|
|
1421
1711
|
}
|
|
1422
1712
|
}
|
|
1423
1713
|
}
|
|
@@ -1427,22 +1717,22 @@
|
|
|
1427
1717
|
}
|
|
1428
1718
|
}
|
|
1429
1719
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"identity": "RESOURCE-
|
|
1432
|
-
"
|
|
1720
|
+
"ExecutionIdentity": {
|
|
1721
|
+
"identity": "RESOURCE-ExecutionIdentity",
|
|
1722
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1433
1723
|
"creationContext": {
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1724
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1725
|
+
"executionRef": "EXECUTION-ExecutionIdentity"
|
|
1436
1726
|
},
|
|
1437
1727
|
"kind": "materialized",
|
|
1438
1728
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1439
1729
|
"extractedData": {
|
|
1440
|
-
"identity": "TYPE-
|
|
1441
|
-
"name": "
|
|
1730
|
+
"identity": "TYPE-ExecutionIdentity",
|
|
1731
|
+
"name": "ExecutionIdentity",
|
|
1442
1732
|
"description": "dummy-description",
|
|
1443
|
-
"
|
|
1733
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1444
1734
|
"extractionSchema": {
|
|
1445
|
-
"$anchor": "
|
|
1735
|
+
"$anchor": "ExecutionIdentity",
|
|
1446
1736
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1447
1737
|
"type": "string",
|
|
1448
1738
|
"pattern": "^EXECUTION-.+$"
|
|
@@ -1451,10 +1741,10 @@
|
|
|
1451
1741
|
},
|
|
1452
1742
|
"Execution": {
|
|
1453
1743
|
"identity": "RESOURCE-Execution",
|
|
1454
|
-
"
|
|
1744
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1455
1745
|
"creationContext": {
|
|
1456
|
-
"
|
|
1457
|
-
"
|
|
1746
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1747
|
+
"executionRef": "EXECUTION-Execution"
|
|
1458
1748
|
},
|
|
1459
1749
|
"kind": "materialized",
|
|
1460
1750
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1462,7 +1752,7 @@
|
|
|
1462
1752
|
"identity": "TYPE-Execution",
|
|
1463
1753
|
"name": "Execution",
|
|
1464
1754
|
"description": "dummy-description",
|
|
1465
|
-
"
|
|
1755
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1466
1756
|
"extractionSchema": {
|
|
1467
1757
|
"$anchor": "Execution",
|
|
1468
1758
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1472,41 +1762,41 @@
|
|
|
1472
1762
|
"type": "object",
|
|
1473
1763
|
"required": [
|
|
1474
1764
|
"identity",
|
|
1475
|
-
"
|
|
1765
|
+
"jobRef"
|
|
1476
1766
|
],
|
|
1477
1767
|
"properties": {
|
|
1478
1768
|
"identity": {
|
|
1479
|
-
"$ref": "#/$defs/
|
|
1769
|
+
"$ref": "#/$defs/ExecutionIdentity"
|
|
1480
1770
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"$ref": "#/$defs/
|
|
1771
|
+
"jobRef": {
|
|
1772
|
+
"$ref": "#/$defs/JobIdentity"
|
|
1483
1773
|
}
|
|
1484
1774
|
}
|
|
1485
1775
|
},
|
|
1486
1776
|
{
|
|
1487
1777
|
"$comment": "This will be overlayed at runtime to specify roleBindings corresponding to the roles of the underlying job.",
|
|
1488
|
-
"$ref": "#/$defs/
|
|
1778
|
+
"$ref": "#/$defs/RoleBindingsWrapper"
|
|
1489
1779
|
}
|
|
1490
1780
|
]
|
|
1491
1781
|
}
|
|
1492
1782
|
}
|
|
1493
1783
|
},
|
|
1494
|
-
"
|
|
1495
|
-
"identity": "RESOURCE-
|
|
1496
|
-
"
|
|
1784
|
+
"Conditional": {
|
|
1785
|
+
"identity": "RESOURCE-Conditional",
|
|
1786
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1497
1787
|
"creationContext": {
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1788
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1789
|
+
"executionRef": "EXECUTION-Conditional"
|
|
1500
1790
|
},
|
|
1501
1791
|
"kind": "materialized",
|
|
1502
1792
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1503
1793
|
"extractedData": {
|
|
1504
|
-
"identity": "TYPE-
|
|
1505
|
-
"name": "
|
|
1794
|
+
"identity": "TYPE-Conditional",
|
|
1795
|
+
"name": "Conditional",
|
|
1506
1796
|
"description": "dummy-description",
|
|
1507
|
-
"
|
|
1797
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1508
1798
|
"extractionSchema": {
|
|
1509
|
-
"$anchor": "
|
|
1799
|
+
"$anchor": "Conditional",
|
|
1510
1800
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1511
1801
|
"type": "object",
|
|
1512
1802
|
"required": [
|
|
@@ -1527,10 +1817,10 @@
|
|
|
1527
1817
|
},
|
|
1528
1818
|
"StepKind": {
|
|
1529
1819
|
"identity": "RESOURCE-StepKind",
|
|
1530
|
-
"
|
|
1820
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1531
1821
|
"creationContext": {
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1822
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1823
|
+
"executionRef": "EXECUTION-StepKind"
|
|
1534
1824
|
},
|
|
1535
1825
|
"kind": "materialized",
|
|
1536
1826
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1538,7 +1828,7 @@
|
|
|
1538
1828
|
"identity": "TYPE-StepKind",
|
|
1539
1829
|
"name": "StepKind",
|
|
1540
1830
|
"description": "dummy-description",
|
|
1541
|
-
"
|
|
1831
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1542
1832
|
"extractionSchema": {
|
|
1543
1833
|
"$anchor": "StepKind",
|
|
1544
1834
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1560,22 +1850,22 @@
|
|
|
1560
1850
|
}
|
|
1561
1851
|
}
|
|
1562
1852
|
},
|
|
1563
|
-
"
|
|
1564
|
-
"identity": "RESOURCE-
|
|
1565
|
-
"
|
|
1853
|
+
"WorkStepIdentity": {
|
|
1854
|
+
"identity": "RESOURCE-WorkStepIdentity",
|
|
1855
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1566
1856
|
"creationContext": {
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1857
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1858
|
+
"executionRef": "EXECUTION-WorkStepIdentity"
|
|
1569
1859
|
},
|
|
1570
1860
|
"kind": "materialized",
|
|
1571
1861
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1572
1862
|
"extractedData": {
|
|
1573
|
-
"identity": "TYPE-
|
|
1574
|
-
"name": "
|
|
1863
|
+
"identity": "TYPE-WorkStepIdentity",
|
|
1864
|
+
"name": "WorkStepIdentity",
|
|
1575
1865
|
"description": "dummy-description",
|
|
1576
|
-
"
|
|
1866
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1577
1867
|
"extractionSchema": {
|
|
1578
|
-
"$anchor": "
|
|
1868
|
+
"$anchor": "WorkStepIdentity",
|
|
1579
1869
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1580
1870
|
"type": "string",
|
|
1581
1871
|
"pattern": "^WORKSTEP-.+$"
|
|
@@ -1584,10 +1874,10 @@
|
|
|
1584
1874
|
},
|
|
1585
1875
|
"WorkStep": {
|
|
1586
1876
|
"identity": "RESOURCE-WorkStep",
|
|
1587
|
-
"
|
|
1877
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1588
1878
|
"creationContext": {
|
|
1589
|
-
"
|
|
1590
|
-
"
|
|
1879
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1880
|
+
"executionRef": "EXECUTION-WorkStep"
|
|
1591
1881
|
},
|
|
1592
1882
|
"kind": "materialized",
|
|
1593
1883
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1595,7 +1885,7 @@
|
|
|
1595
1885
|
"identity": "TYPE-WorkStep",
|
|
1596
1886
|
"name": "WorkStep",
|
|
1597
1887
|
"description": "dummy-description",
|
|
1598
|
-
"
|
|
1888
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1599
1889
|
"extractionSchema": {
|
|
1600
1890
|
"$anchor": "WorkStep",
|
|
1601
1891
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1613,7 +1903,7 @@
|
|
|
1613
1903
|
],
|
|
1614
1904
|
"properties": {
|
|
1615
1905
|
"identity": {
|
|
1616
|
-
"$ref": "#/$defs/
|
|
1906
|
+
"$ref": "#/$defs/WorkStepIdentity"
|
|
1617
1907
|
},
|
|
1618
1908
|
"kind": {
|
|
1619
1909
|
"const": "work"
|
|
@@ -1627,22 +1917,22 @@
|
|
|
1627
1917
|
}
|
|
1628
1918
|
}
|
|
1629
1919
|
},
|
|
1630
|
-
"
|
|
1631
|
-
"identity": "RESOURCE-
|
|
1632
|
-
"
|
|
1920
|
+
"BranchStepIdentity": {
|
|
1921
|
+
"identity": "RESOURCE-BranchStepIdentity",
|
|
1922
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1633
1923
|
"creationContext": {
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1924
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1925
|
+
"executionRef": "EXECUTION-BranchStepIdentity"
|
|
1636
1926
|
},
|
|
1637
1927
|
"kind": "materialized",
|
|
1638
1928
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1639
1929
|
"extractedData": {
|
|
1640
|
-
"identity": "TYPE-
|
|
1641
|
-
"name": "
|
|
1930
|
+
"identity": "TYPE-BranchStepIdentity",
|
|
1931
|
+
"name": "BranchStepIdentity",
|
|
1642
1932
|
"description": "dummy-description",
|
|
1643
|
-
"
|
|
1933
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1644
1934
|
"extractionSchema": {
|
|
1645
|
-
"$anchor": "
|
|
1935
|
+
"$anchor": "BranchStepIdentity",
|
|
1646
1936
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1647
1937
|
"type": "string",
|
|
1648
1938
|
"pattern": "^BRANCHSTEP-.+$"
|
|
@@ -1651,10 +1941,10 @@
|
|
|
1651
1941
|
},
|
|
1652
1942
|
"BranchStep": {
|
|
1653
1943
|
"identity": "RESOURCE-BranchStep",
|
|
1654
|
-
"
|
|
1944
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1655
1945
|
"creationContext": {
|
|
1656
|
-
"
|
|
1657
|
-
"
|
|
1946
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1947
|
+
"executionRef": "EXECUTION-BranchStep"
|
|
1658
1948
|
},
|
|
1659
1949
|
"kind": "materialized",
|
|
1660
1950
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1662,7 +1952,7 @@
|
|
|
1662
1952
|
"identity": "TYPE-BranchStep",
|
|
1663
1953
|
"name": "BranchStep",
|
|
1664
1954
|
"description": "dummy-description",
|
|
1665
|
-
"
|
|
1955
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1666
1956
|
"extractionSchema": {
|
|
1667
1957
|
"$anchor": "BranchStep",
|
|
1668
1958
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1680,7 +1970,7 @@
|
|
|
1680
1970
|
],
|
|
1681
1971
|
"properties": {
|
|
1682
1972
|
"identity": {
|
|
1683
|
-
"$ref": "#/$defs/
|
|
1973
|
+
"$ref": "#/$defs/BranchStepIdentity"
|
|
1684
1974
|
},
|
|
1685
1975
|
"kind": {
|
|
1686
1976
|
"const": "branch"
|
|
@@ -1688,7 +1978,7 @@
|
|
|
1688
1978
|
"cases": {
|
|
1689
1979
|
"type": "array",
|
|
1690
1980
|
"items": {
|
|
1691
|
-
"$ref": "#/$defs/
|
|
1981
|
+
"$ref": "#/$defs/Conditional"
|
|
1692
1982
|
},
|
|
1693
1983
|
"minItems": 1,
|
|
1694
1984
|
"uniqueItems": true
|
|
@@ -1699,22 +1989,22 @@
|
|
|
1699
1989
|
}
|
|
1700
1990
|
}
|
|
1701
1991
|
},
|
|
1702
|
-
"
|
|
1703
|
-
"identity": "RESOURCE-
|
|
1704
|
-
"
|
|
1992
|
+
"WhileStepIdentity": {
|
|
1993
|
+
"identity": "RESOURCE-WhileStepIdentity",
|
|
1994
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1705
1995
|
"creationContext": {
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1996
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
1997
|
+
"executionRef": "EXECUTION-WhileStepIdentity"
|
|
1708
1998
|
},
|
|
1709
1999
|
"kind": "materialized",
|
|
1710
2000
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1711
2001
|
"extractedData": {
|
|
1712
|
-
"identity": "TYPE-
|
|
1713
|
-
"name": "
|
|
2002
|
+
"identity": "TYPE-WhileStepIdentity",
|
|
2003
|
+
"name": "WhileStepIdentity",
|
|
1714
2004
|
"description": "dummy-description",
|
|
1715
|
-
"
|
|
2005
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1716
2006
|
"extractionSchema": {
|
|
1717
|
-
"$anchor": "
|
|
2007
|
+
"$anchor": "WhileStepIdentity",
|
|
1718
2008
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1719
2009
|
"type": "string",
|
|
1720
2010
|
"pattern": "^WHILESTEP-.+$"
|
|
@@ -1723,10 +2013,10 @@
|
|
|
1723
2013
|
},
|
|
1724
2014
|
"WhileStep": {
|
|
1725
2015
|
"identity": "RESOURCE-WhileStep",
|
|
1726
|
-
"
|
|
2016
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1727
2017
|
"creationContext": {
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
2018
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2019
|
+
"executionRef": "EXECUTION-WhileStep"
|
|
1730
2020
|
},
|
|
1731
2021
|
"kind": "materialized",
|
|
1732
2022
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1734,7 +2024,7 @@
|
|
|
1734
2024
|
"identity": "TYPE-WhileStep",
|
|
1735
2025
|
"name": "WhileStep",
|
|
1736
2026
|
"description": "dummy-description",
|
|
1737
|
-
"
|
|
2027
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1738
2028
|
"extractionSchema": {
|
|
1739
2029
|
"$anchor": "WhileStep",
|
|
1740
2030
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1752,13 +2042,13 @@
|
|
|
1752
2042
|
],
|
|
1753
2043
|
"properties": {
|
|
1754
2044
|
"identity": {
|
|
1755
|
-
"$ref": "#/$defs/
|
|
2045
|
+
"$ref": "#/$defs/WhileStepIdentity"
|
|
1756
2046
|
},
|
|
1757
2047
|
"kind": {
|
|
1758
2048
|
"const": "while"
|
|
1759
2049
|
},
|
|
1760
2050
|
"case": {
|
|
1761
|
-
"$ref": "#/$defs/
|
|
2051
|
+
"$ref": "#/$defs/Conditional"
|
|
1762
2052
|
}
|
|
1763
2053
|
}
|
|
1764
2054
|
}
|
|
@@ -1766,22 +2056,22 @@
|
|
|
1766
2056
|
}
|
|
1767
2057
|
}
|
|
1768
2058
|
},
|
|
1769
|
-
"
|
|
1770
|
-
"identity": "RESOURCE-
|
|
1771
|
-
"
|
|
2059
|
+
"ForStepIdentity": {
|
|
2060
|
+
"identity": "RESOURCE-ForStepIdentity",
|
|
2061
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1772
2062
|
"creationContext": {
|
|
1773
|
-
"
|
|
1774
|
-
"
|
|
2063
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2064
|
+
"executionRef": "EXECUTION-ForStepIdentity"
|
|
1775
2065
|
},
|
|
1776
2066
|
"kind": "materialized",
|
|
1777
2067
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1778
2068
|
"extractedData": {
|
|
1779
|
-
"identity": "TYPE-
|
|
1780
|
-
"name": "
|
|
2069
|
+
"identity": "TYPE-ForStepIdentity",
|
|
2070
|
+
"name": "ForStepIdentity",
|
|
1781
2071
|
"description": "dummy-description",
|
|
1782
|
-
"
|
|
2072
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1783
2073
|
"extractionSchema": {
|
|
1784
|
-
"$anchor": "
|
|
2074
|
+
"$anchor": "ForStepIdentity",
|
|
1785
2075
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1786
2076
|
"type": "string",
|
|
1787
2077
|
"pattern": "^FORSTEP-.+$"
|
|
@@ -1790,10 +2080,10 @@
|
|
|
1790
2080
|
},
|
|
1791
2081
|
"ForStep": {
|
|
1792
2082
|
"identity": "RESOURCE-ForStep",
|
|
1793
|
-
"
|
|
2083
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1794
2084
|
"creationContext": {
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
2085
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2086
|
+
"executionRef": "EXECUTION-ForStep"
|
|
1797
2087
|
},
|
|
1798
2088
|
"kind": "materialized",
|
|
1799
2089
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1801,7 +2091,7 @@
|
|
|
1801
2091
|
"identity": "TYPE-ForStep",
|
|
1802
2092
|
"name": "ForStep",
|
|
1803
2093
|
"description": "dummy-description",
|
|
1804
|
-
"
|
|
2094
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1805
2095
|
"extractionSchema": {
|
|
1806
2096
|
"$anchor": "ForStep",
|
|
1807
2097
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1819,13 +2109,13 @@
|
|
|
1819
2109
|
],
|
|
1820
2110
|
"properties": {
|
|
1821
2111
|
"identity": {
|
|
1822
|
-
"$ref": "#/$defs/
|
|
2112
|
+
"$ref": "#/$defs/ForStepIdentity"
|
|
1823
2113
|
},
|
|
1824
2114
|
"kind": {
|
|
1825
2115
|
"const": "for"
|
|
1826
2116
|
},
|
|
1827
2117
|
"case": {
|
|
1828
|
-
"$ref": "#/$defs/
|
|
2118
|
+
"$ref": "#/$defs/Conditional"
|
|
1829
2119
|
}
|
|
1830
2120
|
}
|
|
1831
2121
|
}
|
|
@@ -1835,10 +2125,10 @@
|
|
|
1835
2125
|
},
|
|
1836
2126
|
"Step": {
|
|
1837
2127
|
"identity": "RESOURCE-Step",
|
|
1838
|
-
"
|
|
2128
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1839
2129
|
"creationContext": {
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
2130
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2131
|
+
"executionRef": "EXECUTION-Step"
|
|
1842
2132
|
},
|
|
1843
2133
|
"kind": "materialized",
|
|
1844
2134
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1846,7 +2136,7 @@
|
|
|
1846
2136
|
"identity": "TYPE-Step",
|
|
1847
2137
|
"name": "Step",
|
|
1848
2138
|
"description": "dummy-description",
|
|
1849
|
-
"
|
|
2139
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1850
2140
|
"extractionSchema": {
|
|
1851
2141
|
"$anchor": "Step",
|
|
1852
2142
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1869,22 +2159,22 @@
|
|
|
1869
2159
|
}
|
|
1870
2160
|
}
|
|
1871
2161
|
},
|
|
1872
|
-
"
|
|
1873
|
-
"identity": "RESOURCE-
|
|
1874
|
-
"
|
|
2162
|
+
"StatelessStrategyIdentity": {
|
|
2163
|
+
"identity": "RESOURCE-StatelessStrategyIdentity",
|
|
2164
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1875
2165
|
"creationContext": {
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
2166
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2167
|
+
"executionRef": "EXECUTION-StatelessStrategyIdentity"
|
|
1878
2168
|
},
|
|
1879
2169
|
"kind": "materialized",
|
|
1880
2170
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1881
2171
|
"extractedData": {
|
|
1882
|
-
"identity": "TYPE-
|
|
1883
|
-
"name": "
|
|
2172
|
+
"identity": "TYPE-StatelessStrategyIdentity",
|
|
2173
|
+
"name": "StatelessStrategyIdentity",
|
|
1884
2174
|
"description": "dummy-description",
|
|
1885
|
-
"
|
|
2175
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1886
2176
|
"extractionSchema": {
|
|
1887
|
-
"$anchor": "
|
|
2177
|
+
"$anchor": "StatelessStrategyIdentity",
|
|
1888
2178
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1889
2179
|
"type": "string",
|
|
1890
2180
|
"pattern": "^STATELESS_STRATEGY-.+$"
|
|
@@ -1893,10 +2183,10 @@
|
|
|
1893
2183
|
},
|
|
1894
2184
|
"StatelessStrategy": {
|
|
1895
2185
|
"identity": "RESOURCE-StatelessStrategy",
|
|
1896
|
-
"
|
|
2186
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1897
2187
|
"creationContext": {
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
2188
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2189
|
+
"executionRef": "EXECUTION-StatelessStrategy"
|
|
1900
2190
|
},
|
|
1901
2191
|
"kind": "materialized",
|
|
1902
2192
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -1904,7 +2194,7 @@
|
|
|
1904
2194
|
"identity": "TYPE-StatelessStrategy",
|
|
1905
2195
|
"name": "StatelessStrategy",
|
|
1906
2196
|
"description": "dummy-description",
|
|
1907
|
-
"
|
|
2197
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1908
2198
|
"extractionSchema": {
|
|
1909
2199
|
"$anchor": "StatelessStrategy",
|
|
1910
2200
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -1918,7 +2208,7 @@
|
|
|
1918
2208
|
],
|
|
1919
2209
|
"properties": {
|
|
1920
2210
|
"identity": {
|
|
1921
|
-
"$ref": "#/$defs/
|
|
2211
|
+
"$ref": "#/$defs/StatelessStrategyIdentity"
|
|
1922
2212
|
},
|
|
1923
2213
|
"steps": {
|
|
1924
2214
|
"type": "array",
|
|
@@ -1934,31 +2224,31 @@
|
|
|
1934
2224
|
}
|
|
1935
2225
|
}
|
|
1936
2226
|
},
|
|
1937
|
-
"
|
|
1938
|
-
"identity": "RESOURCE-
|
|
1939
|
-
"
|
|
2227
|
+
"StrategyState": {
|
|
2228
|
+
"identity": "RESOURCE-StrategyState",
|
|
2229
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1940
2230
|
"creationContext": {
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
2231
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2232
|
+
"executionRef": "EXECUTION-StrategyState"
|
|
1943
2233
|
},
|
|
1944
2234
|
"kind": "materialized",
|
|
1945
2235
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1946
2236
|
"extractedData": {
|
|
1947
|
-
"identity": "TYPE-
|
|
1948
|
-
"name": "
|
|
2237
|
+
"identity": "TYPE-StrategyState",
|
|
2238
|
+
"name": "StrategyState",
|
|
1949
2239
|
"description": "dummy-description",
|
|
1950
|
-
"
|
|
2240
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1951
2241
|
"extractionSchema": {
|
|
1952
|
-
"$anchor": "
|
|
2242
|
+
"$anchor": "StrategyState",
|
|
1953
2243
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
1954
2244
|
"type": "object",
|
|
1955
2245
|
"propertyNames": {
|
|
1956
|
-
"$ref": "#/$defs/
|
|
2246
|
+
"$ref": "#/$defs/ExecutionIdentity"
|
|
1957
2247
|
},
|
|
1958
2248
|
"additionalProperties": {
|
|
1959
2249
|
"type": "object",
|
|
1960
2250
|
"propertyNames": {
|
|
1961
|
-
"$ref": "#/$defs/
|
|
2251
|
+
"$ref": "#/$defs/ResourceRoleIdentity"
|
|
1962
2252
|
},
|
|
1963
2253
|
"additionalProperties": {
|
|
1964
2254
|
"oneOf": [
|
|
@@ -1980,22 +2270,22 @@
|
|
|
1980
2270
|
}
|
|
1981
2271
|
}
|
|
1982
2272
|
},
|
|
1983
|
-
"
|
|
1984
|
-
"identity": "RESOURCE-
|
|
1985
|
-
"
|
|
2273
|
+
"StrategyStateWrapper": {
|
|
2274
|
+
"identity": "RESOURCE-StrategyStateWrapper",
|
|
2275
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
1986
2276
|
"creationContext": {
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
2277
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2278
|
+
"executionRef": "EXECUTION-StrategyStateWrapper"
|
|
1989
2279
|
},
|
|
1990
2280
|
"kind": "materialized",
|
|
1991
2281
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
1992
2282
|
"extractedData": {
|
|
1993
|
-
"identity": "TYPE-
|
|
1994
|
-
"name": "
|
|
2283
|
+
"identity": "TYPE-StrategyStateWrapper",
|
|
2284
|
+
"name": "StrategyStateWrapper",
|
|
1995
2285
|
"description": "dummy-description",
|
|
1996
|
-
"
|
|
2286
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
1997
2287
|
"extractionSchema": {
|
|
1998
|
-
"$anchor": "
|
|
2288
|
+
"$anchor": "StrategyStateWrapper",
|
|
1999
2289
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2000
2290
|
"type": "object",
|
|
2001
2291
|
"required": [
|
|
@@ -2003,28 +2293,28 @@
|
|
|
2003
2293
|
],
|
|
2004
2294
|
"properties": {
|
|
2005
2295
|
"strategyState": {
|
|
2006
|
-
"$ref": "#/$defs/
|
|
2296
|
+
"$ref": "#/$defs/StrategyState"
|
|
2007
2297
|
}
|
|
2008
2298
|
}
|
|
2009
2299
|
}
|
|
2010
2300
|
}
|
|
2011
2301
|
},
|
|
2012
|
-
"
|
|
2013
|
-
"identity": "RESOURCE-
|
|
2014
|
-
"
|
|
2302
|
+
"StatefulStrategyIdentity": {
|
|
2303
|
+
"identity": "RESOURCE-StatefulStrategyIdentity",
|
|
2304
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
2015
2305
|
"creationContext": {
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
2306
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2307
|
+
"executionRef": "EXECUTION-StatefulStrategyIdentity"
|
|
2018
2308
|
},
|
|
2019
2309
|
"kind": "materialized",
|
|
2020
2310
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
2021
2311
|
"extractedData": {
|
|
2022
|
-
"identity": "TYPE-
|
|
2023
|
-
"name": "
|
|
2312
|
+
"identity": "TYPE-StatefulStrategyIdentity",
|
|
2313
|
+
"name": "StatefulStrategyIdentity",
|
|
2024
2314
|
"description": "dummy-description",
|
|
2025
|
-
"
|
|
2315
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
2026
2316
|
"extractionSchema": {
|
|
2027
|
-
"$anchor": "
|
|
2317
|
+
"$anchor": "StatefulStrategyIdentity",
|
|
2028
2318
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
2029
2319
|
"type": "string",
|
|
2030
2320
|
"pattern": "^STATEFUL_STRATEGY-.+$"
|
|
@@ -2033,10 +2323,10 @@
|
|
|
2033
2323
|
},
|
|
2034
2324
|
"StatefulStrategy": {
|
|
2035
2325
|
"identity": "RESOURCE-StatefulStrategy",
|
|
2036
|
-
"
|
|
2326
|
+
"resourceTypeRef": "TYPE-ResourceType",
|
|
2037
2327
|
"creationContext": {
|
|
2038
|
-
"
|
|
2039
|
-
"
|
|
2328
|
+
"resourceRoleRef": "ROLE-Genesis",
|
|
2329
|
+
"executionRef": "EXECUTION-StatefulStrategy"
|
|
2040
2330
|
},
|
|
2041
2331
|
"kind": "materialized",
|
|
2042
2332
|
"timestamp": "2025-11-30T00:00:00.000Z",
|
|
@@ -2044,7 +2334,7 @@
|
|
|
2044
2334
|
"identity": "TYPE-StatefulStrategy",
|
|
2045
2335
|
"name": "StatefulStrategy",
|
|
2046
2336
|
"description": "dummy-description",
|
|
2047
|
-
"
|
|
2337
|
+
"resourceFormatRef": "FORMAT-ApplicationJson",
|
|
2048
2338
|
"extractionSchema": {
|
|
2049
2339
|
"$anchor": "StatefulStrategy",
|
|
2050
2340
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -2057,7 +2347,7 @@
|
|
|
2057
2347
|
],
|
|
2058
2348
|
"properties": {
|
|
2059
2349
|
"identity": {
|
|
2060
|
-
"$ref": "#/$defs/
|
|
2350
|
+
"$ref": "#/$defs/StatefulStrategyIdentity"
|
|
2061
2351
|
},
|
|
2062
2352
|
"statelessStrategy": {
|
|
2063
2353
|
"$ref": "#/$defs/StatelessStrategy"
|
|
@@ -2065,7 +2355,7 @@
|
|
|
2065
2355
|
}
|
|
2066
2356
|
},
|
|
2067
2357
|
{
|
|
2068
|
-
"$ref": "#/$defs/
|
|
2358
|
+
"$ref": "#/$defs/StrategyStateWrapper"
|
|
2069
2359
|
}
|
|
2070
2360
|
]
|
|
2071
2361
|
}
|