devicerail-protocol 0.3.7

Canonical wire protocol DTOs for DeviceRail
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
{
  "manifestVersion": 1,
  "protocolVersion": {
    "major": 1,
    "minor": 5
  },
  "fixturePathsRelativeTo": "manifestDirectory",
  "schemaPathsRelativeTo": "repositoryRoot",
  "fixtures": [
    {
      "id": "handshake.system-hello.request.v1",
      "path": "system-hello-v1.request.json",
      "schema": "protocol/schema/v1/system-hello-request.schema.json",
      "kind": "helloRequest",
      "model": "RpcRequest + HelloParams"
    },
    {
      "id": "handshake.system-hello.response.v1",
      "path": "system-hello-v1.response.json",
      "schema": "protocol/schema/v1/system-hello-response.schema.json",
      "kind": "helloResponse",
      "model": "RpcResponse + HelloResult"
    },
    {
      "id": "rpc.system-describe.request.v1",
      "path": "rpc/system-describe-v1.request.json",
      "schema": "protocol/schema/v1/system-describe-request.schema.json",
      "kind": "systemDescribeRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.system-describe.response.v1",
      "path": "rpc/system-describe-v1.response.json",
      "schema": "protocol/schema/v1/system-describe-response.schema.json",
      "kind": "systemDescribeResponse",
      "model": "RpcResponse::Success + SystemDescribeResult"
    },
    {
      "id": "device.device-info.v1",
      "path": "models/device-info-v1.json",
      "schema": "protocol/schema/v1/device-info.schema.json",
      "kind": "deviceInfo",
      "model": "DeviceInfo"
    },
    {
      "id": "device.observation.v1",
      "path": "models/observation-v1.json",
      "schema": "protocol/schema/v1/observation.schema.json",
      "kind": "observation",
      "model": "Observation"
    },
    {
      "id": "device.observation.omitted.v1",
      "path": "models/observation-omitted-v1.json",
      "schema": "protocol/schema/v1/observation.schema.json",
      "kind": "observation",
      "model": "Observation + ScreenshotOmissionReason"
    },
    {
      "id": "action.definition.v1",
      "path": "models/action-definition-v1.json",
      "schema": "protocol/schema/v1/action-definition.schema.json",
      "kind": "actionDefinition",
      "model": "ActionDefinition"
    },
    {
      "id": "action.definition.protected.v1",
      "path": "models/action-definition-protected-v1.json",
      "schema": "protocol/schema/v1/action-definition.schema.json",
      "kind": "actionDefinition",
      "model": "ActionDefinition + ActionProtection"
    },
    {
      "id": "action.call.v1",
      "path": "models/action-call-v1.json",
      "schema": "protocol/schema/v1/action-call.schema.json",
      "kind": "actionCall",
      "model": "ActionCall"
    },
    {
      "id": "manual.recording.v1",
      "path": "models/manual-recording-v1.json",
      "schema": "protocol/schema/v1/manual-recording.schema.json",
      "kind": "manualRecording",
      "model": "ManualRecording"
    },
    {
      "id": "action.result.v1",
      "path": "models/action-result-v1.json",
      "schema": "protocol/schema/v1/action-result.schema.json",
      "kind": "actionResult",
      "model": "ActionResult"
    },
    {
      "id": "error.info.v1",
      "path": "models/error-info-v1.json",
      "schema": "protocol/schema/v1/error-info.schema.json",
      "kind": "errorInfo",
      "model": "ErrorInfo"
    },
    {
      "id": "rpc.device-connect.request.v1",
      "path": "rpc/device-connect-v1.request.json",
      "schema": "protocol/schema/v1/device-connect-request.schema.json",
      "kind": "deviceConnectRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.device-connect.response.v1",
      "path": "rpc/device-connect-v1.response.json",
      "schema": "protocol/schema/v1/device-connect-response.schema.json",
      "kind": "deviceConnectResponse",
      "model": "RpcResponse::Success + DeviceConnectResult"
    },
    {
      "id": "rpc.device-disconnect.request.v1",
      "path": "rpc/device-disconnect-v1.request.json",
      "schema": "protocol/schema/v1/device-disconnect-request.schema.json",
      "kind": "deviceDisconnectRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.device-disconnect.response.v1",
      "path": "rpc/device-disconnect-v1.response.json",
      "schema": "protocol/schema/v1/device-disconnect-response.schema.json",
      "kind": "deviceDisconnectResponse",
      "model": "RpcResponse::Success + DeviceDisconnectResult"
    },
    {
      "id": "rpc.device-capabilities.request.v1",
      "path": "rpc/device-capabilities-v1.request.json",
      "schema": "protocol/schema/v1/device-capabilities-request.schema.json",
      "kind": "deviceCapabilitiesRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.device-capabilities.response.v1",
      "path": "rpc/device-capabilities-v1.response.json",
      "schema": "protocol/schema/v1/device-capabilities-response.schema.json",
      "kind": "deviceCapabilitiesResponse",
      "model": "RpcResponse::Success + DeviceCapabilitiesResult"
    },
    {
      "id": "rpc.device-observe.request.v1",
      "path": "rpc/device-observe-v1.request.json",
      "schema": "protocol/schema/v1/device-observe-request.schema.json",
      "kind": "deviceObserveRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.device-observe.response.v1",
      "path": "rpc/device-observe-v1.response.json",
      "schema": "protocol/schema/v1/device-observe-response.schema.json",
      "kind": "deviceObserveResponse",
      "model": "RpcResponse::Success + DeviceObserveResult"
    },
    {
      "id": "rpc.device-execute.timeout.v1",
      "path": "rpc/device-execute-timeout-v1.json",
      "schema": "protocol/schema/v1/device-execute-request.schema.json",
      "kind": "deviceExecuteRequest",
      "model": "RpcRequest + DeviceExecuteParams"
    },
    {
      "id": "rpc.device-execute.response.v1",
      "path": "rpc/device-execute-timeout-v1.response.json",
      "schema": "protocol/schema/v1/device-execute-response.schema.json",
      "kind": "deviceExecuteResponse",
      "model": "RpcResponse::Success + DeviceExecuteResult"
    },
    {
      "id": "rpc.device-select.request.v1",
      "path": "rpc/device-select-v1.request.json",
      "schema": "protocol/schema/v1/device-select-request.schema.json",
      "kind": "deviceSelectRequest",
      "model": "RpcRequest + DeviceSelectParams"
    },
    {
      "id": "rpc.device-select.response.v1",
      "path": "rpc/device-select-v1.response.json",
      "schema": "protocol/schema/v1/device-select-response.schema.json",
      "kind": "deviceSelectResponse",
      "model": "RpcResponse::Success + DeviceSelectResult"
    },
    {
      "id": "rpc.devices-list.request.v1",
      "path": "rpc/devices-list-v1.request.json",
      "schema": "protocol/schema/v1/devices-list-request.schema.json",
      "kind": "devicesListRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.devices-list.response.v1",
      "path": "rpc/devices-list-v1.response.json",
      "schema": "protocol/schema/v1/devices-list-response.schema.json",
      "kind": "devicesListResponse",
      "model": "RpcResponse::Success + DevicesListResult"
    },
    {
      "id": "rpc.request-cancel.request.v1",
      "path": "rpc/request-cancel-v1.request.json",
      "schema": "protocol/schema/v1/request-cancel-request.schema.json",
      "kind": "requestCancelRequest",
      "model": "RpcRequest + RequestCancelParams"
    },
    {
      "id": "rpc.request-cancel.response.v1",
      "path": "rpc/request-cancel-v1.response.json",
      "schema": "protocol/schema/v1/request-cancel-response.schema.json",
      "kind": "requestCancelResponse",
      "model": "RpcResponse::Success + RequestCancelResult"
    },
    {
      "id": "rpc.session-start.request.v1",
      "path": "rpc/session-start-v1.request.json",
      "schema": "protocol/schema/v1/session-start-request.schema.json",
      "kind": "sessionStartRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.session-start.response.v1",
      "path": "rpc/session-start-v1.response.json",
      "schema": "protocol/schema/v1/session-start-response.schema.json",
      "kind": "sessionStartResponse",
      "model": "RpcResponse::Success + SessionStartResult"
    },
    {
      "id": "rpc.session-current.request.v1",
      "path": "rpc/session-current-v1.request.json",
      "schema": "protocol/schema/v1/session-current-request.schema.json",
      "kind": "sessionCurrentRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.session-current.response.v1",
      "path": "rpc/session-current-v1.response.json",
      "schema": "protocol/schema/v1/session-current-response.schema.json",
      "kind": "sessionCurrentResponse",
      "model": "RpcResponse::Success + SessionCurrentResult"
    },
    {
      "id": "rpc.session-end.request.v1",
      "path": "rpc/session-end-v1.request.json",
      "schema": "protocol/schema/v1/session-end-request.schema.json",
      "kind": "sessionEndRequest",
      "model": "RpcRequest + SessionEndParams"
    },
    {
      "id": "rpc.session-end.response.v1",
      "path": "rpc/session-end-v1.response.json",
      "schema": "protocol/schema/v1/session-end-response.schema.json",
      "kind": "sessionEndResponse",
      "model": "RpcResponse::Success + SessionEndResult"
    },
    {
      "id": "rpc.sessions-list.request.v1",
      "path": "rpc/sessions-list-v1.request.json",
      "schema": "protocol/schema/v1/sessions-list-request.schema.json",
      "kind": "sessionsListRequest",
      "model": "RpcRequest"
    },
    {
      "id": "rpc.sessions-list.response.v1",
      "path": "rpc/sessions-list-v1.response.json",
      "schema": "protocol/schema/v1/sessions-list-response.schema.json",
      "kind": "sessionsListResponse",
      "model": "RpcResponse::Success + SessionsListResult"
    },
    {
      "id": "rpc.session-export.request.v1",
      "path": "rpc/session-export-v1.request.json",
      "schema": "protocol/schema/v1/session-export-request.schema.json",
      "kind": "sessionExportRequest",
      "model": "RpcRequest + SessionExportParams"
    },
    {
      "id": "rpc.session-export.response.v1",
      "path": "rpc/session-export-v1.response.json",
      "schema": "protocol/schema/v1/session-export-response.schema.json",
      "kind": "sessionExportResponse",
      "model": "RpcResponse::Success + SessionExportResult"
    },
    {
      "id": "rpc.events-list.request.v1",
      "path": "rpc/events-list-v1.request.json",
      "schema": "protocol/schema/v1/events-list-request.schema.json",
      "kind": "eventsListRequest",
      "model": "RpcRequest + EventsListParams"
    },
    {
      "id": "rpc.events-list.response.v1",
      "path": "rpc/events-list-v1.response.json",
      "schema": "protocol/schema/v1/events-list-response.schema.json",
      "kind": "eventsListResponse",
      "model": "RpcResponse::Success + EventsListResult"
    },
    {
      "id": "rpc.events-clear.request.v1",
      "path": "rpc/events-clear-v1.request.json",
      "schema": "protocol/schema/v1/events-clear-request.schema.json",
      "kind": "eventsClearRequest",
      "model": "RpcRequest + SessionTargetParams"
    },
    {
      "id": "rpc.events-clear.response.v1",
      "path": "rpc/events-clear-v1.response.json",
      "schema": "protocol/schema/v1/events-clear-response.schema.json",
      "kind": "eventsClearResponse",
      "model": "RpcResponse::Success + EventsClearResult"
    },
    {
      "id": "rpc.media-stream-capture.request.v1",
      "path": "rpc/media-stream-capture-v1.request.json",
      "schema": "protocol/schema/v1/media-stream-capture-request.schema.json",
      "kind": "mediaStreamCaptureRequest",
      "model": "RpcRequest + MediaStreamCaptureParams"
    },
    {
      "id": "rpc.media-stream-capture.response.v1",
      "path": "rpc/media-stream-capture-v1.response.json",
      "schema": "protocol/schema/v1/media-stream-capture-response.schema.json",
      "kind": "mediaStreamCaptureResponse",
      "model": "RpcResponse::Success + MediaStreamCaptureResult"
    },
    {
      "id": "rpc.media-stream-end.request.v1",
      "path": "rpc/media-stream-end-v1.request.json",
      "schema": "protocol/schema/v1/media-stream-end-request.schema.json",
      "kind": "mediaStreamEndRequest",
      "model": "RpcRequest + MediaStreamEndParams"
    },
    {
      "id": "rpc.media-stream-end.response.v1",
      "path": "rpc/media-stream-end-v1.response.json",
      "schema": "protocol/schema/v1/media-stream-end-response.schema.json",
      "kind": "mediaStreamEndResponse",
      "model": "RpcResponse::Success + MediaStreamEndResult"
    },
    {
      "id": "rpc.media-stream-start.request.v1",
      "path": "rpc/media-stream-start-v1.request.json",
      "schema": "protocol/schema/v1/media-stream-start-request.schema.json",
      "kind": "mediaStreamStartRequest",
      "model": "RpcRequest + MediaStreamStartParams"
    },
    {
      "id": "rpc.media-stream-start.response.v1",
      "path": "rpc/media-stream-start-v1.response.json",
      "schema": "protocol/schema/v1/media-stream-start-response.schema.json",
      "kind": "mediaStreamStartResponse",
      "model": "RpcResponse::Success + MediaStreamStartResult"
    },
    {
      "id": "rpc.failure.v1",
      "path": "rpc/failure-v1.json",
      "schema": "protocol/schema/v1/rpc-response.schema.json",
      "kind": "rpcFailure",
      "model": "RpcResponse::Failure + RpcError"
    },
    {
      "id": "event.session-started.v1",
      "path": "events/session-started-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::SessionStarted"
    },
    {
      "id": "event.observation-captured.v1",
      "path": "events/observation-captured-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ObservationCaptured"
    },
    {
      "id": "event.action-started.succeeded.v1",
      "path": "events/action-started-succeeded-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionStarted"
    },
    {
      "id": "event.action-completed.succeeded.v1",
      "path": "events/action-completed-succeeded-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionCompleted(ActionOutcome::Succeeded)"
    },
    {
      "id": "event.action-started.failed.v1",
      "path": "events/action-started-failed-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionStarted"
    },
    {
      "id": "event.action-completed.failed.v1",
      "path": "events/action-completed-failed-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionCompleted(ActionOutcome::Failed)"
    },
    {
      "id": "event.action-started.cancelled.v1",
      "path": "events/action-started-cancelled-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionStarted"
    },
    {
      "id": "event.action-completed.cancelled.v1",
      "path": "events/action-completed-cancelled-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionCompleted(ActionOutcome::Cancelled)"
    },
    {
      "id": "event.action-started.timed-out.v1",
      "path": "events/action-started-timed-out-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionStarted"
    },
    {
      "id": "event.action-completed.timed-out.v1",
      "path": "events/action-completed-timed-out-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::ActionCompleted(ActionOutcome::TimedOut)"
    },
    {
      "id": "event.media-stream-started.v1",
      "path": "events/media-stream-started-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::MediaStreamStarted"
    },
    {
      "id": "event.media-frame-captured.v1",
      "path": "events/media-frame-captured-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::MediaFrameCaptured"
    },
    {
      "id": "event.media-stream-ended.v1",
      "path": "events/media-stream-ended-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::MediaStreamEnded"
    },
    {
      "id": "event.verdict-recorded.v1",
      "path": "events/verdict-recorded-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::VerdictRecorded"
    },
    {
      "id": "event.error.v1",
      "path": "events/error-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::Error"
    },
    {
      "id": "stream.events-open.request.v1",
      "path": "stream/events-stream-open-v1.request.json",
      "schema": "protocol/schema/v1/events-stream-open-request.schema.json",
      "kind": "eventsStreamOpenRequest",
      "model": "RpcRequest + EventsStreamOpenParams"
    },
    {
      "id": "stream.events-open.response.v1",
      "path": "stream/events-stream-open-v1.response.json",
      "schema": "protocol/schema/v1/events-stream-open-response.schema.json",
      "kind": "eventsStreamOpenResponse",
      "model": "RpcResponse + EventsStreamOpenResult"
    },
    {
      "id": "stream.websocket-hello.request.v1",
      "path": "stream/websocket-system-hello-v1.request.json",
      "schema": "protocol/schema/v1/system-hello-request.schema.json",
      "kind": "webSocketHelloRequest",
      "model": "RpcRequest + HelloParams"
    },
    {
      "id": "stream.websocket-hello.response.v1",
      "path": "stream/websocket-system-hello-v1.response.json",
      "schema": "protocol/schema/v1/system-hello-response.schema.json",
      "kind": "webSocketHelloResponse",
      "model": "RpcResponse + HelloResult"
    },
    {
      "id": "stream.events-subscribe.request.v1",
      "path": "stream/events-subscribe-v1.request.json",
      "schema": "protocol/schema/v1/events-subscribe-request.schema.json",
      "kind": "eventsSubscribeRequest",
      "model": "RpcRequest + EventsSubscribeParams"
    },
    {
      "id": "stream.events-subscribe.response.v1",
      "path": "stream/events-subscribe-v1.response.json",
      "schema": "protocol/schema/v1/events-subscribe-response.schema.json",
      "kind": "eventsSubscribeResponse",
      "model": "RpcResponse + EventsSubscribeResult"
    },
    {
      "id": "stream.event.notification.v1",
      "path": "stream/events-stream-event-v1.notification.json",
      "schema": "protocol/schema/v1/events-stream-event-notification.schema.json",
      "kind": "eventsStreamEventNotification",
      "model": "RpcServerNotification + EventsStreamEventNotification"
    },
    {
      "id": "stream.terminal.slow-consumer.notification.v1",
      "path": "stream/events-stream-terminal-v1.notification.json",
      "schema": "protocol/schema/v1/events-stream-terminal-notification.schema.json",
      "kind": "eventsStreamTerminalNotification",
      "model": "RpcServerNotification + EventsStreamTerminalNotification"
    },
    {
      "id": "event.session-ended.v1",
      "path": "events/session-ended-v1.json",
      "schema": "protocol/schema/v1/test-event.schema.json",
      "kind": "testEvent",
      "model": "TestEvent + TestEventPayload::SessionEnded"
    },
    {
      "id": "ui.snapshot.v1",
      "path": "models/ui-snapshot-v1.json",
      "schema": "protocol/schema/v1/ui-snapshot.schema.json",
      "kind": "uiSnapshot",
      "model": "UiSnapshot"
    },
    {
      "id": "action.find-element.arguments.v1",
      "path": "models/find-element-arguments-v1.json",
      "schema": "protocol/schema/v1/find-element-arguments.schema.json",
      "kind": "findElementArguments",
      "model": "FindElementArguments"
    },
    {
      "id": "action.find-element.result.v1",
      "path": "models/find-element-result-v1.json",
      "schema": "protocol/schema/v1/find-element-result.schema.json",
      "kind": "findElementResult",
      "model": "FindElementResult"
    },
    {
      "id": "action.tap-element.arguments.v1",
      "path": "models/tap-element-arguments-v1.json",
      "schema": "protocol/schema/v1/tap-element-arguments.schema.json",
      "kind": "tapElementArguments",
      "model": "TapElementArguments"
    },
    {
      "id": "action.tap-element.result.v1",
      "path": "models/tap-element-result-v1.json",
      "schema": "protocol/schema/v1/tap-element-result.schema.json",
      "kind": "tapElementResult",
      "model": "TapElementResult"
    },
    {
      "id": "action.clear-element.arguments.v1",
      "path": "models/clear-element-arguments-v1.json",
      "schema": "protocol/schema/v1/clear-element-arguments.schema.json",
      "kind": "clearElementArguments",
      "model": "ClearElementArguments"
    },
    {
      "id": "action.clear-element.result.v1",
      "path": "models/clear-element-result-v1.json",
      "schema": "protocol/schema/v1/clear-element-result.schema.json",
      "kind": "clearElementResult",
      "model": "ClearElementResult"
    },
    {
      "id": "action.set-element-value.arguments.v1",
      "path": "models/set-element-value-arguments-v1.json",
      "schema": "protocol/schema/v1/set-element-value-arguments.schema.json",
      "kind": "setElementValueArguments",
      "model": "SetElementValueArguments"
    },
    {
      "id": "action.set-element-value.result.v1",
      "path": "models/set-element-value-result-v1.json",
      "schema": "protocol/schema/v1/set-element-value-result.schema.json",
      "kind": "setElementValueResult",
      "model": "SetElementValueResult"
    },
    {
      "id": "action.wait-for-element.arguments.v1",
      "path": "models/wait-for-element-arguments-v1.json",
      "schema": "protocol/schema/v1/wait-for-element-arguments.schema.json",
      "kind": "waitForElementArguments",
      "model": "WaitForElementArguments"
    },
    {
      "id": "action.wait-for-element.result.v1",
      "path": "models/wait-for-element-result-v1.json",
      "schema": "protocol/schema/v1/wait-for-element-result.schema.json",
      "kind": "waitForElementResult",
      "model": "WaitForElementResult"
    },
    {
      "id": "rpc.ui-snapshot-get.request.v1",
      "path": "rpc/ui-snapshot-get-v1.request.json",
      "schema": "protocol/schema/v1/ui-snapshot-get-request.schema.json",
      "kind": "uiSnapshotGetRequest",
      "model": "RpcRequest + UiSnapshotGetParams"
    },
    {
      "id": "rpc.ui-snapshot-get.response.v1",
      "path": "rpc/ui-snapshot-get-v1.response.json",
      "schema": "protocol/schema/v1/ui-snapshot-get-response.schema.json",
      "kind": "uiSnapshotGetResponse",
      "model": "RpcResponse::Success + UiSnapshotGetResult"
    },
    {
      "id": "rpc.verdict-record.request.v1",
      "path": "rpc/verdict-record-v1.request.json",
      "schema": "protocol/schema/v1/verdict-record-request.schema.json",
      "kind": "verdictRecordRequest",
      "model": "RpcRequest + VerdictRecordParams"
    },
    {
      "id": "rpc.verdict-record.response.v1",
      "path": "rpc/verdict-record-v1.response.json",
      "schema": "protocol/schema/v1/verdict-record-response.schema.json",
      "kind": "verdictRecordResponse",
      "model": "RpcResponse::Success + VerdictRecordResult"
    }
  ]
}