@openclaw/gateway-protocol 2026.9.2 → 2026.9.3

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.
@@ -1758,6 +1758,30 @@
1758
1758
  "gateway.suspend.handoff": {
1759
1759
  "since": "2026.9",
1760
1760
  "scope": "operator.admin"
1761
+ },
1762
+ "transcripts.export": {
1763
+ "since": "2026.9",
1764
+ "scope": "operator.read"
1765
+ },
1766
+ "transcripts.status": {
1767
+ "since": "2026.9",
1768
+ "scope": "operator.read"
1769
+ },
1770
+ "update.report": {
1771
+ "since": "2026.9",
1772
+ "scope": "operator.admin"
1773
+ },
1774
+ "skills.workshop.read": {
1775
+ "since": "2026.9",
1776
+ "scope": "operator.read"
1777
+ },
1778
+ "session.publicShare.set": {
1779
+ "since": "2026.9",
1780
+ "scope": "operator.write"
1781
+ },
1782
+ "claws.monitors": {
1783
+ "since": "2026.9",
1784
+ "scope": "operator.admin"
1761
1785
  }
1762
1786
  },
1763
1787
  "definitions": {
@@ -4548,6 +4572,10 @@
4548
4572
  "sessionKey": {
4549
4573
  "type": "string",
4550
4574
  "minLength": 1
4575
+ },
4576
+ "agentId": {
4577
+ "type": "string",
4578
+ "minLength": 1
4551
4579
  }
4552
4580
  },
4553
4581
  "additionalProperties": false
@@ -4637,6 +4665,10 @@
4637
4665
  "type": "string",
4638
4666
  "minLength": 1
4639
4667
  },
4668
+ "agentId": {
4669
+ "type": "string",
4670
+ "minLength": 1
4671
+ },
4640
4672
  "markdown": {
4641
4673
  "type": "string"
4642
4674
  },
@@ -14703,6 +14735,30 @@
14703
14735
  }
14704
14736
  },
14705
14737
  "additionalProperties": false
14738
+ },
14739
+ {
14740
+ "type": "object",
14741
+ "required": [
14742
+ "kind",
14743
+ "url",
14744
+ "displayName"
14745
+ ],
14746
+ "properties": {
14747
+ "kind": {
14748
+ "type": "string",
14749
+ "const": "repository"
14750
+ },
14751
+ "url": {
14752
+ "type": "string",
14753
+ "minLength": 1,
14754
+ "maxLength": 2048
14755
+ },
14756
+ "displayName": {
14757
+ "type": "string",
14758
+ "minLength": 1
14759
+ }
14760
+ },
14761
+ "additionalProperties": false
14706
14762
  }
14707
14763
  ]
14708
14764
  },
@@ -14819,6 +14875,30 @@
14819
14875
  }
14820
14876
  },
14821
14877
  "additionalProperties": false
14878
+ },
14879
+ {
14880
+ "type": "object",
14881
+ "required": [
14882
+ "kind",
14883
+ "url",
14884
+ "displayName"
14885
+ ],
14886
+ "properties": {
14887
+ "kind": {
14888
+ "type": "string",
14889
+ "const": "repository"
14890
+ },
14891
+ "url": {
14892
+ "type": "string",
14893
+ "minLength": 1,
14894
+ "maxLength": 2048
14895
+ },
14896
+ "displayName": {
14897
+ "type": "string",
14898
+ "minLength": 1
14899
+ }
14900
+ },
14901
+ "additionalProperties": false
14822
14902
  }
14823
14903
  ]
14824
14904
  },
@@ -17686,6 +17766,9 @@
17686
17766
  "type": "integer",
17687
17767
  "minimum": 1
17688
17768
  },
17769
+ "activeOnly": {
17770
+ "type": "boolean"
17771
+ },
17689
17772
  "requireLastInteraction": {
17690
17773
  "type": "boolean"
17691
17774
  },
@@ -20441,6 +20524,10 @@
20441
20524
  "type": "string",
20442
20525
  "minLength": 1
20443
20526
  },
20527
+ "agentId": {
20528
+ "type": "string",
20529
+ "minLength": 1
20530
+ },
20444
20531
  "includeDerivedTitles": {
20445
20532
  "type": "boolean"
20446
20533
  },
@@ -22024,6 +22111,14 @@
22024
22111
  "type": "string",
22025
22112
  "minLength": 1
22026
22113
  },
22114
+ "sessionId": {
22115
+ "type": "string",
22116
+ "minLength": 1
22117
+ },
22118
+ "lifecycleRevision": {
22119
+ "type": "string",
22120
+ "minLength": 1
22121
+ },
22027
22122
  "runId": {
22028
22123
  "type": "string",
22029
22124
  "minLength": 1
@@ -22463,6 +22558,10 @@
22463
22558
  "type": "string",
22464
22559
  "const": "active-session-cap"
22465
22560
  },
22561
+ {
22562
+ "type": "string",
22563
+ "const": "age-retention"
22564
+ },
22466
22565
  {
22467
22566
  "type": "string",
22468
22567
  "const": "stale-dashboard"
@@ -22592,6 +22691,100 @@
22592
22691
  "swarmGroupId": {
22593
22692
  "type": "string"
22594
22693
  },
22694
+ "swarm": {
22695
+ "type": "object",
22696
+ "required": [
22697
+ "groups",
22698
+ "otherActiveGroups"
22699
+ ],
22700
+ "properties": {
22701
+ "groups": {
22702
+ "type": "array",
22703
+ "items": {
22704
+ "type": "object",
22705
+ "required": [
22706
+ "groupId",
22707
+ "createdAt",
22708
+ "queued",
22709
+ "running",
22710
+ "done",
22711
+ "failed"
22712
+ ],
22713
+ "properties": {
22714
+ "groupId": {
22715
+ "type": "string",
22716
+ "minLength": 1
22717
+ },
22718
+ "createdAt": {
22719
+ "type": "number",
22720
+ "minimum": 0
22721
+ },
22722
+ "children": {
22723
+ "type": "array",
22724
+ "items": {
22725
+ "type": "object",
22726
+ "required": [
22727
+ "sessionKey",
22728
+ "status"
22729
+ ],
22730
+ "properties": {
22731
+ "sessionKey": {
22732
+ "type": "string",
22733
+ "minLength": 1
22734
+ },
22735
+ "status": {
22736
+ "anyOf": [
22737
+ {
22738
+ "type": "string",
22739
+ "const": "queued"
22740
+ },
22741
+ {
22742
+ "type": "string",
22743
+ "const": "running"
22744
+ },
22745
+ {
22746
+ "type": "string",
22747
+ "const": "done"
22748
+ },
22749
+ {
22750
+ "type": "string",
22751
+ "const": "failed"
22752
+ }
22753
+ ]
22754
+ }
22755
+ },
22756
+ "additionalProperties": false
22757
+ },
22758
+ "maxItems": 64
22759
+ },
22760
+ "queued": {
22761
+ "type": "integer",
22762
+ "minimum": 0
22763
+ },
22764
+ "running": {
22765
+ "type": "integer",
22766
+ "minimum": 0
22767
+ },
22768
+ "done": {
22769
+ "type": "integer",
22770
+ "minimum": 0
22771
+ },
22772
+ "failed": {
22773
+ "type": "integer",
22774
+ "minimum": 0
22775
+ }
22776
+ },
22777
+ "additionalProperties": false
22778
+ },
22779
+ "maxItems": 5
22780
+ },
22781
+ "otherActiveGroups": {
22782
+ "type": "integer",
22783
+ "minimum": 0
22784
+ }
22785
+ },
22786
+ "additionalProperties": false
22787
+ },
22595
22788
  "worktree": {
22596
22789
  "type": "object",
22597
22790
  "required": [
@@ -22611,6 +22804,34 @@
22611
22804
  }
22612
22805
  }
22613
22806
  },
22807
+ "repositoryWorkspaceId": {
22808
+ "type": "string",
22809
+ "minLength": 1
22810
+ },
22811
+ "repository": {
22812
+ "type": "object",
22813
+ "required": [
22814
+ "url",
22815
+ "branch"
22816
+ ],
22817
+ "properties": {
22818
+ "url": {
22819
+ "type": "string",
22820
+ "minLength": 1,
22821
+ "maxLength": 2048
22822
+ },
22823
+ "ref": {
22824
+ "type": "string",
22825
+ "minLength": 1,
22826
+ "maxLength": 1024
22827
+ },
22828
+ "branch": {
22829
+ "type": "string",
22830
+ "minLength": 1
22831
+ }
22832
+ },
22833
+ "additionalProperties": false
22834
+ },
22614
22835
  "execNode": {
22615
22836
  "type": "string"
22616
22837
  },
@@ -27339,6 +27560,88 @@
27339
27560
  },
27340
27561
  "additionalProperties": false
27341
27562
  },
27563
+ "SessionPublicShare": {
27564
+ "type": "object",
27565
+ "required": [
27566
+ "token",
27567
+ "createdAt"
27568
+ ],
27569
+ "properties": {
27570
+ "token": {
27571
+ "type": "string",
27572
+ "pattern": "^v1\\.[A-Za-z0-9_-]+$",
27573
+ "maxLength": 7000
27574
+ },
27575
+ "createdAt": {
27576
+ "type": "integer",
27577
+ "minimum": 0
27578
+ }
27579
+ },
27580
+ "additionalProperties": false
27581
+ },
27582
+ "SessionPublicShareSetParams": {
27583
+ "type": "object",
27584
+ "required": [
27585
+ "sessionKey",
27586
+ "expectedSessionId",
27587
+ "enabled"
27588
+ ],
27589
+ "properties": {
27590
+ "sessionKey": {
27591
+ "type": "string",
27592
+ "minLength": 1
27593
+ },
27594
+ "agentId": {
27595
+ "type": "string",
27596
+ "minLength": 1
27597
+ },
27598
+ "expectedSessionId": {
27599
+ "type": "string",
27600
+ "minLength": 1
27601
+ },
27602
+ "enabled": {
27603
+ "type": "boolean"
27604
+ }
27605
+ },
27606
+ "additionalProperties": false
27607
+ },
27608
+ "SessionPublicShareSetResult": {
27609
+ "type": "object",
27610
+ "required": [
27611
+ "ok",
27612
+ "sessionKey"
27613
+ ],
27614
+ "properties": {
27615
+ "ok": {
27616
+ "type": "boolean",
27617
+ "const": true
27618
+ },
27619
+ "sessionKey": {
27620
+ "type": "string",
27621
+ "minLength": 1
27622
+ },
27623
+ "publicShare": {
27624
+ "type": "object",
27625
+ "required": [
27626
+ "token",
27627
+ "createdAt"
27628
+ ],
27629
+ "properties": {
27630
+ "token": {
27631
+ "type": "string",
27632
+ "pattern": "^v1\\.[A-Za-z0-9_-]+$",
27633
+ "maxLength": 7000
27634
+ },
27635
+ "createdAt": {
27636
+ "type": "integer",
27637
+ "minimum": 0
27638
+ }
27639
+ },
27640
+ "additionalProperties": false
27641
+ }
27642
+ },
27643
+ "additionalProperties": false
27644
+ },
27342
27645
  "SessionMembersListParams": {
27343
27646
  "type": "object",
27344
27647
  "required": [
@@ -27425,6 +27728,25 @@
27425
27728
  "type": "string",
27426
27729
  "minLength": 1
27427
27730
  },
27731
+ "publicShare": {
27732
+ "type": "object",
27733
+ "required": [
27734
+ "token",
27735
+ "createdAt"
27736
+ ],
27737
+ "properties": {
27738
+ "token": {
27739
+ "type": "string",
27740
+ "pattern": "^v1\\.[A-Za-z0-9_-]+$",
27741
+ "maxLength": 7000
27742
+ },
27743
+ "createdAt": {
27744
+ "type": "integer",
27745
+ "minimum": 0
27746
+ }
27747
+ },
27748
+ "additionalProperties": false
27749
+ },
27428
27750
  "owner": {
27429
27751
  "type": "object",
27430
27752
  "required": [
@@ -27918,6 +28240,25 @@
27918
28240
  "type": "string",
27919
28241
  "minLength": 1
27920
28242
  },
28243
+ "publicShare": {
28244
+ "type": "object",
28245
+ "required": [
28246
+ "token",
28247
+ "createdAt"
28248
+ ],
28249
+ "properties": {
28250
+ "token": {
28251
+ "type": "string",
28252
+ "pattern": "^v1\\.[A-Za-z0-9_-]+$",
28253
+ "maxLength": 7000
28254
+ },
28255
+ "createdAt": {
28256
+ "type": "integer",
28257
+ "minimum": 0
28258
+ }
28259
+ },
28260
+ "additionalProperties": false
28261
+ },
27921
28262
  "owner": {
27922
28263
  "type": "object",
27923
28264
  "required": [
@@ -36199,6 +36540,10 @@
36199
36540
  {
36200
36541
  "type": "string",
36201
36542
  "const": "unknown_commit"
36543
+ },
36544
+ {
36545
+ "type": "string",
36546
+ "const": "workspace_stopped"
36202
36547
  }
36203
36548
  ]
36204
36549
  }
@@ -36469,6 +36814,25 @@
36469
36814
  "maxLength": 2048,
36470
36815
  "description": "Prepare a remote project before the initial agent turn; operator.write."
36471
36816
  },
36817
+ "repository": {
36818
+ "type": "object",
36819
+ "required": [
36820
+ "url"
36821
+ ],
36822
+ "properties": {
36823
+ "url": {
36824
+ "type": "string",
36825
+ "minLength": 1,
36826
+ "maxLength": 2048
36827
+ },
36828
+ "ref": {
36829
+ "type": "string",
36830
+ "minLength": 1,
36831
+ "maxLength": 1024
36832
+ }
36833
+ },
36834
+ "additionalProperties": false
36835
+ },
36472
36836
  "worktree": {
36473
36837
  "type": "boolean"
36474
36838
  },
@@ -55167,6 +55531,14 @@
55167
55531
  {
55168
55532
  "type": "string",
55169
55533
  "const": "device-code"
55534
+ },
55535
+ {
55536
+ "type": "string",
55537
+ "const": "install"
55538
+ },
55539
+ {
55540
+ "type": "string",
55541
+ "const": "custom"
55170
55542
  }
55171
55543
  ]
