@basou/core 0.42.1 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +14 -2
- package/dist/index.js +12 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/schemas/approval.schema.json +12 -24
- package/schemas/event.schema.json +53 -89
- package/schemas/manifest.schema.json +2 -2
- package/schemas/session-import.schema.json +60 -100
- package/schemas/session.schema.json +7 -11
- package/schemas/status.schema.json +1 -1
- package/schemas/task-index.schema.json +2 -2
- package/schemas/task.schema.json +2 -2
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
},
|
|
74
74
|
"started_at": {
|
|
75
75
|
"type": "string",
|
|
76
|
-
"
|
|
76
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
77
77
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
78
78
|
},
|
|
79
79
|
"ended_at": {
|
|
80
80
|
"type": "string",
|
|
81
|
-
"
|
|
81
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
82
82
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
83
83
|
},
|
|
84
84
|
"status": {
|
|
@@ -141,13 +141,9 @@
|
|
|
141
141
|
"type": "string"
|
|
142
142
|
},
|
|
143
143
|
"summary": {
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"type": "null"
|
|
150
|
-
}
|
|
144
|
+
"type": [
|
|
145
|
+
"string",
|
|
146
|
+
"null"
|
|
151
147
|
]
|
|
152
148
|
},
|
|
153
149
|
"metrics": {
|
|
@@ -185,12 +181,12 @@
|
|
|
185
181
|
"properties": {
|
|
186
182
|
"start": {
|
|
187
183
|
"type": "string",
|
|
188
|
-
"
|
|
184
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
189
185
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
190
186
|
},
|
|
191
187
|
"end": {
|
|
192
188
|
"type": "string",
|
|
193
|
-
"
|
|
189
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
194
190
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
195
191
|
}
|
|
196
192
|
},
|
|
@@ -269,7 +265,7 @@
|
|
|
269
265
|
},
|
|
270
266
|
"occurred_at": {
|
|
271
267
|
"type": "string",
|
|
272
|
-
"
|
|
268
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
273
269
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
274
270
|
},
|
|
275
271
|
"source": {
|
|
@@ -312,7 +308,7 @@
|
|
|
312
308
|
},
|
|
313
309
|
"occurred_at": {
|
|
314
310
|
"type": "string",
|
|
315
|
-
"
|
|
311
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
316
312
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
317
313
|
},
|
|
318
314
|
"source": {
|
|
@@ -360,7 +356,7 @@
|
|
|
360
356
|
},
|
|
361
357
|
"occurred_at": {
|
|
362
358
|
"type": "string",
|
|
363
|
-
"
|
|
359
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
364
360
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
365
361
|
},
|
|
366
362
|
"source": {
|
|
@@ -411,7 +407,7 @@
|
|
|
411
407
|
},
|
|
412
408
|
"occurred_at": {
|
|
413
409
|
"type": "string",
|
|
414
|
-
"
|
|
410
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
415
411
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
416
412
|
},
|
|
417
413
|
"source": {
|
|
@@ -435,7 +431,7 @@
|
|
|
435
431
|
"anyOf": [
|
|
436
432
|
{
|
|
437
433
|
"type": "string",
|
|
438
|
-
"
|
|
434
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
439
435
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
440
436
|
},
|
|
441
437
|
{
|
|
@@ -505,7 +501,7 @@
|
|
|
505
501
|
},
|
|
506
502
|
"occurred_at": {
|
|
507
503
|
"type": "string",
|
|
508
|
-
"
|
|
504
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
509
505
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
510
506
|
},
|
|
511
507
|
"source": {
|
|
@@ -528,13 +524,9 @@
|
|
|
528
524
|
"type": "string"
|
|
529
525
|
},
|
|
530
526
|
"note": {
|
|
531
|
-
"
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"type": "null"
|
|
537
|
-
}
|
|
527
|
+
"type": [
|
|
528
|
+
"string",
|
|
529
|
+
"null"
|
|
538
530
|
]
|
|
539
531
|
}
|
|
540
532
|
},
|
|
@@ -567,7 +559,7 @@
|
|
|
567
559
|
},
|
|
568
560
|
"occurred_at": {
|
|
569
561
|
"type": "string",
|
|
570
|
-
"
|
|
562
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
571
563
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
572
564
|
},
|
|
573
565
|
"source": {
|
|
@@ -623,7 +615,7 @@
|
|
|
623
615
|
},
|
|
624
616
|
"occurred_at": {
|
|
625
617
|
"type": "string",
|
|
626
|
-
"
|
|
618
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
627
619
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
628
620
|
},
|
|
629
621
|
"source": {
|
|
@@ -672,7 +664,7 @@
|
|
|
672
664
|
},
|
|
673
665
|
"occurred_at": {
|
|
674
666
|
"type": "string",
|
|
675
|
-
"
|
|
667
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
676
668
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
677
669
|
},
|
|
678
670
|
"source": {
|
|
@@ -687,15 +679,11 @@
|
|
|
687
679
|
"const": "command_executed"
|
|
688
680
|
},
|
|
689
681
|
"command": {
|
|
690
|
-
"
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
"type": "null"
|
|
696
|
-
}
|
|
697
|
-
],
|
|
698
|
-
"description": "Spawned executable name. null means basou did not observe the executor - not a default, and not a benign value."
|
|
682
|
+
"description": "Spawned executable name. null means basou did not observe the executor - not a default, and not a benign value.",
|
|
683
|
+
"type": [
|
|
684
|
+
"string",
|
|
685
|
+
"null"
|
|
686
|
+
]
|
|
699
687
|
},
|
|
700
688
|
"args": {
|
|
701
689
|
"type": "array",
|
|
@@ -704,15 +692,11 @@
|
|
|
704
692
|
}
|
|
705
693
|
},
|
|
706
694
|
"cwd": {
|
|
707
|
-
"
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
"type": "null"
|
|
713
|
-
}
|
|
714
|
-
],
|
|
715
|
-
"description": "Working directory the command ran in. null means the directory could not be resolved; it is never the session's directory as a fallback."
|
|
695
|
+
"description": "Working directory the command ran in. null means the directory could not be resolved; it is never the session's directory as a fallback.",
|
|
696
|
+
"type": [
|
|
697
|
+
"string",
|
|
698
|
+
"null"
|
|
699
|
+
]
|
|
716
700
|
},
|
|
717
701
|
"exit_code": {
|
|
718
702
|
"anyOf": [
|
|
@@ -728,23 +712,15 @@
|
|
|
728
712
|
"description": "Child exit code. null means the outcome is unknown (signal-terminated, or never recorded by the source). null is not success."
|
|
729
713
|
},
|
|
730
714
|
"signal": {
|
|
731
|
-
"
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"type": "null"
|
|
737
|
-
}
|
|
715
|
+
"type": [
|
|
716
|
+
"string",
|
|
717
|
+
"null"
|
|
738
718
|
]
|
|
739
719
|
},
|
|
740
720
|
"received_signal": {
|
|
741
|
-
"
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"type": "null"
|
|
747
|
-
}
|
|
721
|
+
"type": [
|
|
722
|
+
"string",
|
|
723
|
+
"null"
|
|
748
724
|
]
|
|
749
725
|
},
|
|
750
726
|
"duration_ms": {
|
|
@@ -794,7 +770,7 @@
|
|
|
794
770
|
},
|
|
795
771
|
"occurred_at": {
|
|
796
772
|
"type": "string",
|
|
797
|
-
"
|
|
773
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
798
774
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
799
775
|
},
|
|
800
776
|
"source": {
|
|
@@ -880,7 +856,7 @@
|
|
|
880
856
|
},
|
|
881
857
|
"occurred_at": {
|
|
882
858
|
"type": "string",
|
|
883
|
-
"
|
|
859
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
884
860
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
885
861
|
},
|
|
886
862
|
"source": {
|
|
@@ -907,13 +883,9 @@
|
|
|
907
883
|
]
|
|
908
884
|
},
|
|
909
885
|
"old_path": {
|
|
910
|
-
"
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"type": "null"
|
|
916
|
-
}
|
|
886
|
+
"type": [
|
|
887
|
+
"string",
|
|
888
|
+
"null"
|
|
917
889
|
]
|
|
918
890
|
}
|
|
919
891
|
},
|
|
@@ -947,7 +919,7 @@
|
|
|
947
919
|
},
|
|
948
920
|
"occurred_at": {
|
|
949
921
|
"type": "string",
|
|
950
|
-
"
|
|
922
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
951
923
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
952
924
|
},
|
|
953
925
|
"source": {
|
|
@@ -970,13 +942,9 @@
|
|
|
970
942
|
"type": "string"
|
|
971
943
|
},
|
|
972
944
|
"rationale": {
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"type": "null"
|
|
979
|
-
}
|
|
945
|
+
"type": [
|
|
946
|
+
"string",
|
|
947
|
+
"null"
|
|
980
948
|
]
|
|
981
949
|
},
|
|
982
950
|
"alternatives": {
|
|
@@ -987,13 +955,9 @@
|
|
|
987
955
|
}
|
|
988
956
|
},
|
|
989
957
|
"rejected_reason": {
|
|
990
|
-
"
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"type": "null"
|
|
996
|
-
}
|
|
958
|
+
"type": [
|
|
959
|
+
"string",
|
|
960
|
+
"null"
|
|
997
961
|
]
|
|
998
962
|
},
|
|
999
963
|
"linked_events": {
|
|
@@ -1050,7 +1014,7 @@
|
|
|
1050
1014
|
},
|
|
1051
1015
|
"occurred_at": {
|
|
1052
1016
|
"type": "string",
|
|
1053
|
-
"
|
|
1017
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1054
1018
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1055
1019
|
},
|
|
1056
1020
|
"source": {
|
|
@@ -1070,13 +1034,9 @@
|
|
|
1070
1034
|
"description": "Basou decision id: `decision_` followed by a 26-character Crockford Base32 ULID."
|
|
1071
1035
|
},
|
|
1072
1036
|
"reason": {
|
|
1073
|
-
"
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"type": "null"
|
|
1079
|
-
}
|
|
1037
|
+
"type": [
|
|
1038
|
+
"string",
|
|
1039
|
+
"null"
|
|
1080
1040
|
]
|
|
1081
1041
|
},
|
|
1082
1042
|
"superseded_by": {
|
|
@@ -1114,7 +1074,7 @@
|
|
|
1114
1074
|
},
|
|
1115
1075
|
"occurred_at": {
|
|
1116
1076
|
"type": "string",
|
|
1117
|
-
"
|
|
1077
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1118
1078
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1119
1079
|
},
|
|
1120
1080
|
"source": {
|
|
@@ -1167,7 +1127,7 @@
|
|
|
1167
1127
|
},
|
|
1168
1128
|
"occurred_at": {
|
|
1169
1129
|
"type": "string",
|
|
1170
|
-
"
|
|
1130
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1171
1131
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1172
1132
|
},
|
|
1173
1133
|
"source": {
|
|
@@ -1224,7 +1184,7 @@
|
|
|
1224
1184
|
},
|
|
1225
1185
|
"occurred_at": {
|
|
1226
1186
|
"type": "string",
|
|
1227
|
-
"
|
|
1187
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1228
1188
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1229
1189
|
},
|
|
1230
1190
|
"source": {
|
|
@@ -1309,7 +1269,7 @@
|
|
|
1309
1269
|
},
|
|
1310
1270
|
"occurred_at": {
|
|
1311
1271
|
"type": "string",
|
|
1312
|
-
"
|
|
1272
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1313
1273
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1314
1274
|
},
|
|
1315
1275
|
"source": {
|
|
@@ -1382,7 +1342,7 @@
|
|
|
1382
1342
|
},
|
|
1383
1343
|
"occurred_at": {
|
|
1384
1344
|
"type": "string",
|
|
1385
|
-
"
|
|
1345
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1386
1346
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1387
1347
|
},
|
|
1388
1348
|
"source": {
|
|
@@ -1437,7 +1397,7 @@
|
|
|
1437
1397
|
},
|
|
1438
1398
|
"occurred_at": {
|
|
1439
1399
|
"type": "string",
|
|
1440
|
-
"
|
|
1400
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1441
1401
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1442
1402
|
},
|
|
1443
1403
|
"source": {
|
|
@@ -1492,7 +1452,7 @@
|
|
|
1492
1452
|
},
|
|
1493
1453
|
"occurred_at": {
|
|
1494
1454
|
"type": "string",
|
|
1495
|
-
"
|
|
1455
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1496
1456
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1497
1457
|
},
|
|
1498
1458
|
"source": {
|
|
@@ -1546,7 +1506,7 @@
|
|
|
1546
1506
|
},
|
|
1547
1507
|
"occurred_at": {
|
|
1548
1508
|
"type": "string",
|
|
1549
|
-
"
|
|
1509
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1550
1510
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1551
1511
|
},
|
|
1552
1512
|
"source": {
|
|
@@ -1686,7 +1646,7 @@
|
|
|
1686
1646
|
},
|
|
1687
1647
|
"occurred_at": {
|
|
1688
1648
|
"type": "string",
|
|
1689
|
-
"
|
|
1649
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
1690
1650
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
1691
1651
|
},
|
|
1692
1652
|
"source": {
|
|
@@ -73,12 +73,12 @@
|
|
|
73
73
|
},
|
|
74
74
|
"started_at": {
|
|
75
75
|
"type": "string",
|
|
76
|
-
"
|
|
76
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
77
77
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
78
78
|
},
|
|
79
79
|
"ended_at": {
|
|
80
80
|
"type": "string",
|
|
81
|
-
"
|
|
81
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
82
82
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
83
83
|
},
|
|
84
84
|
"status": {
|
|
@@ -143,13 +143,9 @@
|
|
|
143
143
|
"type": "string"
|
|
144
144
|
},
|
|
145
145
|
"summary": {
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"type": "null"
|
|
152
|
-
}
|
|
146
|
+
"type": [
|
|
147
|
+
"string",
|
|
148
|
+
"null"
|
|
153
149
|
]
|
|
154
150
|
},
|
|
155
151
|
"metrics": {
|
|
@@ -187,12 +183,12 @@
|
|
|
187
183
|
"properties": {
|
|
188
184
|
"start": {
|
|
189
185
|
"type": "string",
|
|
190
|
-
"
|
|
186
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
191
187
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
192
188
|
},
|
|
193
189
|
"end": {
|
|
194
190
|
"type": "string",
|
|
195
|
-
"
|
|
191
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
196
192
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
197
193
|
}
|
|
198
194
|
},
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"generated_at": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"
|
|
14
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
15
15
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
16
16
|
},
|
|
17
17
|
"workspace": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"updated_at": {
|
|
36
36
|
"type": "string",
|
|
37
|
-
"
|
|
37
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
38
38
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"last_rebuilt_at": {
|
|
50
50
|
"type": "string",
|
|
51
|
-
"
|
|
51
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
52
52
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
53
53
|
}
|
|
54
54
|
},
|
package/schemas/task.schema.json
CHANGED
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"created_at": {
|
|
38
38
|
"type": "string",
|
|
39
|
-
"
|
|
39
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
40
40
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
41
41
|
},
|
|
42
42
|
"updated_at": {
|
|
43
43
|
"type": "string",
|
|
44
|
-
"
|
|
44
|
+
"description": "Timestamp with an offset or Z. The pattern is normative: RFC 3339 date-time with uppercase designators, no leap second, and optional seconds.",
|
|
45
45
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
46
46
|
},
|
|
47
47
|
"workspace_id": {
|