@toolproof-core/schema 1.0.4 → 1.0.5
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/generated/normalized/Genesis.json +0 -257
- package/dist/generated/resources/Genesis.json +0 -295
- package/dist/generated/schemas/Genesis.json +0 -146
- package/dist/generated/schemas/standalone/Goal.json +0 -33
- package/dist/generated/schemas/standalone/Job.json +0 -42
- package/dist/generated/schemas/standalone/RawStrategy.json +0 -46
- package/dist/generated/schemas/standalone/ResourceType.json +0 -34
- package/dist/generated/schemas/standalone/RunnableStrategy.json +0 -51
- package/dist/generated/schemas/standalone/StrategyRun.json +0 -65
- package/dist/generated/{typesTS → types}/standalone/Resource_Genesis.d.ts +1 -1
- package/{src/generated/typesTS → dist/generated/types}/standalone/Resource_Job.d.ts +1 -1
- package/{src/generated/typesTS → dist/generated/types}/standalone/Resource_RawStrategy.d.ts +1 -1
- package/{src/generated/typesTS → dist/generated/types}/standalone/Resource_ResourceType.d.ts +1 -1
- package/dist/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.d.ts +1 -1
- package/dist/generated/{typesTS/typesTS.d.ts → types/types.d.ts} +13 -42
- package/dist/index.d.ts +6 -6
- package/dist/scripts/_lib/config.d.ts +12 -12
- package/dist/scripts/_lib/config.js +25 -27
- package/dist/scripts/generateSchemaShims.js +2 -2
- package/dist/scripts/generateStandaloneSchema.js +1 -1
- package/dist/scripts/{generateStandaloneTypeTS.js → generateStandaloneType.js} +9 -9
- package/dist/scripts/{generateTypesTS.js → generateTypes.js} +11 -11
- package/dist/scripts/normalizeAnchorsToPointers.d.ts +1 -1
- package/dist/scripts/normalizeAnchorsToPointers.js +33 -12
- package/package.json +5 -5
- package/src/Genesis.json +0 -170
- package/src/generated/dependencies/dependencyMap.json +2 -13
- package/src/generated/normalized/Genesis.json +0 -257
- package/src/generated/resources/Genesis.json +0 -295
- package/src/generated/schemas/Genesis.json +0 -146
- package/src/generated/schemas/standalone/Goal.json +0 -33
- package/src/generated/schemas/standalone/Job.json +0 -42
- package/src/generated/schemas/standalone/RawStrategy.json +0 -46
- package/src/generated/schemas/standalone/ResourceType.json +0 -34
- package/src/generated/schemas/standalone/RunnableStrategy.json +0 -51
- package/src/generated/schemas/standalone/StrategyRun.json +0 -65
- package/src/generated/{typesTS → types}/standalone/Resource_Genesis.d.ts +1 -1
- package/{dist/generated/typesTS → src/generated/types}/standalone/Resource_Job.d.ts +1 -1
- package/{dist/generated/typesTS → src/generated/types}/standalone/Resource_RawStrategy.d.ts +1 -1
- package/{dist/generated/typesTS → src/generated/types}/standalone/Resource_ResourceType.d.ts +1 -1
- package/src/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.d.ts +1 -1
- package/src/generated/{typesTS/typesTS.d.ts → types/types.d.ts} +13 -42
- package/src/index.ts +6 -7
- package/src/scripts/_lib/config.ts +27 -29
- package/src/scripts/generateSchemaShims.ts +2 -2
- package/src/scripts/generateStandaloneSchema.ts +1 -1
- package/src/scripts/{generateStandaloneTypeTS.ts → generateStandaloneType.ts} +9 -9
- package/src/scripts/{generateTypesTS.ts → generateTypes.ts} +11 -11
- package/src/scripts/normalizeAnchorsToPointers.ts +38 -12
- /package/dist/generated/{typesTS → types}/standalone/Resource_Genesis.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_Job.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_RawStrategy.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_ResourceType.js +0 -0
- /package/dist/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.js +0 -0
- /package/dist/generated/{typesTS/typesTS.js → types/types.js} +0 -0
- /package/dist/scripts/{generateStandaloneTypeTS.d.ts → generateStandaloneType.d.ts} +0 -0
- /package/dist/scripts/{generateTypesTS.d.ts → generateTypes.d.ts} +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_Genesis.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_Job.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_RawStrategy.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_ResourceType.js +0 -0
- /package/src/generated/{typesTS → types}/standalone/Resource_RunnableStrategy.js +0 -0
- /package/src/generated/{typesTS/typesTS.js → types/types.js} +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$anchor": "RunnableStrategy",
|
|
3
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
3
|
"type": "object",
|
|
5
4
|
"required": [
|
|
@@ -27,13 +26,11 @@
|
|
|
27
26
|
"unevaluatedProperties": false,
|
|
28
27
|
"$defs": {
|
|
29
28
|
"RunnableStrategyIdentity": {
|
|
30
|
-
"$anchor": "RunnableStrategyIdentity",
|
|
31
29
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
32
30
|
"type": "string",
|
|
33
31
|
"pattern": "^RUNNABLE_STRATEGY-.+$"
|
|
34
32
|
},
|
|
35
33
|
"RunnableStrategyContext": {
|
|
36
|
-
"$anchor": "RunnableStrategyContext",
|
|
37
34
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
38
35
|
"type": "object",
|
|
39
36
|
"required": [
|
|
@@ -53,7 +50,6 @@
|
|
|
53
50
|
"unevaluatedProperties": false
|
|
54
51
|
},
|
|
55
52
|
"StrategyThreadMapFacet": {
|
|
56
|
-
"$anchor": "StrategyThreadMapFacet",
|
|
57
53
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
58
54
|
"type": "object",
|
|
59
55
|
"required": [
|
|
@@ -66,7 +62,6 @@
|
|
|
66
62
|
}
|
|
67
63
|
},
|
|
68
64
|
"StrategyStateFacet": {
|
|
69
|
-
"$anchor": "StrategyStateFacet",
|
|
70
65
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
71
66
|
"type": "object",
|
|
72
67
|
"required": [
|
|
@@ -79,7 +74,6 @@
|
|
|
79
74
|
}
|
|
80
75
|
},
|
|
81
76
|
"RunnableStrategyStatus": {
|
|
82
|
-
"$anchor": "RunnableStrategyStatus",
|
|
83
77
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
84
78
|
"type": "string",
|
|
85
79
|
"enum": [
|
|
@@ -91,13 +85,11 @@
|
|
|
91
85
|
]
|
|
92
86
|
},
|
|
93
87
|
"Timestamp": {
|
|
94
|
-
"$anchor": "Timestamp",
|
|
95
88
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
96
89
|
"type": "string",
|
|
97
90
|
"format": "date-time"
|
|
98
91
|
},
|
|
99
92
|
"StrategyThreadMap": {
|
|
100
|
-
"$anchor": "StrategyThreadMap",
|
|
101
93
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
102
94
|
"type": "object",
|
|
103
95
|
"propertyNames": {
|
|
@@ -109,7 +101,6 @@
|
|
|
109
101
|
"$comment": "Each thread contains an array of steps, allowing for sequential execution within a thread while supporting parallel execution across multiple threads."
|
|
110
102
|
},
|
|
111
103
|
"StrategyState": {
|
|
112
|
-
"$anchor": "StrategyState",
|
|
113
104
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
114
105
|
"type": "object",
|
|
115
106
|
"propertyNames": {
|
|
@@ -120,13 +111,11 @@
|
|
|
120
111
|
}
|
|
121
112
|
},
|
|
122
113
|
"StrategyThreadIdentity": {
|
|
123
|
-
"$anchor": "StrategyThreadIdentity",
|
|
124
114
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
125
115
|
"type": "string",
|
|
126
116
|
"pattern": "^STRATEGY_THREAD-.+$"
|
|
127
117
|
},
|
|
128
118
|
"StepArray": {
|
|
129
|
-
"$anchor": "StepArray",
|
|
130
119
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
131
120
|
"type": "array",
|
|
132
121
|
"items": {
|
|
@@ -135,13 +124,11 @@
|
|
|
135
124
|
"uniqueItems": true
|
|
136
125
|
},
|
|
137
126
|
"JobStepIdentity": {
|
|
138
|
-
"$anchor": "JobStepIdentity",
|
|
139
127
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
140
128
|
"type": "string",
|
|
141
129
|
"pattern": "^JOB_STEP-.+$"
|
|
142
130
|
},
|
|
143
131
|
"JobStepSocket": {
|
|
144
|
-
"$anchor": "JobStepSocket",
|
|
145
132
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
146
133
|
"type": "object",
|
|
147
134
|
"propertyNames": {
|
|
@@ -152,7 +139,6 @@
|
|
|
152
139
|
}
|
|
153
140
|
},
|
|
154
141
|
"Step": {
|
|
155
|
-
"$anchor": "Step",
|
|
156
142
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
157
143
|
"type": "object",
|
|
158
144
|
"oneOf": [
|
|
@@ -172,13 +158,11 @@
|
|
|
172
158
|
"unevaluatedProperties": false
|
|
173
159
|
},
|
|
174
160
|
"ResourceRoleIdentity": {
|
|
175
|
-
"$anchor": "ResourceRoleIdentity",
|
|
176
161
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
177
162
|
"type": "string",
|
|
178
163
|
"pattern": "^ROLE-.+$"
|
|
179
164
|
},
|
|
180
165
|
"Resource": {
|
|
181
|
-
"$anchor": "Resource",
|
|
182
166
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
183
167
|
"type": "object",
|
|
184
168
|
"oneOf": [
|
|
@@ -198,7 +182,6 @@
|
|
|
198
182
|
"unevaluatedProperties": false
|
|
199
183
|
},
|
|
200
184
|
"JobStep": {
|
|
201
|
-
"$anchor": "JobStep",
|
|
202
185
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
203
186
|
"type": "object",
|
|
204
187
|
"required": [
|
|
@@ -228,7 +211,6 @@
|
|
|
228
211
|
]
|
|
229
212
|
},
|
|
230
213
|
"BranchStep": {
|
|
231
|
-
"$anchor": "BranchStep",
|
|
232
214
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
233
215
|
"type": "object",
|
|
234
216
|
"required": [
|
|
@@ -259,7 +241,6 @@
|
|
|
259
241
|
]
|
|
260
242
|
},
|
|
261
243
|
"WhileStep": {
|
|
262
|
-
"$anchor": "WhileStep",
|
|
263
244
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
264
245
|
"type": "object",
|
|
265
246
|
"required": [
|
|
@@ -285,7 +266,6 @@
|
|
|
285
266
|
]
|
|
286
267
|
},
|
|
287
268
|
"ForStep": {
|
|
288
|
-
"$anchor": "ForStep",
|
|
289
269
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
290
270
|
"type": "object",
|
|
291
271
|
"required": [
|
|
@@ -311,28 +291,24 @@
|
|
|
311
291
|
]
|
|
312
292
|
},
|
|
313
293
|
"ResourceMissing": {
|
|
314
|
-
"$anchor": "ResourceMissing",
|
|
315
294
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
316
295
|
"type": "object",
|
|
317
296
|
"$ref": "#/$defs/ShellMissing",
|
|
318
297
|
"unevaluatedProperties": false
|
|
319
298
|
},
|
|
320
299
|
"ResourceInputPotential": {
|
|
321
|
-
"$anchor": "ResourceInputPotential",
|
|
322
300
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
323
301
|
"type": "object",
|
|
324
302
|
"$ref": "#/$defs/ShellInputPotential",
|
|
325
303
|
"unevaluatedProperties": false
|
|
326
304
|
},
|
|
327
305
|
"ResourceOutputPotential": {
|
|
328
|
-
"$anchor": "ResourceOutputPotential",
|
|
329
306
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
330
307
|
"type": "object",
|
|
331
308
|
"$ref": "#/$defs/ShellOutputPotential",
|
|
332
309
|
"unevaluatedProperties": false
|
|
333
310
|
},
|
|
334
311
|
"ResourceMaterialized": {
|
|
335
|
-
"$anchor": "ResourceMaterialized",
|
|
336
312
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
337
313
|
"type": "object",
|
|
338
314
|
"allOf": [
|
|
@@ -347,13 +323,11 @@
|
|
|
347
323
|
"unevaluatedProperties": false
|
|
348
324
|
},
|
|
349
325
|
"JobIdentity": {
|
|
350
|
-
"$anchor": "JobIdentity",
|
|
351
326
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
352
327
|
"type": "string",
|
|
353
328
|
"pattern": "^JOB-.+$"
|
|
354
329
|
},
|
|
355
330
|
"StepKindFacet": {
|
|
356
|
-
"$anchor": "StepKindFacet",
|
|
357
331
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
358
332
|
"type": "object",
|
|
359
333
|
"required": [
|
|
@@ -366,7 +340,6 @@
|
|
|
366
340
|
}
|
|
367
341
|
},
|
|
368
342
|
"RoleBindingsFacet": {
|
|
369
|
-
"$anchor": "RoleBindingsFacet",
|
|
370
343
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
371
344
|
"type": "object",
|
|
372
345
|
"required": [
|
|
@@ -379,13 +352,11 @@
|
|
|
379
352
|
}
|
|
380
353
|
},
|
|
381
354
|
"BranchStepIdentity": {
|
|
382
|
-
"$anchor": "BranchStepIdentity",
|
|
383
355
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
384
356
|
"type": "string",
|
|
385
357
|
"pattern": "^BRANCH_STEP-.+$"
|
|
386
358
|
},
|
|
387
359
|
"Conditional": {
|
|
388
|
-
"$anchor": "Conditional",
|
|
389
360
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
390
361
|
"type": "object",
|
|
391
362
|
"required": [
|
|
@@ -403,19 +374,16 @@
|
|
|
403
374
|
"unevaluatedProperties": false
|
|
404
375
|
},
|
|
405
376
|
"WhileStepIdentity": {
|
|
406
|
-
"$anchor": "WhileStepIdentity",
|
|
407
377
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
408
378
|
"type": "string",
|
|
409
379
|
"pattern": "^WHILE_STEP-.+$"
|
|
410
380
|
},
|
|
411
381
|
"ForStepIdentity": {
|
|
412
|
-
"$anchor": "ForStepIdentity",
|
|
413
382
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
414
383
|
"type": "string",
|
|
415
384
|
"pattern": "^FOR_STEP-.+$"
|
|
416
385
|
},
|
|
417
386
|
"ShellMissing": {
|
|
418
|
-
"$anchor": "ShellMissing",
|
|
419
387
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
420
388
|
"type": "object",
|
|
421
389
|
"properties": {
|
|
@@ -434,7 +402,6 @@
|
|
|
434
402
|
"unevaluatedProperties": false
|
|
435
403
|
},
|
|
436
404
|
"ShellInputPotential": {
|
|
437
|
-
"$anchor": "ShellInputPotential",
|
|
438
405
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
439
406
|
"type": "object",
|
|
440
407
|
"properties": {
|
|
@@ -456,7 +423,6 @@
|
|
|
456
423
|
"unevaluatedProperties": false
|
|
457
424
|
},
|
|
458
425
|
"ShellOutputPotential": {
|
|
459
|
-
"$anchor": "ShellOutputPotential",
|
|
460
426
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
461
427
|
"type": "object",
|
|
462
428
|
"properties": {
|
|
@@ -478,7 +444,6 @@
|
|
|
478
444
|
"unevaluatedProperties": false
|
|
479
445
|
},
|
|
480
446
|
"ShellMaterializedBase": {
|
|
481
|
-
"$anchor": "ShellMaterializedBase",
|
|
482
447
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
483
448
|
"type": "object",
|
|
484
449
|
"required": [
|
|
@@ -511,7 +476,6 @@
|
|
|
511
476
|
]
|
|
512
477
|
},
|
|
513
478
|
"NucleusFacet": {
|
|
514
|
-
"$anchor": "NucleusFacet",
|
|
515
479
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
516
480
|
"type": "object",
|
|
517
481
|
"required": [
|
|
@@ -524,7 +488,6 @@
|
|
|
524
488
|
}
|
|
525
489
|
},
|
|
526
490
|
"StepKind": {
|
|
527
|
-
"$anchor": "StepKind",
|
|
528
491
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
529
492
|
"type": "string",
|
|
530
493
|
"enum": [
|
|
@@ -535,7 +498,6 @@
|
|
|
535
498
|
]
|
|
536
499
|
},
|
|
537
500
|
"RoleBindings": {
|
|
538
|
-
"$anchor": "RoleBindings",
|
|
539
501
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
540
502
|
"type": "object",
|
|
541
503
|
"required": [
|
|
@@ -552,7 +514,6 @@
|
|
|
552
514
|
}
|
|
553
515
|
},
|
|
554
516
|
"ResourceShellBase": {
|
|
555
|
-
"$anchor": "ResourceShellBase",
|
|
556
517
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
557
518
|
"type": "object",
|
|
558
519
|
"required": [
|
|
@@ -573,7 +534,6 @@
|
|
|
573
534
|
}
|
|
574
535
|
},
|
|
575
536
|
"ResourceKindFacet": {
|
|
576
|
-
"$anchor": "ResourceKindFacet",
|
|
577
537
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
578
538
|
"type": "object",
|
|
579
539
|
"required": [
|
|
@@ -586,7 +546,6 @@
|
|
|
586
546
|
}
|
|
587
547
|
},
|
|
588
548
|
"CreationContextFacet": {
|
|
589
|
-
"$anchor": "CreationContextFacet",
|
|
590
549
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
591
550
|
"type": "object",
|
|
592
551
|
"required": [
|
|
@@ -599,7 +558,6 @@
|
|
|
599
558
|
}
|
|
600
559
|
},
|
|
601
560
|
"TimestampFacet": {
|
|
602
|
-
"$anchor": "TimestampFacet",
|
|
603
561
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
604
562
|
"type": "object",
|
|
605
563
|
"required": [
|
|
@@ -612,7 +570,6 @@
|
|
|
612
570
|
}
|
|
613
571
|
},
|
|
614
572
|
"PathFacet": {
|
|
615
|
-
"$anchor": "PathFacet",
|
|
616
573
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
617
574
|
"type": "object",
|
|
618
575
|
"required": [
|
|
@@ -625,7 +582,6 @@
|
|
|
625
582
|
}
|
|
626
583
|
},
|
|
627
584
|
"Nucleus": {
|
|
628
|
-
"$anchor": "Nucleus",
|
|
629
585
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
630
586
|
"type": "object",
|
|
631
587
|
"additionalProperties": {
|
|
@@ -633,7 +589,6 @@
|
|
|
633
589
|
}
|
|
634
590
|
},
|
|
635
591
|
"RoleBindingArray": {
|
|
636
|
-
"$anchor": "RoleBindingArray",
|
|
637
592
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
638
593
|
"type": "array",
|
|
639
594
|
"items": {
|
|
@@ -641,19 +596,16 @@
|
|
|
641
596
|
}
|
|
642
597
|
},
|
|
643
598
|
"ResourceIdentity": {
|
|
644
|
-
"$anchor": "ResourceIdentity",
|
|
645
599
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
646
600
|
"type": "string",
|
|
647
601
|
"pattern": "^RESOURCE-.+$"
|
|
648
602
|
},
|
|
649
603
|
"ResourceTypeIdentity": {
|
|
650
|
-
"$anchor": "ResourceTypeIdentity",
|
|
651
604
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
652
605
|
"type": "string",
|
|
653
606
|
"pattern": "^TYPE-.+$"
|
|
654
607
|
},
|
|
655
608
|
"ResourceKind": {
|
|
656
|
-
"$anchor": "ResourceKind",
|
|
657
609
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
658
610
|
"type": "string",
|
|
659
611
|
"enum": [
|
|
@@ -664,7 +616,6 @@
|
|
|
664
616
|
]
|
|
665
617
|
},
|
|
666
618
|
"CreationContext": {
|
|
667
|
-
"$anchor": "CreationContext",
|
|
668
619
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
669
620
|
"type": "object",
|
|
670
621
|
"required": [
|
|
@@ -681,13 +632,11 @@
|
|
|
681
632
|
}
|
|
682
633
|
},
|
|
683
634
|
"Path": {
|
|
684
|
-
"$anchor": "Path",
|
|
685
635
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
686
636
|
"type": "string",
|
|
687
637
|
"format": "uri-reference"
|
|
688
638
|
},
|
|
689
639
|
"JsonData": {
|
|
690
|
-
"$anchor": "JsonData",
|
|
691
640
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
692
641
|
"oneOf": [
|
|
693
642
|
{
|