55172
55544
  },
@@ -55265,6 +55637,33 @@
55265
55637
  "additionalProperties": false
55266
55638
  }
55267
55639
  },
55640
+ "nativeSessionCatalogs": {
55641
+ "type": "array",
55642
+ "items": {
55643
+ "type": "object",
55644
+ "required": [
55645
+ "pluginId",
55646
+ "label"
55647
+ ],
55648
+ "properties": {
55649
+ "pluginId": {
55650
+ "type": "string",
55651
+ "minLength": 1
55652
+ },
55653
+ "label": {
55654
+ "type": "string",
55655
+ "minLength": 1
55656
+ },
55657
+ "detail": {
55658
+ "type": "string"
55659
+ }
55660
+ },
55661
+ "additionalProperties": false
55662
+ }
55663
+ },
55664
+ "nativeSessionCatalogPreferenceRequired": {
55665
+ "type": "boolean"
55666
+ },
55268
55667
  "workspace": {
55269
55668
  "type": "string",
55270
55669
  "minLength": 1
@@ -55426,6 +55825,9 @@
55426
55825
  },
55427
55826
  "workspace": {
55428
55827
  "type": "string"
55828
+ },
55829
+ "nativeSessionCatalogsEnabled": {
55830
+ "type": "boolean"
55429
55831
  }
55430
55832
  },
55431
55833
  "additionalProperties": false
@@ -55561,6 +55963,9 @@
55561
55963
  "workspace": {
55562
55964
  "type": "string"
55563
55965
  },
55966
+ "nativeSessionCatalogsEnabled": {
55967
+ "type": "boolean"
55968
+ },
55564
55969
  "sessionId": {
55565
55970
  "type": "string",
55566
55971
  "minLength": 1
@@ -55848,6 +56253,9 @@
55848
56253
  },
55849
56254
  "workspace": {
55850
56255
  "type": "string"
56256
+ },
56257
+ "nativeSessionCatalogsEnabled": {
56258
+ "type": "boolean"
55851
56259
  }
55852
56260
  },
55853
56261
  "additionalProperties": false
@@ -57298,6 +57706,16 @@
57298
57706
  "type": "string"
57299
57707
  }
57300
57708
  },
57709
+ "activeVoices": {
57710
+ "type": "array",
57711
+ "items": {
57712
+ "type": "string"
57713
+ }
57714
+ },
57715
+ "activeVoiceSelectionPolicy": {
57716
+ "type": "string",
57717
+ "const": "allowlist-default"
57718
+ },
57301
57719
  "voicesByModel": {
57302
57720
  "type": "object",
57303
57721
  "patternProperties": {
@@ -57515,6 +57933,16 @@
57515
57933
  "type": "string"
57516
57934
  }
57517
57935
  },
57936
+ "activeVoices": {
57937
+ "type": "array",
57938
+ "items": {
57939
+ "type": "string"
57940
+ }
57941
+ },
57942
+ "activeVoiceSelectionPolicy": {
57943
+ "type": "string",
57944
+ "const": "allowlist-default"
57945
+ },
57518
57946
  "voicesByModel": {
57519
57947
  "type": "object",
57520
57948
  "patternProperties": {
@@ -57732,6 +58160,16 @@
57732
58160
  "type": "string"
57733
58161
  }
57734
58162
  },
58163
+ "activeVoices": {
58164
+ "type": "array",
58165
+ "items": {
58166
+ "type": "string"
58167
+ }
58168
+ },
58169
+ "activeVoiceSelectionPolicy": {
58170
+ "type": "string",
58171
+ "const": "allowlist-default"
58172
+ },
57735
58173
  "voicesByModel": {
57736
58174
  "type": "object",
57737
58175
  "patternProperties": {
@@ -59129,6 +59567,25 @@
59129
59567
  }
59130
59568
  },
59131
59569
  "additionalProperties": false
59570
+ },
59571
+ "clientHints": {
59572
+ "type": "object",
59573
+ "properties": {
59574
+ "realtime": {
59575
+ "type": "object",
59576
+ "properties": {
59577
+ "modelSource": {
59578
+ "type": "string",
59579
+ "const": "gateway"
59580
+ },
59581
+ "gatewayRelaySupported": {
59582
+ "type": "boolean"
59583
+ }
59584
+ },
59585
+ "additionalProperties": false
59586
+ }
59587
+ },
59588
+ "additionalProperties": false
59132
59589
  }
59133
59590
  },
59134
59591
  "additionalProperties": false
@@ -60112,6 +60569,60 @@
60112
60569
  "items": {
60113
60570
  "type": "string"
60114
60571
  }
60572
+ },
60573
+ "statusIssues": {
60574
+ "type": "array",
60575
+ "items": {
60576
+ "type": "object",
60577
+ "required": [
60578
+ "channel",
60579
+ "accountId",
60580
+ "kind",
60581
+ "message"
60582
+ ],
60583
+ "properties": {
60584
+ "channel": {
60585
+ "type": "string",
60586
+ "minLength": 1
60587
+ },
60588
+ "accountId": {
60589
+ "type": "string",
60590
+ "minLength": 1
60591
+ },
60592
+ "kind": {
60593
+ "anyOf": [
60594
+ {
60595
+ "type": "string",
60596
+ "const": "intent"
60597
+ },
60598
+ {
60599
+ "type": "string",
60600
+ "const": "permissions"
60601
+ },
60602
+ {
60603
+ "type": "string",
60604
+ "const": "config"
60605
+ },
60606
+ {
60607
+ "type": "string",
60608
+ "const": "auth"
60609
+ },
60610
+ {
60611
+ "type": "string",
60612
+ "const": "runtime"
60613
+ }
60614
+ ]
60615
+ },
60616
+ "message": {
60617
+ "type": "string"
60618
+ },
60619
+ "fix": {
60620
+ "type": "string"
60621
+ }
60622
+ },
60623
+ "additionalProperties": false
60624
+ },
60625
+ "maxItems": 50
60115
60626
  }
60116
60627
  },
60117
60628
  "additionalProperties": false
@@ -60485,12 +60996,17 @@
60485
60996
  "active",
60486
60997
  "utteranceCount",
60487
60998
  "participants",
60488
- "hasSummary"
60999
+ "hasSummary",
61000
+ "agentId",
61001
+ "updatedAt",
61002
+ "lastUtteranceAt",
61003
+ "activeSubscription"
60489
61004
  ],
60490
61005
  "properties": {
60491
61006
  "selector": {
60492
61007
  "type": "string",
60493
- "minLength": 1
61008
+ "minLength": 1,
61009
+ "maxLength": 1048576
60494
61010
  },
60495
61011
  "sessionId": {
60496
61012
  "type": "string",
@@ -60516,6 +61032,26 @@
60516
61032
  "type": "string",
60517
61033
  "minLength": 1
60518
61034
  },
61035
+ "kind": {
61036
+ "anyOf": [
61037
+ {
61038
+ "type": "string",
61039
+ "const": "live-audio"
61040
+ },
61041
+ {
61042
+ "type": "string",
61043
+ "const": "live-caption"
61044
+ },
61045
+ {
61046
+ "type": "string",
61047
+ "const": "posthoc-transcript"
61048
+ },
61049
+ {
61050
+ "type": "string",
61051
+ "const": "recording-stt"
61052
+ }
61053
+ ]
61054
+ },
60519
61055
  "accountId": {
60520
61056
  "type": "string"
60521
61057
  },
@@ -60527,6 +61063,12 @@
60527
61063
  },
60528
61064
  "meetingUrl": {
60529
61065
  "type": "string"
61066
+ },
61067
+ "threadTs": {
61068
+ "type": "string"
61069
+ },
61070
+ "fileId": {
61071
+ "type": "string"
60530
61072
  }
60531
61073
  },
60532
61074
  "additionalProperties": false
@@ -60569,6 +61111,32 @@
60569
61111
  "overview": {
60570
61112
  "type": "string",
60571
61113
  "maxLength": 280
61114
+ },
61115
+ "agentId": {
61116
+ "anyOf": [
61117
+ {
61118
+ "type": "string"
61119
+ },
61120
+ {
61121
+ "type": "null"
61122
+ }
61123
+ ]
61124
+ },
61125
+ "updatedAt": {
61126
+ "type": "string"
61127
+ },
61128
+ "lastUtteranceAt": {
61129
+ "anyOf": [
61130
+ {
61131
+ "type": "string"
61132
+ },
61133
+ {
61134
+ "type": "null"
61135
+ }
61136
+ ]
61137
+ },
61138
+ "activeSubscription": {
61139
+ "type": "boolean"
60572
61140
  }
60573
61141
  },
60574
61142
  "additionalProperties": false
@@ -60582,9 +61150,38 @@
60582
61150
  "maximum": 200,
60583
61151
  "default": 50
60584
61152
  },
61153
+ "cursor": {
61154
+ "type": "string",
61155
+ "minLength": 1,
61156
+ "maxLength": 1048576
61157
+ },
61158
+ "query": {
61159
+ "type": "string",
61160
+ "maxLength": 256
61161
+ },
60585
61162
  "providerId": {
60586
61163
  "type": "string",
60587
61164
  "minLength": 1
61165
+ },
61166
+ "accountId": {
61167
+ "type": "string",
61168
+ "minLength": 1,
61169
+ "maxLength": 256
61170
+ },
61171
+ "agentId": {
61172
+ "type": "string",
61173
+ "minLength": 1,
61174
+ "maxLength": 256
61175
+ },
61176
+ "startedAfter": {
61177
+ "type": "string",
61178
+ "format": "date-time",
61179
+ "maxLength": 64
61180
+ },
61181
+ "startedBefore": {
61182
+ "type": "string",
61183
+ "format": "date-time",
61184
+ "maxLength": 64
60588
61185
  }
60589
61186
  },
60590
61187
  "additionalProperties": false
@@ -60592,7 +61189,8 @@
60592
61189
  "TranscriptsListResult": {
60593
61190
  "type": "object",
60594
61191
  "required": [
60595
- "sessions"
61192
+ "sessions",
61193
+ "nextCursor"
60596
61194
  ],
60597
61195
  "properties": {
60598
61196
  "sessions": {
@@ -60608,12 +61206,17 @@
60608
61206
  "active",
60609
61207
  "utteranceCount",
60610
61208
  "participants",
60611
- "hasSummary"
61209
+ "hasSummary",
61210
+ "agentId",
61211
+ "updatedAt",
61212
+ "lastUtteranceAt",
61213
+ "activeSubscription"
60612
61214
  ],
60613
61215
  "properties": {
60614
61216
  "selector": {
60615
61217
  "type": "string",
60616
- "minLength": 1
61218
+ "minLength": 1,
61219
+ "maxLength": 1048576
60617
61220
  },
60618
61221
  "sessionId": {
60619
61222
  "type": "string",
@@ -60639,6 +61242,26 @@
60639
61242
  "type": "string",
60640
61243
  "minLength": 1
60641
61244
  },
61245
+ "kind": {
61246
+ "anyOf": [
61247
+ {
61248
+ "type": "string",
61249
+ "const": "live-audio"
61250
+ },
61251
+ {
61252
+ "type": "string",
61253
+ "const": "live-caption"
61254
+ },
61255
+ {
61256
+ "type": "string",
61257
+ "const": "posthoc-transcript"
61258
+ },
61259
+ {
61260
+ "type": "string",
61261
+ "const": "recording-stt"
61262
+ }
61263
+ ]
61264
+ },
60642
61265
  "accountId": {
60643
61266
  "type": "string"
60644
61267
  },
@@ -60650,6 +61273,12 @@
60650
61273
  },
60651
61274
  "meetingUrl": {
60652
61275
  "type": "string"
61276
+ },
61277
+ "threadTs": {
61278
+ "type": "string"
61279
+ },
61280
+ "fileId": {
61281
+ "type": "string"
60653
61282
  }
60654
61283
  },
60655
61284
  "additionalProperties": false
@@ -60692,11 +61321,47 @@
60692
61321
  "overview": {
60693
61322
  "type": "string",
60694
61323
  "maxLength": 280
61324
+ },
61325
+ "agentId": {
61326
+ "anyOf": [
61327
+ {
61328
+ "type": "string"
61329
+ },
61330
+ {
61331
+ "type": "null"
61332
+ }
61333
+ ]
61334
+ },
61335
+ "updatedAt": {
61336
+ "type": "string"
61337
+ },
61338
+ "lastUtteranceAt": {
61339
+ "anyOf": [
61340
+ {
61341
+ "type": "string"
61342
+ },
61343
+ {
61344
+ "type": "null"
61345
+ }
61346
+ ]
61347
+ },
61348
+ "activeSubscription": {
61349
+ "type": "boolean"
60695
61350
  }
60696
61351
  },
60697
61352
  "additionalProperties": false
60698
61353
  },
60699
61354
  "maxItems": 200
61355
+ },
61356
+ "nextCursor": {
61357
+ "anyOf": [
61358
+ {
61359
+ "type": "string"
61360
+ },
61361
+ {
61362
+ "type": "null"
61363
+ }
61364
+ ]
60700
61365
  }
60701
61366
  },
60702
61367
  "additionalProperties": false
@@ -60709,10 +61374,25 @@
60709
61374
  "properties": {
60710
61375
  "selector": {
60711
61376
  "type": "string",
60712
- "minLength": 1
61377
+ "minLength": 1,
61378
+ "maxLength": 1048576
60713
61379
  },
60714
61380
  "includeUtterances": {
60715
61381
  "type": "boolean"
61382
+ },
61383
+ "limit": {
61384
+ "type": "integer",
61385
+ "minimum": 1,
61386
+ "maximum": 100
61387
+ },
61388
+ "cursor": {
61389
+ "type": "string",
61390
+ "minLength": 1,
61391
+ "maxLength": 1048576
61392
+ },
61393
+ "query": {
61394
+ "type": "string",
61395
+ "maxLength": 256
60716
61396
  }
60717
61397
  },
60718
61398
  "additionalProperties": false
@@ -60720,7 +61400,8 @@
60720
61400
  "TranscriptsGetResult": {
60721
61401
  "type": "object",
60722
61402
  "required": [
60723
- "session"
61403
+ "session",
61404
+ "nextCursor"
60724
61405
  ],
60725
61406
  "properties": {
60726
61407
  "session": {
@@ -60734,12 +61415,17 @@
60734
61415
  "active",
60735
61416
  "utteranceCount",
60736
61417
  "participants",
60737
- "hasSummary"
61418
+ "hasSummary",
61419
+ "agentId",
61420
+ "updatedAt",
61421
+ "lastUtteranceAt",
61422
+ "activeSubscription"
60738
61423
  ],
60739
61424
  "properties": {
60740
61425
  "selector": {
60741
61426
  "type": "string",
60742
- "minLength": 1
61427
+ "minLength": 1,
61428
+ "maxLength": 1048576
60743
61429
  },
60744
61430
  "sessionId": {
60745
61431
  "type": "string",
@@ -60765,6 +61451,26 @@
60765
61451
  "type": "string",
60766
61452
  "minLength": 1
60767
61453
  },
61454
+ "kind": {
61455
+ "anyOf": [
61456
+ {
61457
+ "type": "string",
61458
+ "const": "live-audio"
61459
+ },
61460
+ {
61461
+ "type": "string",
61462
+ "const": "live-caption"
61463
+ },
61464
+ {
61465
+ "type": "string",
61466
+ "const": "posthoc-transcript"
61467
+ },
61468
+ {
61469
+ "type": "string",
61470
+ "const": "recording-stt"
61471
+ }
61472
+ ]
61473
+ },
60768
61474
  "accountId": {
60769
61475
  "type": "string"
60770
61476
  },
@@ -60776,6 +61482,12 @@
60776
61482
  },
60777
61483
  "meetingUrl": {
60778
61484
  "type": "string"
61485
+ },
61486
+ "threadTs": {
61487
+ "type": "string"
61488
+ },
61489
+ "fileId": {
61490
+ "type": "string"
60779
61491
  }
60780
61492
  },
60781
61493
  "additionalProperties": false
@@ -60818,6 +61530,32 @@
60818
61530
  "overview": {
60819
61531
  "type": "string",
60820
61532
  "maxLength": 280
61533
+ },
61534
+ "agentId": {
61535
+ "anyOf": [
61536
+ {
61537
+ "type": "string"
61538
+ },
61539
+ {
61540
+ "type": "null"
61541
+ }
61542
+ ]
61543
+ },
61544
+ "updatedAt": {
61545
+ "type": "string"
61546
+ },
61547
+ "lastUtteranceAt": {
61548
+ "anyOf": [
61549
+ {
61550
+ "type": "string"
61551
+ },
61552
+ {
61553
+ "type": "null"
61554
+ }
61555
+ ]
61556
+ },
61557
+ "activeSubscription": {
61558
+ "type": "boolean"
60821
61559
  }
60822
61560
  },
60823
61561
  "additionalProperties": false
@@ -60831,7 +61569,8 @@
60831
61569
  "actionItems",
60832
61570
  "risks",
60833
61571
  "participants",
60834
- "markdown"
61572
+ "markdown",
61573
+ "utteranceCount"
60835
61574
  ],
60836
61575
  "properties": {
60837
61576
  "generatedAt": {
@@ -60881,6 +61620,10 @@
60881
61620
  },
60882
61621
  "markdown": {
60883
61622
  "type": "string"
61623
+ },
61624
+ "utteranceCount": {
61625
+ "type": "integer",
61626
+ "minimum": 0
60884
61627
  }
60885
61628
  },
60886
61629
  "additionalProperties": false
@@ -60898,6 +61641,9 @@
60898
61641
  "type": "integer",
60899
61642
  "minimum": 0
60900
61643
  },
61644
+ "id": {
61645
+ "type": "string"
61646
+ },
60901
61647
  "startedAt": {
60902
61648
  "type": "string"
60903
61649
  },
@@ -60911,15 +61657,25 @@
60911
61657
  "type": "string"
60912
61658
  },
60913
61659
  "text": {
60914
- "type": "string",
60915
- "maxLength": 4000
61660
+ "type": "string"
60916
61661
  },
60917
61662
  "final": {
60918
61663
  "type": "boolean"
60919
61664
  }
60920
61665
  },
60921
61666
  "additionalProperties": false
60922
- }
61667
+ },
61668
+ "maxItems": 2000
61669
+ },
61670
+ "nextCursor": {
61671
+ "anyOf": [
61672
+ {
61673
+ "type": "string"
61674
+ },
61675
+ {
61676
+ "type": "null"
61677
+ }
61678
+ ]
60923
61679
  }
60924
61680
  },
60925
61681
  "additionalProperties": false
@@ -68398,6 +69154,10 @@
68398
69154
  },
68399
69155
  "outcome": {
68400
69156
  "anyOf": [
69157
+ {
69158
+ "type": "string",
69159
+ "const": "completed"
69160
+ },
68401
69161
  {
68402
69162
  "type": "string",
68403
69163
  "const": "applied"
@@ -68591,7 +69351,8 @@
68591
69351
  "required": [
68592
69352
  "schema",
68593
69353
  "updatedAt",
68594
- "proposals"
69354
+ "proposals",
69355
+ "installedSkills"
68595
69356
  ],
68596
69357
  "properties": {
68597
69358
  "schema": {
@@ -68702,6 +69463,41 @@
68702
69463
  "const": "quarantined"
68703
69464
  }
68704
69465
  ]
69466
+ },
69467
+ "revisionHash": {
69468
+ "type": "string",
69469
+ "minLength": 64,
69470
+ "maxLength": 64,
69471
+ "pattern": "^[a-fA-F0-9]{64}$"
69472
+ },
69473
+ "degradedState": {
69474
+ "type": "string",
69475
+ "const": "draft-missing"
69476
+ }
69477
+ },
69478
+ "additionalProperties": false
69479
+ }
69480
+ },
69481
+ "installedSkills": {
69482
+ "type": "array",
69483
+ "items": {
69484
+ "type": "object",
69485
+ "required": [
69486
+ "name",
69487
+ "skillKey",
69488
+ "description"
69489
+ ],
69490
+ "properties": {
69491
+ "name": {
69492
+ "type": "string",
69493
+ "minLength": 1
69494
+ },
69495
+ "skillKey": {
69496
+ "type": "string",
69497
+ "minLength": 1
69498
+ },
69499
+ "description": {
69500
+ "type": "string"
68705
69501
  }
68706
69502
  },
68707
69503
  "additionalProperties": false
@@ -68710,6 +69506,49 @@
68710
69506
  },
68711
69507
  "additionalProperties": false
68712
69508
  },
69509
+ "SkillsWorkshopReadParams": {
69510
+ "type": "object",
69511
+ "required": [
69512
+ "name"
69513
+ ],
69514
+ "properties": {
69515
+ "agentId": {
69516
+ "type": "string",
69517
+ "minLength": 1
69518
+ },
69519
+ "name": {
69520
+ "type": "string",
69521
+ "minLength": 1
69522
+ }
69523
+ },
69524
+ "additionalProperties": false
69525
+ },
69526
+ "SkillsWorkshopReadResult": {
69527
+ "type": "object",
69528
+ "required": [
69529
+ "name",
69530
+ "skillKey",
69531
+ "description",
69532
+ "content"
69533
+ ],
69534
+ "properties": {
69535
+ "name": {
69536
+ "type": "string",
69537
+ "minLength": 1
69538
+ },
69539
+ "skillKey": {
69540
+ "type": "string",
69541
+ "minLength": 1
69542
+ },
69543
+ "description": {
69544
+ "type": "string"
69545
+ },
69546
+ "content": {
69547
+ "type": "string"
69548
+ }
69549
+ },
69550
+ "additionalProperties": false
69551
+ },
68713
69552
  "SkillsProposalEvaluateParams": {
68714
69553
  "type": "object",
68715
69554
  "required": [
@@ -72909,268 +73748,959 @@
72909
73748
  }
72910
73749
  ]
72911
73750
  },
72912
- "CronJob": {
73751
+ "TranscriptsExportParams": {
72913
73752
  "type": "object",
72914
73753
  "required": [
72915
- "id",
72916
- "name",
72917
- "enabled",
72918
- "createdAtMs",
72919
- "updatedAtMs",
72920
- "schedule",
72921
- "sessionTarget",
72922
- "wakeMode",
72923
- "payload",
72924
- "state"
73754
+ "selector",
73755
+ "format"
72925
73756
  ],
72926
73757
  "properties": {
72927
- "id": {
72928
- "type": "string",
72929
- "minLength": 1
72930
- },
72931
- "declarationKey": {
72932
- "type": "string",
72933
- "minLength": 1,
72934
- "maxLength": 200,
72935
- "pattern": "\\S"
72936
- },
72937
- "displayName": {
73758
+ "selector": {
72938
73759
  "type": "string",
72939
73760
  "minLength": 1,
72940
- "maxLength": 200,
72941
- "pattern": "\\S"
72942
- },
72943
- "owner": {
72944
- "type": "object",
72945
- "properties": {
72946
- "agentId": {
72947
- "type": "string",
72948
- "minLength": 1
72949
- },
72950
- "sessionKey": {
72951
- "type": "string",
72952
- "minLength": 1
72953
- },
72954
- "accountId": {
72955
- "type": "string",
72956
- "minLength": 1
72957
- }
72958
- },
72959
- "additionalProperties": false
73761
+ "maxLength": 1048576
72960
73762
  },
72961
- "scheduledToolPolicy": {
73763
+ "format": {
72962
73764
  "anyOf": [
72963
73765
  {
72964
- "type": "object",
72965
- "required": [
72966
- "version",
72967
- "mode"
72968
- ],
72969
- "properties": {
72970
- "version": {
72971
- "type": "number",
72972
- "const": 1
72973
- },
72974
- "mode": {
72975
- "type": "string",
72976
- "const": "trusted"
72977
- }
72978
- },
72979
- "additionalProperties": false
73766
+ "type": "string",
73767
+ "const": "markdown"
72980
73768
  },
72981
73769
  {
72982
- "type": "object",
72983
- "required": [
72984
- "version",
72985
- "mode",
72986
- "ownerSessionKey",
72987
- "ownerAccountId"
72988
- ],
72989
- "properties": {
72990
- "version": {
72991
- "type": "number",
72992
- "const": 1
72993
- },
72994
- "mode": {
72995
- "type": "string",
72996
- "const": "account"
72997
- },
72998
- "ownerSessionKey": {
72999
- "type": "string",
73000
- "minLength": 1
73001
- },
73002
- "ownerAccountId": {
73003
- "type": "string",
73004
- "minLength": 1
73005
- }
73006
- },
73007
- "additionalProperties": false
73770
+ "type": "string",
73771
+ "const": "jsonl"
73008
73772
  }
73009
73773
  ]
73010
- },
73011
- "agentId": {
73012
- "type": "string",
73013
- "minLength": 1
73014
- },
73015
- "sessionKey": {
73016
- "type": "string",
73017
- "minLength": 1
73018
- },
73019
- "name": {
73774
+ }
73775
+ },
73776
+ "additionalProperties": false
73777
+ },
73778
+ "TranscriptsExportResult": {
73779
+ "type": "object",
73780
+ "required": [
73781
+ "selector",
73782
+ "filename",
73783
+ "mimeType",
73784
+ "encoding",
73785
+ "data",
73786
+ "sizeBytes"
73787
+ ],
73788
+ "properties": {
73789
+ "selector": {
73020
73790
  "type": "string",
73021
- "minLength": 1
73791
+ "minLength": 1,
73792
+ "maxLength": 1048576
73022
73793
  },
73023
- "description": {
73794
+ "filename": {
73024
73795
  "type": "string"
73025
73796
  },
73026
- "enabled": {
73027
- "type": "boolean"
73797
+ "mimeType": {
73798
+ "type": "string"
73028
73799
  },
73029
- "deleteAfterRun": {
73030
- "type": "boolean"
73800
+ "encoding": {
73801
+ "type": "string",
73802
+ "const": "base64"
73031
73803
  },
73032
- "createdAtMs": {
73033
- "type": "integer",
73034
- "minimum": 0,
73035
- "maximum": 8640000000000000
73804
+ "data": {
73805
+ "type": "string"
73036
73806
  },
73037
- "updatedAtMs": {
73807
+ "sizeBytes": {
73038
73808
  "type": "integer",
73039
73809
  "minimum": 0,
73040
- "maximum": 8640000000000000
73041
- },
73042
- "configRevision": {
73043
- "type": "string",
73044
- "minLength": 1,
73045
- "maxLength": 128
73810
+ "maximum": 4194304
73811
+ }
73812
+ },
73813
+ "additionalProperties": false
73814
+ },
73815
+ "TranscriptsStatusParams": {
73816
+ "type": "object",
73817
+ "properties": {},
73818
+ "additionalProperties": false
73819
+ },
73820
+ "TranscriptsStatusResult": {
73821
+ "type": "object",
73822
+ "required": [
73823
+ "enabled",
73824
+ "providers",
73825
+ "configuredSources",
73826
+ "active",
73827
+ "latestTranscript",
73828
+ "omitted"
73829
+ ],
73830
+ "properties": {
73831
+ "enabled": {
73832
+ "type": "boolean"
73046
73833
  },
73047
- "schedule": {
73048
- "anyOf": [
73049
- {
73050
- "type": "object",
73051
- "required": [
73052
- "kind",
73053
- "at"
73054
- ],
73055
- "properties": {
73056
- "kind": {
73057
- "type": "string",
73058
- "const": "at"
73059
- },
73060
- "at": {
73061
- "type": "string",
73062
- "minLength": 1
73063
- }
73064
- },
73065
- "additionalProperties": false
73066
- },
73067
- {
73068
- "type": "object",
73069
- "required": [
73070
- "kind",
73071
- "everyMs"
73072
- ],
73073
- "properties": {
73074
- "kind": {
73075
- "type": "string",
73076
- "const": "every"
73077
- },
73078
- "everyMs": {
73079
- "type": "integer",
73080
- "minimum": 1,
73081
- "maximum": 8640000000000000
73082
- },
73083
- "anchorMs": {
73084
- "type": "integer",
73085
- "minimum": 0,
73086
- "maximum": 8640000000000000
73087
- }
73834
+ "providers": {
73835
+ "type": "array",
73836
+ "items": {
73837
+ "type": "object",
73838
+ "required": [
73839
+ "providerId",
73840
+ "name",
73841
+ "availability"
73842
+ ],
73843
+ "properties": {
73844
+ "providerId": {
73845
+ "type": "string"
73088
73846
  },
73089
- "additionalProperties": false
73090
- },
73091
- {
73092
- "type": "object",
73093
- "required": [
73094
- "kind",
73095
- "expr"
73096
- ],
73097
- "properties": {
73098
- "kind": {
73099
- "type": "string",
73100
- "const": "cron"
73101
- },
73102
- "expr": {
73103
- "type": "string",
73104
- "minLength": 1
73105
- },
73106
- "tz": {
73107
- "type": "string"
73108
- },
73109
- "staggerMs": {
73110
- "type": "integer",
73111
- "minimum": 0,
73112
- "maximum": 8640000000000000
73113
- }
73847
+ "pluginId": {
73848
+ "type": "string"
73114
73849
  },
73115
- "additionalProperties": false
73116
- },
73117
- {
73118
- "type": "object",
73119
- "required": [
73120
- "kind",
73121
- "command"
73122
- ],
73123
- "properties": {
73124
- "kind": {
73125
- "type": "string",
73126
- "const": "on-exit"
73127
- },
73128
- "command": {
73129
- "type": "string",
73130
- "minLength": 1
73131
- },
73132
- "cwd": {
73133
- "type": "string",
73134
- "minLength": 1
73135
- }
73850
+ "name": {
73851
+ "type": "string"
73136
73852
  },
73137
- "additionalProperties": false
73138
- },
73139
- {
73140
- "type": "object",
73141
- "required": [
73142
- "kind",
73143
- "command"
73144
- ],
73145
- "properties": {
73146
- "kind": {
73147
- "type": "string",
73148
- "const": "stream"
73149
- },
73150
- "command": {
73151
- "type": "array",
73152
- "items": {
73853
+ "availability": {
73854
+ "anyOf": [
73855
+ {
73153
73856
  "type": "string",
73154
- "minLength": 1
73857
+ "const": "enabled"
73155
73858
  },
73156
- "minItems": 1
73157
- },
73158
- "cwd": {
73159
- "type": "string",
73160
- "minLength": 1
73161
- },
73162
- "mode": {
73859
+ {
73860
+ "type": "string",
73861
+ "const": "disabled"
73862
+ },
73863
+ {
73864
+ "type": "string",
73865
+ "const": "unavailable"
73866
+ },
73867
+ {
73868
+ "type": "string",
73869
+ "const": "unknown"
73870
+ }
73871
+ ]
73872
+ },
73873
+ "sourceKinds": {
73874
+ "type": "array",
73875
+ "items": {
73163
73876
  "anyOf": [
73164
73877
  {
73165
73878
  "type": "string",
73166
- "const": "line"
73879
+ "const": "live-audio"
73167
73880
  },
73168
73881
  {
73169
73882
  "type": "string",
73170
- "const": "match"
73883
+ "const": "live-caption"
73884
+ },
73885
+ {
73886
+ "type": "string",
73887
+ "const": "posthoc-transcript"
73888
+ },
73889
+ {
73890
+ "type": "string",
73891
+ "const": "recording-stt"
73171
73892
  }
73172
73893
  ]
73173
- },
73894
+ }
73895
+ },
73896
+ "canStart": {
73897
+ "type": "boolean"
73898
+ },
73899
+ "canStop": {
73900
+ "type": "boolean"
73901
+ },
73902
+ "canImport": {
73903
+ "type": "boolean"
73904
+ },
73905
+ "autoStart": {
73906
+ "type": "object",
73907
+ "properties": {
73908
+ "accountId": {
73909
+ "anyOf": [
73910
+ {
73911
+ "type": "string",
73912
+ "const": "optional"
73913
+ },
73914
+ {
73915
+ "type": "string",
73916
+ "const": "required"
73917
+ }
73918
+ ]
73919
+ },
73920
+ "guildId": {
73921
+ "anyOf": [
73922
+ {
73923
+ "type": "string",
73924
+ "const": "optional"
73925
+ },
73926
+ {
73927
+ "type": "string",
73928
+ "const": "required"
73929
+ }
73930
+ ]
73931
+ },
73932
+ "channelId": {
73933
+ "anyOf": [
73934
+ {
73935
+ "type": "string",
73936
+ "const": "optional"
73937
+ },
73938
+ {
73939
+ "type": "string",
73940
+ "const": "required"
73941
+ }
73942
+ ]
73943
+ },
73944
+ "meetingUrl": {
73945
+ "anyOf": [
73946
+ {
73947
+ "type": "string",
73948
+ "const": "optional"
73949
+ },
73950
+ {
73951
+ "type": "string",
73952
+ "const": "required"
73953
+ }
73954
+ ]
73955
+ }
73956
+ },
73957
+ "additionalProperties": false
73958
+ }
73959
+ },
73960
+ "additionalProperties": false
73961
+ },
73962
+ "maxItems": 100
73963
+ },
73964
+ "configuredSources": {
73965
+ "type": "array",
73966
+ "items": {
73967
+ "type": "object",
73968
+ "required": [
73969
+ "source",
73970
+ "state",
73971
+ "activeSelectors"
73972
+ ],
73973
+ "properties": {
73974
+ "source": {
73975
+ "type": "object",
73976
+ "required": [
73977
+ "providerId"
73978
+ ],
73979
+ "properties": {
73980
+ "providerId": {
73981
+ "type": "string",
73982
+ "minLength": 1
73983
+ },
73984
+ "kind": {
73985
+ "anyOf": [
73986
+ {
73987
+ "type": "string",
73988
+ "const": "live-audio"
73989
+ },
73990
+ {
73991
+ "type": "string",
73992
+ "const": "live-caption"
73993
+ },
73994
+ {
73995
+ "type": "string",
73996
+ "const": "posthoc-transcript"
73997
+ },
73998
+ {
73999
+ "type": "string",
74000
+ "const": "recording-stt"
74001
+ }
74002
+ ]
74003
+ },
74004
+ "accountId": {
74005
+ "type": "string"
74006
+ },
74007
+ "guildId": {
74008
+ "type": "string"
74009
+ },
74010
+ "channelId": {
74011
+ "type": "string"
74012
+ },
74013
+ "meetingUrl": {
74014
+ "type": "string"
74015
+ },
74016
+ "threadTs": {
74017
+ "type": "string"
74018
+ },
74019
+ "fileId": {
74020
+ "type": "string"
74021
+ }
74022
+ },
74023
+ "additionalProperties": false
74024
+ },
74025
+ "title": {
74026
+ "type": "string"
74027
+ },
74028
+ "sessionId": {
74029
+ "type": "string"
74030
+ },
74031
+ "state": {
74032
+ "anyOf": [
74033
+ {
74034
+ "type": "string",
74035
+ "const": "disabled"
74036
+ },
74037
+ {
74038
+ "type": "string",
74039
+ "const": "armed"
74040
+ },
74041
+ {
74042
+ "type": "string",
74043
+ "const": "not-active"
74044
+ },
74045
+ {
74046
+ "type": "string",
74047
+ "const": "unknown"
74048
+ }
74049
+ ]
74050
+ },
74051
+ "activeSelectors": {
74052
+ "type": "array",
74053
+ "items": {
74054
+ "type": "string",
74055
+ "minLength": 1,
74056
+ "maxLength": 1048576
74057
+ },
74058
+ "maxItems": 100
74059
+ },
74060
+ "startDiagnostic": {
74061
+ "anyOf": [
74062
+ {
74063
+ "type": "string",
74064
+ "const": "starting"
74065
+ },
74066
+ {
74067
+ "type": "string",
74068
+ "const": "retrying"
74069
+ },
74070
+ {
74071
+ "type": "string",
74072
+ "const": "id-conflict"
74073
+ },
74074
+ {
74075
+ "type": "string",
74076
+ "const": "admitted-start-failed"
74077
+ },
74078
+ {
74079
+ "type": "string",
74080
+ "const": "start-failed"
74081
+ },
74082
+ {
74083
+ "type": "string",
74084
+ "const": "ended"
74085
+ }
74086
+ ]
74087
+ }
74088
+ },
74089
+ "additionalProperties": false
74090
+ },
74091
+ "maxItems": 100
74092
+ },
74093
+ "active": {
74094
+ "type": "array",
74095
+ "items": {
74096
+ "type": "object",
74097
+ "required": [
74098
+ "selector",
74099
+ "sessionId",
74100
+ "providerId",
74101
+ "source",
74102
+ "startedAt",
74103
+ "active",
74104
+ "utteranceCount",
74105
+ "participants",
74106
+ "hasSummary",
74107
+ "agentId",
74108
+ "updatedAt",
74109
+ "lastUtteranceAt",
74110
+ "activeSubscription"
74111
+ ],
74112
+ "properties": {
74113
+ "selector": {
74114
+ "type": "string",
74115
+ "minLength": 1,
74116
+ "maxLength": 1048576
74117
+ },
74118
+ "sessionId": {
74119
+ "type": "string",
74120
+ "minLength": 1
74121
+ },
74122
+ "title": {
74123
+ "type": "string"
74124
+ },
74125
+ "providerId": {
74126
+ "type": "string",
74127
+ "minLength": 1
74128
+ },
74129
+ "providerName": {
74130
+ "type": "string"
74131
+ },
74132
+ "source": {
74133
+ "type": "object",
74134
+ "required": [
74135
+ "providerId"
74136
+ ],
74137
+ "properties": {
74138
+ "providerId": {
74139
+ "type": "string",
74140
+ "minLength": 1
74141
+ },
74142
+ "kind": {
74143
+ "anyOf": [
74144
+ {
74145
+ "type": "string",
74146
+ "const": "live-audio"
74147
+ },
74148
+ {
74149
+ "type": "string",
74150
+ "const": "live-caption"
74151
+ },
74152
+ {
74153
+ "type": "string",
74154
+ "const": "posthoc-transcript"
74155
+ },
74156
+ {
74157
+ "type": "string",
74158
+ "const": "recording-stt"
74159
+ }
74160
+ ]
74161
+ },
74162
+ "accountId": {
74163
+ "type": "string"
74164
+ },
74165
+ "guildId": {
74166
+ "type": "string"
74167
+ },
74168
+ "channelId": {
74169
+ "type": "string"
74170
+ },
74171
+ "meetingUrl": {
74172
+ "type": "string"
74173
+ },
74174
+ "threadTs": {
74175
+ "type": "string"
74176
+ },
74177
+ "fileId": {
74178
+ "type": "string"
74179
+ }
74180
+ },
74181
+ "additionalProperties": false
74182
+ },
74183
+ "startedAt": {
74184
+ "type": "string",
74185
+ "minLength": 1
74186
+ },
74187
+ "stoppedAt": {
74188
+ "type": "string"
74189
+ },
74190
+ "active": {
74191
+ "type": "boolean"
74192
+ },
74193
+ "utteranceCount": {
74194
+ "type": "integer",
74195
+ "minimum": 0
74196
+ },
74197
+ "participants": {
74198
+ "type": "array",
74199
+ "items": {
74200
+ "type": "string"
74201
+ }
74202
+ },
74203
+ "hasSummary": {
74204
+ "type": "boolean"
74205
+ },
74206
+ "summarySource": {
74207
+ "anyOf": [
74208
+ {
74209
+ "type": "string",
74210
+ "const": "model"
74211
+ },
74212
+ {
74213
+ "type": "string",
74214
+ "const": "heuristic"
74215
+ }
74216
+ ]
74217
+ },
74218
+ "overview": {
74219
+ "type": "string",
74220
+ "maxLength": 280
74221
+ },
74222
+ "agentId": {
74223
+ "anyOf": [
74224
+ {
74225
+ "type": "string"
74226
+ },
74227
+ {
74228
+ "type": "null"
74229
+ }
74230
+ ]
74231
+ },
74232
+ "updatedAt": {
74233
+ "type": "string"
74234
+ },
74235
+ "lastUtteranceAt": {
74236
+ "anyOf": [
74237
+ {
74238
+ "type": "string"
74239
+ },
74240
+ {
74241
+ "type": "null"
74242
+ }
74243
+ ]
74244
+ },
74245
+ "activeSubscription": {
74246
+ "type": "boolean"
74247
+ }
74248
+ },
74249
+ "additionalProperties": false
74250
+ },
74251
+ "maxItems": 100
74252
+ },
74253
+ "latestTranscript": {
74254
+ "anyOf": [
74255
+ {
74256
+ "type": "object",
74257
+ "required": [
74258
+ "selector",
74259
+ "sessionId",
74260
+ "providerId",
74261
+ "source",
74262
+ "startedAt",
74263
+ "active",
74264
+ "utteranceCount",
74265
+ "participants",
74266
+ "hasSummary",
74267
+ "agentId",
74268
+ "updatedAt",
74269
+ "lastUtteranceAt",
74270
+ "activeSubscription"
74271
+ ],
74272
+ "properties": {
74273
+ "selector": {
74274
+ "type": "string",
74275
+ "minLength": 1,
74276
+ "maxLength": 1048576
74277
+ },
74278
+ "sessionId": {
74279
+ "type": "string",
74280
+ "minLength": 1
74281
+ },
74282
+ "title": {
74283
+ "type": "string"
74284
+ },
74285
+ "providerId": {
74286
+ "type": "string",
74287
+ "minLength": 1
74288
+ },
74289
+ "providerName": {
74290
+ "type": "string"
74291
+ },
74292
+ "source": {
74293
+ "type": "object",
74294
+ "required": [
74295
+ "providerId"
74296
+ ],
74297
+ "properties": {
74298
+ "providerId": {
74299
+ "type": "string",
74300
+ "minLength": 1
74301
+ },
74302
+ "kind": {
74303
+ "anyOf": [
74304
+ {
74305
+ "type": "string",
74306
+ "const": "live-audio"
74307
+ },
74308
+ {
74309
+ "type": "string",
74310
+ "const": "live-caption"
74311
+ },
74312
+ {
74313
+ "type": "string",
74314
+ "const": "posthoc-transcript"
74315
+ },
74316
+ {
74317
+ "type": "string",
74318
+ "const": "recording-stt"
74319
+ }
74320
+ ]
74321
+ },
74322
+ "accountId": {
74323
+ "type": "string"
74324
+ },
74325
+ "guildId": {
74326
+ "type": "string"
74327
+ },
74328
+ "channelId": {
74329
+ "type": "string"
74330
+ },
74331
+ "meetingUrl": {
74332
+ "type": "string"
74333
+ },
74334
+ "threadTs": {
74335
+ "type": "string"
74336
+ },
74337
+ "fileId": {
74338
+ "type": "string"
74339
+ }
74340
+ },
74341
+ "additionalProperties": false
74342
+ },
74343
+ "startedAt": {
74344
+ "type": "string",
74345
+ "minLength": 1
74346
+ },
74347
+ "stoppedAt": {
74348
+ "type": "string"
74349
+ },
74350
+ "active": {
74351
+ "type": "boolean"
74352
+ },
74353
+ "utteranceCount": {
74354
+ "type": "integer",
74355
+ "minimum": 0
74356
+ },
74357
+ "participants": {
74358
+ "type": "array",
74359
+ "items": {
74360
+ "type": "string"
74361
+ }
74362
+ },
74363
+ "hasSummary": {
74364
+ "type": "boolean"
74365
+ },
74366
+ "summarySource": {
74367
+ "anyOf": [
74368
+ {
74369
+ "type": "string",
74370
+ "const": "model"
74371
+ },
74372
+ {
74373
+ "type": "string",
74374
+ "const": "heuristic"
74375
+ }
74376
+ ]
74377
+ },
74378
+ "overview": {
74379
+ "type": "string",
74380
+ "maxLength": 280
74381
+ },
74382
+ "agentId": {
74383
+ "anyOf": [
74384
+ {
74385
+ "type": "string"
74386
+ },
74387
+ {
74388
+ "type": "null"
74389
+ }
74390
+ ]
74391
+ },
74392
+ "updatedAt": {
74393
+ "type": "string"
74394
+ },
74395
+ "lastUtteranceAt": {
74396
+ "anyOf": [
74397
+ {
74398
+ "type": "string"
74399
+ },
74400
+ {
74401
+ "type": "null"
74402
+ }
74403
+ ]
74404
+ },
74405
+ "activeSubscription": {
74406
+ "type": "boolean"
74407
+ }
74408
+ },
74409
+ "additionalProperties": false
74410
+ },
74411
+ {
74412
+ "type": "null"
74413
+ }
74414
+ ]
74415
+ },
74416
+ "omitted": {
74417
+ "type": "object",
74418
+ "required": [
74419
+ "providers",
74420
+ "configuredSources",
74421
+ "active"
74422
+ ],
74423
+ "properties": {
74424
+ "providers": {
74425
+ "type": "integer",
74426
+ "minimum": 0
74427
+ },
74428
+ "configuredSources": {
74429
+ "type": "integer",
74430
+ "minimum": 0
74431
+ },
74432
+ "active": {
74433
+ "type": "integer",
74434
+ "minimum": 0
74435
+ }
74436
+ },
74437
+ "additionalProperties": false
74438
+ }
74439
+ },
74440
+ "additionalProperties": false
74441
+ },
74442
+ "CronJob": {
74443
+ "type": "object",
74444
+ "required": [
74445
+ "id",
74446
+ "name",
74447
+ "enabled",
74448
+ "createdAtMs",
74449
+ "updatedAtMs",
74450
+ "schedule",
74451
+ "sessionTarget",
74452
+ "wakeMode",
74453
+ "payload",
74454
+ "state"
74455
+ ],
74456
+ "properties": {
74457
+ "id": {
74458
+ "type": "string",
74459
+ "minLength": 1
74460
+ },
74461
+ "declarationKey": {
74462
+ "type": "string",
74463
+ "minLength": 1,
74464
+ "maxLength": 200,
74465
+ "pattern": "\\S"
74466
+ },
74467
+ "displayName": {
74468
+ "type": "string",
74469
+ "minLength": 1,
74470
+ "maxLength": 200,
74471
+ "pattern": "\\S"
74472
+ },
74473
+ "owner": {
74474
+ "type": "object",
74475
+ "properties": {
74476
+ "agentId": {
74477
+ "type": "string",
74478
+ "minLength": 1
74479
+ },
74480
+ "sessionKey": {
74481
+ "type": "string",
74482
+ "minLength": 1
74483
+ },
74484
+ "accountId": {
74485
+ "type": "string",
74486
+ "minLength": 1
74487
+ }
74488
+ },
74489
+ "additionalProperties": false
74490
+ },
74491
+ "scheduledToolPolicy": {
74492
+ "anyOf": [
74493
+ {
74494
+ "type": "object",
74495
+ "required": [
74496
+ "version",
74497
+ "mode"
74498
+ ],
74499
+ "properties": {
74500
+ "version": {
74501
+ "type": "number",
74502
+ "const": 1
74503
+ },
74504
+ "mode": {
74505
+ "type": "string",
74506
+ "const": "trusted"
74507
+ }
74508
+ },
74509
+ "additionalProperties": false
74510
+ },
74511
+ {
74512
+ "type": "object",
74513
+ "required": [
74514
+ "version",
74515
+ "mode",
74516
+ "ownerSessionKey",
74517
+ "ownerAccountId"
74518
+ ],
74519
+ "properties": {
74520
+ "version": {
74521
+ "type": "number",
74522
+ "const": 1
74523
+ },
74524
+ "mode": {
74525
+ "type": "string",
74526
+ "const": "account"
74527
+ },
74528
+ "ownerSessionKey": {
74529
+ "type": "string",
74530
+ "minLength": 1
74531
+ },
74532
+ "ownerAccountId": {
74533
+ "type": "string",
74534
+ "minLength": 1
74535
+ }
74536
+ },
74537
+ "additionalProperties": false
74538
+ }
74539
+ ]
74540
+ },
74541
+ "agentId": {
74542
+ "type": "string",
74543
+ "minLength": 1
74544
+ },
74545
+ "sessionKey": {
74546
+ "type": "string",
74547
+ "minLength": 1
74548
+ },
74549
+ "name": {
74550
+ "type": "string",
74551
+ "minLength": 1
74552
+ },
74553
+ "description": {
74554
+ "type": "string"
74555
+ },
74556
+ "enabled": {
74557
+ "type": "boolean"
74558
+ },
74559
+ "deleteAfterRun": {
74560
+ "type": "boolean"
74561
+ },
74562
+ "createdAtMs": {
74563
+ "type": "integer",
74564
+ "minimum": 0,
74565
+ "maximum": 8640000000000000
74566
+ },
74567
+ "updatedAtMs": {
74568
+ "type": "integer",
74569
+ "minimum": 0,
74570
+ "maximum": 8640000000000000
74571
+ },
74572
+ "configRevision": {
74573
+ "type": "string",
74574
+ "minLength": 1,
74575
+ "maxLength": 128
74576
+ },
74577
+ "schedule": {
74578
+ "anyOf": [
74579
+ {
74580
+ "type": "object",
74581
+ "required": [
74582
+ "kind",
74583
+ "at"
74584
+ ],
74585
+ "properties": {
74586
+ "kind": {
74587
+ "type": "string",
74588
+ "const": "at"
74589
+ },
74590
+ "at": {
74591
+ "type": "string",
74592
+ "minLength": 1
74593
+ }
74594
+ },
74595
+ "additionalProperties": false
74596
+ },
74597
+ {
74598
+ "type": "object",
74599
+ "required": [
74600
+ "kind",
74601
+ "everyMs"
74602
+ ],
74603
+ "properties": {
74604
+ "kind": {
74605
+ "type": "string",
74606
+ "const": "every"
74607
+ },
74608
+ "everyMs": {
74609
+ "type": "integer",
74610
+ "minimum": 1,
74611
+ "maximum": 8640000000000000
74612
+ },
74613
+ "anchorMs": {
74614
+ "type": "integer",
74615
+ "minimum": 0,
74616
+ "maximum": 8640000000000000
74617
+ }
74618
+ },
74619
+ "additionalProperties": false
74620
+ },
74621
+ {
74622
+ "type": "object",
74623
+ "required": [
74624
+ "kind",
74625
+ "expr"
74626
+ ],
74627
+ "properties": {
74628
+ "kind": {
74629
+ "type": "string",
74630
+ "const": "cron"
74631
+ },
74632
+ "expr": {
74633
+ "type": "string",
74634
+ "minLength": 1
74635
+ },
74636
+ "tz": {
74637
+ "type": "string"
74638
+ },
74639
+ "staggerMs": {
74640
+ "type": "integer",
74641
+ "minimum": 0,
74642
+ "maximum": 8640000000000000
74643
+ }
74644
+ },
74645
+ "additionalProperties": false
74646
+ },
74647
+ {
74648
+ "type": "object",
74649
+ "required": [
74650
+ "kind",
74651
+ "command"
74652
+ ],
74653
+ "properties": {
74654
+ "kind": {
74655
+ "type": "string",
74656
+ "const": "on-exit"
74657
+ },
74658
+ "command": {
74659
+ "type": "string",
74660
+ "minLength": 1
74661
+ },
74662
+ "cwd": {
74663
+ "type": "string",
74664
+ "minLength": 1
74665
+ }
74666
+ },
74667
+ "additionalProperties": false
74668
+ },
74669
+ {
74670
+ "type": "object",
74671
+ "required": [
74672
+ "kind",
74673
+ "command"
74674
+ ],
74675
+ "properties": {
74676
+ "kind": {
74677
+ "type": "string",
74678
+ "const": "stream"
74679
+ },
74680
+ "command": {
74681
+ "type": "array",
74682
+ "items": {
74683
+ "type": "string",
74684
+ "minLength": 1
74685
+ },
74686
+ "minItems": 1
74687
+ },
74688
+ "cwd": {
74689
+ "type": "string",
74690
+ "minLength": 1
74691
+ },
74692
+ "mode": {
74693
+ "anyOf": [
74694
+ {
74695
+ "type": "string",
74696
+ "const": "line"
74697
+ },
74698
+ {
74699
+ "type": "string",
74700
+ "const": "match"
74701
+ }
74702
+ ]
74703
+ },
73174
74704
  "match": {
73175
74705
  "type": "string"
73176
74706
  },
@@ -73437,19 +74967,6 @@
73437
74967
  }
73438
74968
  },
73439
74969
  "additionalProperties": false
73440
- },
73441
- {
73442
- "type": "object",
73443
- "required": [
73444
- "kind"
73445
- ],
73446
- "properties": {
73447
- "kind": {
73448
- "type": "string",
73449
- "const": "skillCollectionReview"
73450
- }
73451
- },
73452
- "additionalProperties": false
73453
74970
  }
73454
74971
  ]
73455
74972
  },
@@ -75811,19 +77328,6 @@
75811
77328
  }
75812
77329
  },
75813
77330
  "additionalProperties": false
75814
- },
75815
- {
75816
- "type": "object",
75817
- "required": [
75818
- "kind"
75819
- ],
75820
- "properties": {
75821
- "kind": {
75822
- "type": "string",
75823
- "const": "skillCollectionReview"
75824
- }
75825
- },
75826
- "additionalProperties": false
75827
77331
  }
75828
77332
  ]
75829
77333
  },
@@ -77217,19 +78721,6 @@
77217
78721
  }
77218
78722
  },
77219
78723
  "additionalProperties": false
77220
- },
77221
- {
77222
- "type": "object",
77223
- "required": [
77224
- "kind"
77225
- ],
77226
- "properties": {
77227
- "kind": {
77228
- "type": "string",
77229
- "const": "skillCollectionReview"
77230
- }
77231
- },
77232
- "additionalProperties": false
77233
78724
  }
77234
78725
  ]
77235
78726
  },
@@ -78634,19 +80125,6 @@
78634
80125
  }
78635
80126
  },
78636
80127
  "additionalProperties": false
78637
- },
78638
- {
78639
- "type": "object",
78640
- "required": [
78641
- "kind"
78642
- ],
78643
- "properties": {
78644
- "kind": {
78645
- "type": "string",
78646
- "const": "skillCollectionReview"
78647
- }
78648
- },
78649
- "additionalProperties": false
78650
80128
  }
78651
80129
  ]
78652
80130
  },
@@ -80056,19 +81534,6 @@
80056
81534
  }
80057
81535
  },
80058
81536
  "additionalProperties": false
80059
- },
80060
- {
80061
- "type": "object",
80062
- "required": [
80063
- "kind"
80064
- ],
80065
- "properties": {
80066
- "kind": {
80067
- "type": "string",
80068
- "const": "skillCollectionReview"
80069
- }
80070
- },
80071
- "additionalProperties": false
80072
81537
  }
80073
81538
  ]
80074
81539
  },
@@ -121552,6 +123017,31 @@
121552
123017
  "const": "starting_model"
121553
123018
  }
121554
123019
  ]
123020
+ },
123021
+ "retry": {
123022
+ "type": "object",
123023
+ "required": [
123024
+ "attempt",
123025
+ "maxAttempts",
123026
+ "reason"
123027
+ ],
123028
+ "properties": {
123029
+ "attempt": {
123030
+ "type": "integer",
123031
+ "minimum": 1,
123032
+ "maximum": 10
123033
+ },
123034
+ "maxAttempts": {
123035
+ "type": "integer",
123036
+ "minimum": 1,
123037
+ "maximum": 10
123038
+ },
123039
+ "reason": {
123040
+ "type": "string",
123041
+ "const": "rate_limit"
123042
+ }
123043
+ },
123044
+ "additionalProperties": false
121555
123045
  }
121556
123046
  },
121557
123047
  "additionalProperties": false
@@ -121856,9 +123346,34 @@
121856
123346
  },
121857
123347
  {
121858
123348
  "type": "string",
121859
- "const": "starting_model"
123349
+ "const": "starting_model"
123350
+ }
123351
+ ]
123352
+ },
123353
+ "retry": {
123354
+ "type": "object",
123355
+ "required": [
123356
+ "attempt",
123357
+ "maxAttempts",
123358
+ "reason"
123359
+ ],
123360
+ "properties": {
123361
+ "attempt": {
123362
+ "type": "integer",
123363
+ "minimum": 1,
123364
+ "maximum": 10
123365
+ },
123366
+ "maxAttempts": {
123367
+ "type": "integer",
123368
+ "minimum": 1,
123369
+ "maximum": 10
123370
+ },
123371
+ "reason": {
123372
+ "type": "string",
123373
+ "const": "rate_limit"
121860
123374
  }
121861
- ]
123375
+ },
123376
+ "additionalProperties": false
121862
123377
  }
121863
123378
  },
121864
123379
  "additionalProperties": false
@@ -122267,6 +123782,546 @@
122267
123782
  "origin": {
122268
123783
  "type": "object",
122269
123784
  "properties": {
123785
+ "driver": {
123786
+ "type": "object",
123787
+ "required": [
123788
+ "host",
123789
+ "pid",
123790
+ "startIdentity"
123791
+ ],
123792
+ "properties": {
123793
+ "host": {
123794
+ "type": "string",
123795
+ "minLength": 1,
123796
+ "maxLength": 255
123797
+ },
123798
+ "pid": {
123799
+ "type": "integer",
123800
+ "minimum": 1,
123801
+ "maximum": 9007199254740991
123802
+ },
123803
+ "startIdentity": {
123804
+ "type": "string",
123805
+ "pattern": "^\\d+$",
123806
+ "maxLength": 128
123807
+ }
123808
+ },
123809
+ "additionalProperties": false
123810
+ },
123811
+ "previousDrivers": {
123812
+ "type": "array",
123813
+ "items": {
123814
+ "type": "object",
123815
+ "required": [
123816
+ "host",
123817
+ "pid",
123818
+ "startIdentity"
123819
+ ],
123820
+ "properties": {
123821
+ "host": {
123822
+ "type": "string",
123823
+ "minLength": 1,
123824
+ "maxLength": 255
123825
+ },
123826
+ "pid": {
123827
+ "type": "integer",
123828
+ "minimum": 1,
123829
+ "maximum": 9007199254740991
123830
+ },
123831
+ "startIdentity": {
123832
+ "type": "string",
123833
+ "pattern": "^\\d+$",
123834
+ "maxLength": 128
123835
+ }
123836
+ },
123837
+ "additionalProperties": false
123838
+ },
123839
+ "maxItems": 7
123840
+ },
123841
+ "requester": {
123842
+ "type": "object",
123843
+ "properties": {
123844
+ "channel": {
123845
+ "type": "string",
123846
+ "maxLength": 1024
123847
+ },
123848
+ "accountId": {
123849
+ "type": "string",
123850
+ "maxLength": 1024
123851
+ },
123852
+ "senderId": {
123853
+ "type": "string",
123854
+ "maxLength": 1024
123855
+ }
123856
+ },
123857
+ "additionalProperties": false
123858
+ },
123859
+ "sessionKey": {
123860
+ "type": "string",
123861
+ "maxLength": 1024
123862
+ },
123863
+ "deliveryContext": {
123864
+ "type": "object",
123865
+ "properties": {
123866
+ "channel": {
123867
+ "type": "string",
123868
+ "maxLength": 1024
123869
+ },
123870
+ "to": {
123871
+ "type": "string",
123872
+ "maxLength": 1024
123873
+ },
123874
+ "accountId": {
123875
+ "type": "string",
123876
+ "maxLength": 1024
123877
+ },
123878
+ "threadId": {
123879
+ "type": "string",
123880
+ "maxLength": 1024
123881
+ }
123882
+ },
123883
+ "additionalProperties": false
123884
+ },
123885
+ "campaignId": {
123886
+ "type": "string",
123887
+ "maxLength": 1024
123888
+ },
123889
+ "doctorHint": {
123890
+ "type": "string",
123891
+ "maxLength": 1024
123892
+ },
123893
+ "nextAction": {
123894
+ "type": "string",
123895
+ "maxLength": 1024
123896
+ }
123897
+ },
123898
+ "additionalProperties": false
123899
+ },
123900
+ "target": {
123901
+ "type": "object",
123902
+ "properties": {
123903
+ "channel": {
123904
+ "type": "string",
123905
+ "maxLength": 1024
123906
+ },
123907
+ "tag": {
123908
+ "type": "string",
123909
+ "maxLength": 1024
123910
+ },
123911
+ "kind": {
123912
+ "enum": [
123913
+ "package",
123914
+ "git"
123915
+ ]
123916
+ },
123917
+ "version": {
123918
+ "type": "string",
123919
+ "maxLength": 1024
123920
+ },
123921
+ "sha": {
123922
+ "type": "string",
123923
+ "maxLength": 1024
123924
+ }
123925
+ },
123926
+ "additionalProperties": false
123927
+ },
123928
+ "before": {
123929
+ "type": "object",
123930
+ "properties": {
123931
+ "version": {
123932
+ "anyOf": [
123933
+ {
123934
+ "type": "string",
123935
+ "maxLength": 1024
123936
+ },
123937
+ {
123938
+ "type": "null"
123939
+ }
123940
+ ]
123941
+ },
123942
+ "sha": {
123943
+ "anyOf": [
123944
+ {
123945
+ "type": "string",
123946
+ "maxLength": 1024
123947
+ },
123948
+ {
123949
+ "type": "null"
123950
+ }
123951
+ ]
123952
+ },
123953
+ "buildId": {
123954
+ "anyOf": [
123955
+ {
123956
+ "type": "string",
123957
+ "maxLength": 1024
123958
+ },
123959
+ {
123960
+ "type": "null"
123961
+ }
123962
+ ]
123963
+ }
123964
+ },
123965
+ "additionalProperties": false
123966
+ },
123967
+ "after": {
123968
+ "type": "object",
123969
+ "properties": {
123970
+ "version": {
123971
+ "anyOf": [
123972
+ {
123973
+ "type": "string",
123974
+ "maxLength": 1024
123975
+ },
123976
+ {
123977
+ "type": "null"
123978
+ }
123979
+ ]
123980
+ },
123981
+ "sha": {
123982
+ "anyOf": [
123983
+ {
123984
+ "type": "string",
123985
+ "maxLength": 1024
123986
+ },
123987
+ {
123988
+ "type": "null"
123989
+ }
123990
+ ]
123991
+ },
123992
+ "buildId": {
123993
+ "anyOf": [
123994
+ {
123995
+ "type": "string",
123996
+ "maxLength": 1024
123997
+ },
123998
+ {
123999
+ "type": "null"
124000
+ }
124001
+ ]
124002
+ }
124003
+ },
124004
+ "additionalProperties": false
124005
+ },
124006
+ "steps": {
124007
+ "type": "array",
124008
+ "items": {
124009
+ "type": "object",
124010
+ "required": [
124011
+ "step",
124012
+ "status"
124013
+ ],
124014
+ "properties": {
124015
+ "step": {
124016
+ "type": "string",
124017
+ "maxLength": 1024
124018
+ },
124019
+ "status": {
124020
+ "enum": [
124021
+ "pending",
124022
+ "in_progress",
124023
+ "completed",
124024
+ "failed",
124025
+ "skipped"
124026
+ ]
124027
+ },
124028
+ "startedAtMs": {
124029
+ "type": "integer",
124030
+ "minimum": 0,
124031
+ "maximum": 9007199254740991
124032
+ },
124033
+ "endedAtMs": {
124034
+ "type": "integer",
124035
+ "minimum": 0,
124036
+ "maximum": 9007199254740991
124037
+ },
124038
+ "detail": {
124039
+ "type": "string",
124040
+ "maxLength": 1024
124041
+ }
124042
+ },
124043
+ "additionalProperties": false
124044
+ },
124045
+ "maxItems": 128
124046
+ },
124047
+ "verification": {
124048
+ "type": "object",
124049
+ "properties": {
124050
+ "booted": {
124051
+ "type": "boolean"
124052
+ },
124053
+ "runningVersion": {
124054
+ "type": "string",
124055
+ "maxLength": 1024
124056
+ },
124057
+ "runningBuildId": {
124058
+ "type": "string",
124059
+ "maxLength": 1024
124060
+ },
124061
+ "serviceRunning": {
124062
+ "type": "boolean"
124063
+ },
124064
+ "pid": {
124065
+ "type": "integer",
124066
+ "minimum": 0,
124067
+ "maximum": 9007199254740991
124068
+ },
124069
+ "port": {
124070
+ "type": "integer",
124071
+ "minimum": 1,
124072
+ "maximum": 65535
124073
+ },
124074
+ "versionMatch": {
124075
+ "type": "boolean"
124076
+ },
124077
+ "pluginErrors": {
124078
+ "type": "array",
124079
+ "items": {
124080
+ "type": "string",
124081
+ "maxLength": 1024
124082
+ },
124083
+ "maxItems": 32
124084
+ },
124085
+ "channelsReady": {
124086
+ "type": "boolean"
124087
+ },
124088
+ "readyz": {
124089
+ "type": "boolean"
124090
+ },
124091
+ "settled": {
124092
+ "type": "boolean"
124093
+ },
124094
+ "noticeDelivered": {
124095
+ "type": "boolean"
124096
+ },
124097
+ "doctorHint": {
124098
+ "type": "string",
124099
+ "maxLength": 1024
124100
+ }
124101
+ },
124102
+ "additionalProperties": false
124103
+ },
124104
+ "repair": {
124105
+ "type": "array",
124106
+ "items": {
124107
+ "type": "object",
124108
+ "required": [
124109
+ "attempt",
124110
+ "status",
124111
+ "startedAtMs"
124112
+ ],
124113
+ "properties": {
124114
+ "attempt": {
124115
+ "type": "integer",
124116
+ "minimum": 1,
124117
+ "maximum": 9007199254740991
124118
+ },
124119
+ "status": {
124120
+ "enum": [
124121
+ "succeeded",
124122
+ "failed",
124123
+ "skipped"
124124
+ ]
124125
+ },
124126
+ "startedAtMs": {
124127
+ "type": "integer",
124128
+ "minimum": 0,
124129
+ "maximum": 9007199254740991
124130
+ },
124131
+ "endedAtMs": {
124132
+ "type": "integer",
124133
+ "minimum": 0,
124134
+ "maximum": 9007199254740991
124135
+ },
124136
+ "summary": {
124137
+ "type": "string",
124138
+ "maxLength": 1024
124139
+ },
124140
+ "reason": {
124141
+ "type": "string",
124142
+ "maxLength": 1024
124143
+ }
124144
+ },
124145
+ "additionalProperties": false
124146
+ },
124147
+ "maxItems": 16
124148
+ },
124149
+ "confirmedAtMs": {
124150
+ "anyOf": [
124151
+ {
124152
+ "type": "integer",
124153
+ "minimum": 0,
124154
+ "maximum": 9007199254740991
124155
+ },
124156
+ {
124157
+ "type": "null"
124158
+ }
124159
+ ]
124160
+ },
124161
+ "finishedAtMs": {
124162
+ "anyOf": [
124163
+ {
124164
+ "type": "integer",
124165
+ "minimum": 0,
124166
+ "maximum": 9007199254740991
124167
+ },
124168
+ {
124169
+ "type": "null"
124170
+ }
124171
+ ]
124172
+ },
124173
+ "downtimeMs": {
124174
+ "anyOf": [
124175
+ {
124176
+ "type": "integer",
124177
+ "minimum": 0,
124178
+ "maximum": 9007199254740991
124179
+ },
124180
+ {
124181
+ "type": "null"
124182
+ }
124183
+ ]
124184
+ }
124185
+ },
124186
+ "additionalProperties": false
124187
+ },
124188
+ "lastRun": {
124189
+ "type": "object",
124190
+ "required": [
124191
+ "runId",
124192
+ "createdAtMs",
124193
+ "updatedAtMs",
124194
+ "trigger",
124195
+ "phase",
124196
+ "status",
124197
+ "reason",
124198
+ "origin",
124199
+ "target",
124200
+ "before",
124201
+ "after",
124202
+ "steps",
124203
+ "verification",
124204
+ "repair",
124205
+ "confirmedAtMs",
124206
+ "finishedAtMs",
124207
+ "downtimeMs"
124208
+ ],
124209
+ "properties": {
124210
+ "runId": {
124211
+ "type": "string",
124212
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
124213
+ },
124214
+ "createdAtMs": {
124215
+ "type": "integer",
124216
+ "minimum": 0,
124217
+ "maximum": 9007199254740991
124218
+ },
124219
+ "updatedAtMs": {
124220
+ "type": "integer",
124221
+ "minimum": 0,
124222
+ "maximum": 9007199254740991
124223
+ },
124224
+ "trigger": {
124225
+ "enum": [
124226
+ "chat",
124227
+ "control-ui",
124228
+ "cli",
124229
+ "campaign",
124230
+ "mac-app",
124231
+ "api"
124232
+ ]
124233
+ },
124234
+ "phase": {
124235
+ "enum": [
124236
+ "requested",
124237
+ "staging",
124238
+ "validating",
124239
+ "repairing",
124240
+ "activating",
124241
+ "restarting",
124242
+ "verifying",
124243
+ "finished"
124244
+ ]
124245
+ },
124246
+ "status": {
124247
+ "enum": [
124248
+ "running",
124249
+ "succeeded",
124250
+ "failed",
124251
+ "rolled-back",
124252
+ "skipped"
124253
+ ]
124254
+ },
124255
+ "reason": {
124256
+ "anyOf": [
124257
+ {
124258
+ "type": "string",
124259
+ "maxLength": 1024
124260
+ },
124261
+ {
124262
+ "type": "null"
124263
+ }
124264
+ ]
124265
+ },
124266
+ "origin": {
124267
+ "type": "object",
124268
+ "properties": {
124269
+ "driver": {
124270
+ "type": "object",
124271
+ "required": [
124272
+ "host",
124273
+ "pid",
124274
+ "startIdentity"
124275
+ ],
124276
+ "properties": {
124277
+ "host": {
124278
+ "type": "string",
124279
+ "minLength": 1,
124280
+ "maxLength": 255
124281
+ },
124282
+ "pid": {
124283
+ "type": "integer",
124284
+ "minimum": 1,
124285
+ "maximum": 9007199254740991
124286
+ },
124287
+ "startIdentity": {
124288
+ "type": "string",
124289
+ "pattern": "^\\d+$",
124290
+ "maxLength": 128
124291
+ }
124292
+ },
124293
+ "additionalProperties": false
124294
+ },
124295
+ "previousDrivers": {
124296
+ "type": "array",
124297
+ "items": {
124298
+ "type": "object",
124299
+ "required": [
124300
+ "host",
124301
+ "pid",
124302
+ "startIdentity"
124303
+ ],
124304
+ "properties": {
124305
+ "host": {
124306
+ "type": "string",
124307
+ "minLength": 1,
124308
+ "maxLength": 255
124309
+ },
124310
+ "pid": {
124311
+ "type": "integer",
124312
+ "minimum": 1,
124313
+ "maximum": 9007199254740991
124314
+ },
124315
+ "startIdentity": {
124316
+ "type": "string",
124317
+ "pattern": "^\\d+$",
124318
+ "maxLength": 128
124319
+ }
124320
+ },
124321
+ "additionalProperties": false
124322
+ },
124323
+ "maxItems": 7
124324
+ },
122270
124325
  "requester": {
122271
124326
  "type": "object",
122272
124327
  "properties": {
@@ -122514,442 +124569,12 @@
122514
124569
  "channelsReady": {
122515
124570
  "type": "boolean"
122516
124571
  },
122517
- "inferenceProbe": {
122518
- "enum": [
122519
- "passed",
122520
- "failed",
122521
- "skipped"
122522
- ]
122523
- },
122524
- "noticeDelivered": {
122525
- "type": "boolean"
122526
- },
122527
- "doctorHint": {
122528
- "type": "string",
122529
- "maxLength": 1024
122530
- }
122531
- },
122532
- "additionalProperties": false
122533
- },
122534
- "repair": {
122535
- "type": "array",
122536
- "items": {
122537
- "type": "object",
122538
- "required": [
122539
- "attempt",
122540
- "status",
122541
- "startedAtMs"
122542
- ],
122543
- "properties": {
122544
- "attempt": {
122545
- "type": "integer",
122546
- "minimum": 1,
122547
- "maximum": 9007199254740991
122548
- },
122549
- "status": {
122550
- "enum": [
122551
- "succeeded",
122552
- "failed",
122553
- "skipped"
122554
- ]
122555
- },
122556
- "startedAtMs": {
122557
- "type": "integer",
122558
- "minimum": 0,
122559
- "maximum": 9007199254740991
122560
- },
122561
- "endedAtMs": {
122562
- "type": "integer",
122563
- "minimum": 0,
122564
- "maximum": 9007199254740991
122565
- },
122566
- "summary": {
122567
- "type": "string",
122568
- "maxLength": 1024
122569
- },
122570
- "reason": {
122571
- "type": "string",
122572
- "maxLength": 1024
122573
- }
122574
- },
122575
- "additionalProperties": false
122576
- },
122577
- "maxItems": 16
122578
- },
122579
- "confirmedAtMs": {
122580
- "anyOf": [
122581
- {
122582
- "type": "integer",
122583
- "minimum": 0,
122584
- "maximum": 9007199254740991
122585
- },
122586
- {
122587
- "type": "null"
122588
- }
122589
- ]
122590
- },
122591
- "finishedAtMs": {
122592
- "anyOf": [
122593
- {
122594
- "type": "integer",
122595
- "minimum": 0,
122596
- "maximum": 9007199254740991
122597
- },
122598
- {
122599
- "type": "null"
122600
- }
122601
- ]
122602
- },
122603
- "downtimeMs": {
122604
- "anyOf": [
122605
- {
122606
- "type": "integer",
122607
- "minimum": 0,
122608
- "maximum": 9007199254740991
122609
- },
122610
- {
122611
- "type": "null"
122612
- }
122613
- ]
122614
- }
122615
- },
122616
- "additionalProperties": false
122617
- },
122618
- "lastRun": {
122619
- "type": "object",
122620
- "required": [
122621
- "runId",
122622
- "createdAtMs",
122623
- "updatedAtMs",
122624
- "trigger",
122625
- "phase",
122626
- "status",
122627
- "reason",
122628
- "origin",
122629
- "target",
122630
- "before",
122631
- "after",
122632
- "steps",
122633
- "verification",
122634
- "repair",
122635
- "confirmedAtMs",
122636
- "finishedAtMs",
122637
- "downtimeMs"
122638
- ],
122639
- "properties": {
122640
- "runId": {
122641
- "type": "string",
122642
- "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
122643
- },
122644
- "createdAtMs": {
122645
- "type": "integer",
122646
- "minimum": 0,
122647
- "maximum": 9007199254740991
122648
- },
122649
- "updatedAtMs": {
122650
- "type": "integer",
122651
- "minimum": 0,
122652
- "maximum": 9007199254740991
122653
- },
122654
- "trigger": {
122655
- "enum": [
122656
- "chat",
122657
- "control-ui",
122658
- "cli",
122659
- "campaign",
122660
- "mac-app",
122661
- "api"
122662
- ]
122663
- },
122664
- "phase": {
122665
- "enum": [
122666
- "requested",
122667
- "staging",
122668
- "validating",
122669
- "repairing",
122670
- "activating",
122671
- "restarting",
122672
- "verifying",
122673
- "finished"
122674
- ]
122675
- },
122676
- "status": {
122677
- "enum": [
122678
- "running",
122679
- "succeeded",
122680
- "failed",
122681
- "rolled-back",
122682
- "skipped"
122683
- ]
122684
- },
122685
- "reason": {
122686
- "anyOf": [
122687
- {
122688
- "type": "string",
122689
- "maxLength": 1024
122690
- },
122691
- {
122692
- "type": "null"
122693
- }
122694
- ]
122695
- },
122696
- "origin": {
122697
- "type": "object",
122698
- "properties": {
122699
- "requester": {
122700
- "type": "object",
122701
- "properties": {
122702
- "channel": {
122703
- "type": "string",
122704
- "maxLength": 1024
122705
- },
122706
- "accountId": {
122707
- "type": "string",
122708
- "maxLength": 1024
122709
- },
122710
- "senderId": {
122711
- "type": "string",
122712
- "maxLength": 1024
122713
- }
122714
- },
122715
- "additionalProperties": false
122716
- },
122717
- "sessionKey": {
122718
- "type": "string",
122719
- "maxLength": 1024
122720
- },
122721
- "deliveryContext": {
122722
- "type": "object",
122723
- "properties": {
122724
- "channel": {
122725
- "type": "string",
122726
- "maxLength": 1024
122727
- },
122728
- "to": {
122729
- "type": "string",
122730
- "maxLength": 1024
122731
- },
122732
- "accountId": {
122733
- "type": "string",
122734
- "maxLength": 1024
122735
- },
122736
- "threadId": {
122737
- "type": "string",
122738
- "maxLength": 1024
122739
- }
122740
- },
122741
- "additionalProperties": false
122742
- },
122743
- "campaignId": {
122744
- "type": "string",
122745
- "maxLength": 1024
122746
- },
122747
- "doctorHint": {
122748
- "type": "string",
122749
- "maxLength": 1024
122750
- },
122751
- "nextAction": {
122752
- "type": "string",
122753
- "maxLength": 1024
122754
- }
122755
- },
122756
- "additionalProperties": false
122757
- },
122758
- "target": {
122759
- "type": "object",
122760
- "properties": {
122761
- "channel": {
122762
- "type": "string",
122763
- "maxLength": 1024
122764
- },
122765
- "tag": {
122766
- "type": "string",
122767
- "maxLength": 1024
122768
- },
122769
- "kind": {
122770
- "enum": [
122771
- "package",
122772
- "git"
122773
- ]
122774
- },
122775
- "version": {
122776
- "type": "string",
122777
- "maxLength": 1024
122778
- },
122779
- "sha": {
122780
- "type": "string",
122781
- "maxLength": 1024
122782
- }
122783
- },
122784
- "additionalProperties": false
122785
- },
122786
- "before": {
122787
- "type": "object",
122788
- "properties": {
122789
- "version": {
122790
- "anyOf": [
122791
- {
122792
- "type": "string",
122793
- "maxLength": 1024
122794
- },
122795
- {
122796
- "type": "null"
122797
- }
122798
- ]
122799
- },
122800
- "sha": {
122801
- "anyOf": [
122802
- {
122803
- "type": "string",
122804
- "maxLength": 1024
122805
- },
122806
- {
122807
- "type": "null"
122808
- }
122809
- ]
122810
- },
122811
- "buildId": {
122812
- "anyOf": [
122813
- {
122814
- "type": "string",
122815
- "maxLength": 1024
122816
- },
122817
- {
122818
- "type": "null"
122819
- }
122820
- ]
122821
- }
122822
- },
122823
- "additionalProperties": false
122824
- },
122825
- "after": {
122826
- "type": "object",
122827
- "properties": {
122828
- "version": {
122829
- "anyOf": [
122830
- {
122831
- "type": "string",
122832
- "maxLength": 1024
122833
- },
122834
- {
122835
- "type": "null"
122836
- }
122837
- ]
122838
- },
122839
- "sha": {
122840
- "anyOf": [
122841
- {
122842
- "type": "string",
122843
- "maxLength": 1024
122844
- },
122845
- {
122846
- "type": "null"
122847
- }
122848
- ]
122849
- },
122850
- "buildId": {
122851
- "anyOf": [
122852
- {
122853
- "type": "string",
122854
- "maxLength": 1024
122855
- },
122856
- {
122857
- "type": "null"
122858
- }
122859
- ]
122860
- }
122861
- },
122862
- "additionalProperties": false
122863
- },
122864
- "steps": {
122865
- "type": "array",
122866
- "items": {
122867
- "type": "object",
122868
- "required": [
122869
- "step",
122870
- "status"
122871
- ],
122872
- "properties": {
122873
- "step": {
122874
- "type": "string",
122875
- "maxLength": 1024
122876
- },
122877
- "status": {
122878
- "enum": [
122879
- "pending",
122880
- "in_progress",
122881
- "completed",
122882
- "failed",
122883
- "skipped"
122884
- ]
122885
- },
122886
- "startedAtMs": {
122887
- "type": "integer",
122888
- "minimum": 0,
122889
- "maximum": 9007199254740991
122890
- },
122891
- "endedAtMs": {
122892
- "type": "integer",
122893
- "minimum": 0,
122894
- "maximum": 9007199254740991
122895
- },
122896
- "detail": {
122897
- "type": "string",
122898
- "maxLength": 1024
122899
- }
122900
- },
122901
- "additionalProperties": false
122902
- },
122903
- "maxItems": 128
122904
- },
122905
- "verification": {
122906
- "type": "object",
122907
- "properties": {
122908
- "booted": {
124572
+ "readyz": {
122909
124573
  "type": "boolean"
122910
124574
  },
122911
- "runningVersion": {
122912
- "type": "string",
122913
- "maxLength": 1024
122914
- },
122915
- "runningBuildId": {
122916
- "type": "string",
122917
- "maxLength": 1024
122918
- },
122919
- "serviceRunning": {
122920
- "type": "boolean"
122921
- },
122922
- "pid": {
122923
- "type": "integer",
122924
- "minimum": 0,
122925
- "maximum": 9007199254740991
122926
- },
122927
- "port": {
122928
- "type": "integer",
122929
- "minimum": 1,
122930
- "maximum": 65535
122931
- },
122932
- "versionMatch": {
124575
+ "settled": {
122933
124576
  "type": "boolean"
122934
124577
  },
122935
- "pluginErrors": {
122936
- "type": "array",
122937
- "items": {
122938
- "type": "string",
122939
- "maxLength": 1024
122940
- },
122941
- "maxItems": 32
122942
- },
122943
- "channelsReady": {
122944
- "type": "boolean"
122945
- },
122946
- "inferenceProbe": {
122947
- "enum": [
122948
- "passed",
122949
- "failed",
122950
- "skipped"
122951
- ]
122952
- },
122953
124578
  "noticeDelivered": {
122954
124579
  "type": "boolean"
122955
124580
  },
@@ -124270,6 +125895,62 @@
124270
125895
  "origin": {
124271
125896
  "type": "object",
124272
125897
  "properties": {
125898
+ "driver": {
125899
+ "type": "object",
125900
+ "required": [
125901
+ "host",
125902
+ "pid",
125903
+ "startIdentity"
125904
+ ],
125905
+ "properties": {
125906
+ "host": {
125907
+ "type": "string",
125908
+ "minLength": 1,
125909
+ "maxLength": 255
125910
+ },
125911
+ "pid": {
125912
+ "type": "integer",
125913
+ "minimum": 1,
125914
+ "maximum": 9007199254740991
125915
+ },
125916
+ "startIdentity": {
125917
+ "type": "string",
125918
+ "pattern": "^\\d+$",
125919
+ "maxLength": 128
125920
+ }
125921
+ },
125922
+ "additionalProperties": false
125923
+ },
125924
+ "previousDrivers": {
125925
+ "type": "array",
125926
+ "items": {
125927
+ "type": "object",
125928
+ "required": [
125929
+ "host",
125930
+ "pid",
125931
+ "startIdentity"
125932
+ ],
125933
+ "properties": {
125934
+ "host": {
125935
+ "type": "string",
125936
+ "minLength": 1,
125937
+ "maxLength": 255
125938
+ },
125939
+ "pid": {
125940
+ "type": "integer",
125941
+ "minimum": 1,
125942
+ "maximum": 9007199254740991
125943
+ },
125944
+ "startIdentity": {
125945
+ "type": "string",
125946
+ "pattern": "^\\d+$",
125947
+ "maxLength": 128
125948
+ }
125949
+ },
125950
+ "additionalProperties": false
125951
+ },
125952
+ "maxItems": 7
125953
+ },
124273
125954
  "requester": {
124274
125955
  "type": "object",
124275
125956
  "properties": {
@@ -124517,12 +126198,11 @@
124517
126198
  "channelsReady": {
124518
126199
  "type": "boolean"
124519
126200
  },
124520
- "inferenceProbe": {
124521
- "enum": [
124522
- "passed",
124523
- "failed",
124524
- "skipped"
124525
- ]
126201
+ "readyz": {
126202
+ "type": "boolean"
126203
+ },
126204
+ "settled": {
126205
+ "type": "boolean"
124526
126206
  },
124527
126207
  "noticeDelivered": {
124528
126208
  "type": "boolean"
@@ -124751,6 +126431,62 @@
124751
126431
  "origin": {
124752
126432
  "type": "object",
124753
126433
  "properties": {
126434
+ "driver": {
126435
+ "type": "object",
126436
+ "required": [
126437
+ "host",
126438
+ "pid",
126439
+ "startIdentity"
126440
+ ],
126441
+ "properties": {
126442
+ "host": {
126443
+ "type": "string",
126444
+ "minLength": 1,
126445
+ "maxLength": 255
126446
+ },
126447
+ "pid": {
126448
+ "type": "integer",
126449
+ "minimum": 1,
126450
+ "maximum": 9007199254740991
126451
+ },
126452
+ "startIdentity": {
126453
+ "type": "string",
126454
+ "pattern": "^\\d+$",
126455
+ "maxLength": 128
126456
+ }
126457
+ },
126458
+ "additionalProperties": false
126459
+ },
126460
+ "previousDrivers": {
126461
+ "type": "array",
126462
+ "items": {
126463
+ "type": "object",
126464
+ "required": [
126465
+ "host",
126466
+ "pid",
126467
+ "startIdentity"
126468
+ ],
126469
+ "properties": {
126470
+ "host": {
126471
+ "type": "string",
126472
+ "minLength": 1,
126473
+ "maxLength": 255
126474
+ },
126475
+ "pid": {
126476
+ "type": "integer",
126477
+ "minimum": 1,
126478
+ "maximum": 9007199254740991
126479
+ },
126480
+ "startIdentity": {
126481
+ "type": "string",
126482
+ "pattern": "^\\d+$",
126483
+ "maxLength": 128
126484
+ }
126485
+ },
126486
+ "additionalProperties": false
126487
+ },
126488
+ "maxItems": 7
126489
+ },
124754
126490
  "requester": {
124755
126491
  "type": "object",
124756
126492
  "properties": {
@@ -124998,12 +126734,11 @@
124998
126734
  "channelsReady": {
124999
126735
  "type": "boolean"
125000
126736
  },
125001
- "inferenceProbe": {
125002
- "enum": [
125003
- "passed",
125004
- "failed",
125005
- "skipped"
125006
- ]
126737
+ "readyz": {
126738
+ "type": "boolean"
126739
+ },
126740
+ "settled": {
126741
+ "type": "boolean"
125007
126742
  },
125008
126743
  "noticeDelivered": {
125009
126744
  "type": "boolean"
@@ -125207,6 +126942,62 @@
125207
126942
  "origin": {
125208
126943
  "type": "object",
125209
126944
  "properties": {
126945
+ "driver": {
126946
+ "type": "object",
126947
+ "required": [
126948
+ "host",
126949
+ "pid",
126950
+ "startIdentity"
126951
+ ],
126952
+ "properties": {
126953
+ "host": {
126954
+ "type": "string",
126955
+ "minLength": 1,
126956
+ "maxLength": 255
126957
+ },
126958
+ "pid": {
126959
+ "type": "integer",
126960
+ "minimum": 1,
126961
+ "maximum": 9007199254740991
126962
+ },
126963
+ "startIdentity": {
126964
+ "type": "string",
126965
+ "pattern": "^\\d+$",
126966
+ "maxLength": 128
126967
+ }
126968
+ },
126969
+ "additionalProperties": false
126970
+ },
126971
+ "previousDrivers": {
126972
+ "type": "array",
126973
+ "items": {
126974
+ "type": "object",
126975
+ "required": [
126976
+ "host",
126977
+ "pid",
126978
+ "startIdentity"
126979
+ ],
126980
+ "properties": {
126981
+ "host": {
126982
+ "type": "string",
126983
+ "minLength": 1,
126984
+ "maxLength": 255
126985
+ },
126986
+ "pid": {
126987
+ "type": "integer",
126988
+ "minimum": 1,
126989
+ "maximum": 9007199254740991
126990
+ },
126991
+ "startIdentity": {
126992
+ "type": "string",
126993
+ "pattern": "^\\d+$",
126994
+ "maxLength": 128
126995
+ }
126996
+ },
126997
+ "additionalProperties": false
126998
+ },
126999
+ "maxItems": 7
127000
+ },
125210
127001
  "requester": {
125211
127002
  "type": "object",
125212
127003
  "properties": {
@@ -125454,12 +127245,11 @@
125454
127245
  "channelsReady": {
125455
127246
  "type": "boolean"
125456
127247
  },
125457
- "inferenceProbe": {
125458
- "enum": [
125459
- "passed",
125460
- "failed",
125461
- "skipped"
125462
- ]
127248
+ "readyz": {
127249
+ "type": "boolean"
127250
+ },
127251
+ "settled": {
127252
+ "type": "boolean"
125463
127253
  },
125464
127254
  "noticeDelivered": {
125465
127255
  "type": "boolean"
@@ -125602,6 +127392,203 @@
125602
127392
  },
125603
127393
  "additionalProperties": false
125604
127394
  },
127395
+ "UpdateReportParams": {
127396
+ "anyOf": [
127397
+ {
127398
+ "type": "object",
127399
+ "required": [
127400
+ "action",
127401
+ "attemptId"
127402
+ ],
127403
+ "properties": {
127404
+ "action": {
127405
+ "type": "string",
127406
+ "const": "preview"
127407
+ },
127408
+ "attemptId": {
127409
+ "type": "string",
127410
+ "minLength": 1,
127411
+ "maxLength": 256
127412
+ }
127413
+ },
127414
+ "additionalProperties": false
127415
+ },
127416
+ {
127417
+ "type": "object",
127418
+ "required": [
127419
+ "action",
127420
+ "attemptId",
127421
+ "previewDigest"
127422
+ ],
127423
+ "properties": {
127424
+ "action": {
127425
+ "type": "string",
127426
+ "const": "submit"
127427
+ },
127428
+ "attemptId": {
127429
+ "type": "string",
127430
+ "minLength": 1,
127431
+ "maxLength": 256
127432
+ },
127433
+ "previewDigest": {
127434
+ "type": "string",
127435
+ "pattern": "^[a-f0-9]{64}$"
127436
+ }
127437
+ },
127438
+ "additionalProperties": false
127439
+ }
127440
+ ]
127441
+ },
127442
+ "UpdateReportResult": {
127443
+ "anyOf": [
127444
+ {
127445
+ "type": "object",
127446
+ "required": [
127447
+ "status",
127448
+ "attemptId",
127449
+ "body",
127450
+ "previewDigest",
127451
+ "title"
127452
+ ],
127453
+ "properties": {
127454
+ "status": {
127455
+ "type": "string",
127456
+ "const": "ready"
127457
+ },
127458
+ "attemptId": {
127459
+ "type": "string",
127460
+ "minLength": 1,
127461
+ "maxLength": 256
127462
+ },
127463
+ "body": {
127464
+ "type": "string",
127465
+ "maxLength": 16000
127466
+ },
127467
+ "previewDigest": {
127468
+ "type": "string",
127469
+ "pattern": "^[a-f0-9]{64}$"
127470
+ },
127471
+ "title": {
127472
+ "type": "string",
127473
+ "minLength": 1,
127474
+ "maxLength": 200
127475
+ }
127476
+ },
127477
+ "additionalProperties": false
127478
+ },
127479
+ {
127480
+ "type": "object",
127481
+ "required": [
127482
+ "status",
127483
+ "url"
127484
+ ],
127485
+ "properties": {
127486
+ "status": {
127487
+ "type": "string",
127488
+ "const": "created"
127489
+ },
127490
+ "message": {
127491
+ "type": "string",
127492
+ "maxLength": 512
127493
+ },
127494
+ "url": {
127495
+ "type": "string",
127496
+ "minLength": 1,
127497
+ "maxLength": 16384
127498
+ }
127499
+ },
127500
+ "additionalProperties": false
127501
+ },
127502
+ {
127503
+ "type": "object",
127504
+ "required": [
127505
+ "status",
127506
+ "fallbackUrl",
127507
+ "message"
127508
+ ],
127509
+ "properties": {
127510
+ "status": {
127511
+ "type": "string",
127512
+ "const": "fallback"
127513
+ },
127514
+ "fallbackUrl": {
127515
+ "type": "string",
127516
+ "minLength": 1,
127517
+ "maxLength": 16384
127518
+ },
127519
+ "message": {
127520
+ "type": "string",
127521
+ "maxLength": 512
127522
+ }
127523
+ },
127524
+ "additionalProperties": false
127525
+ },
127526
+ {
127527
+ "type": "object",
127528
+ "required": [
127529
+ "status",
127530
+ "message"
127531
+ ],
127532
+ "properties": {
127533
+ "status": {
127534
+ "type": "string",
127535
+ "const": "pending"
127536
+ },
127537
+ "message": {
127538
+ "type": "string",
127539
+ "maxLength": 512
127540
+ }
127541
+ },
127542
+ "additionalProperties": false
127543
+ },
127544
+ {
127545
+ "type": "object",
127546
+ "required": [
127547
+ "status",
127548
+ "message"
127549
+ ],
127550
+ "properties": {
127551
+ "status": {
127552
+ "type": "string",
127553
+ "const": "retryable"
127554
+ },
127555
+ "message": {
127556
+ "type": "string",
127557
+ "maxLength": 512
127558
+ }
127559
+ },
127560
+ "additionalProperties": false
127561
+ },
127562
+ {
127563
+ "type": "object",
127564
+ "required": [
127565
+ "status",
127566
+ "message"
127567
+ ],
127568
+ "properties": {
127569
+ "status": {
127570
+ "type": "string",
127571
+ "const": "duplicate"
127572
+ },
127573
+ "fallbackUrl": {
127574
+ "type": "string",
127575
+ "minLength": 1,
127576
+ "maxLength": 16384
127577
+ },
127578
+ "message": {
127579
+ "type": "string",
127580
+ "maxLength": 512
127581
+ },
127582
+ "url": {
127583
+ "type": "string",
127584
+ "minLength": 1,
127585
+ "maxLength": 16384
127586
+ }
127587
+ },
127588
+ "additionalProperties": false
127589
+ }
127590
+ ]
127591
+ },
125605
127592
  "TickEvent": {
125606
127593
  "type": "object",
125607
127594
  "required": [