@tak-ps/node-cot 5.3.1 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,549 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "additionalProperties": {},
4
- "definitions": {
5
- "Chat": {
6
- "properties": {
7
- "_attributes": {
8
- "additionalProperties": {
9
- "type": "string"
10
- },
11
- "properties": {
12
- "chatroom": {
13
- "type": "string"
14
- },
15
- "groupOwner": {
16
- "type": "string"
17
- },
18
- "id": {
19
- "type": "string"
20
- },
21
- "messageId": {
22
- "type": "string"
23
- },
24
- "parent": {
25
- "type": "string"
26
- },
27
- "senderCallsign": {
28
- "type": "string"
29
- }
30
- },
31
- "required": [
32
- "chatroom",
33
- "id",
34
- "senderCallsign"
35
- ],
36
- "type": "object"
37
- },
38
- "chatgrp": {
39
- "$ref": "#/definitions/GenericAttributes"
40
- }
41
- },
42
- "required": [
43
- "_attributes",
44
- "chatgrp"
45
- ],
46
- "type": "object"
47
- },
48
- "Contact": {
49
- "properties": {
50
- "_attributes": {
51
- "additionalProperties": {
52
- "type": "string"
53
- },
54
- "properties": {
55
- "callsign": {
56
- "type": "string"
57
- },
58
- "endpoint": {
59
- "type": "string"
60
- },
61
- "phone": {
62
- "type": "string"
63
- }
64
- },
65
- "required": [
66
- "callsign"
67
- ],
68
- "type": "object"
69
- }
70
- },
71
- "required": [
72
- "_attributes"
73
- ],
74
- "type": "object"
75
- },
76
- "Detail": {
77
- "additionalProperties": {},
78
- "properties": {
79
- "TakControl": {
80
- "properties": {
81
- "TakServerVersionInfo": {
82
- "$ref": "#/definitions/GenericAttributes"
83
- }
84
- },
85
- "type": "object"
86
- },
87
- "__chat": {
88
- "$ref": "#/definitions/Chat"
89
- },
90
- "__group": {
91
- "$ref": "#/definitions/Group"
92
- },
93
- "_flow-tags_": {
94
- "$ref": "#/definitions/FlowTags"
95
- },
96
- "contact": {
97
- "$ref": "#/definitions/Contact"
98
- },
99
- "fillColor": {
100
- "$ref": "#/definitions/GenericAttributes"
101
- },
102
- "labels_on": {
103
- "$ref": "#/definitions/GenericAttributes"
104
- },
105
- "link": {
106
- "anyOf": [
107
- {
108
- "$ref": "#/definitions/GenericAttributes"
109
- },
110
- {
111
- "items": {
112
- "$ref": "#/definitions/GenericAttributes"
113
- },
114
- "type": "array"
115
- }
116
- ]
117
- },
118
- "marti": {
119
- "$ref": "#/definitions/Marti"
120
- },
121
- "precisionlocation": {
122
- "$ref": "#/definitions/PrecisionLocation"
123
- },
124
- "remarks": {
125
- "$ref": "#/definitions/Remarks"
126
- },
127
- "status": {
128
- "$ref": "#/definitions/Status"
129
- },
130
- "strokeColor": {
131
- "$ref": "#/definitions/GenericAttributes"
132
- },
133
- "strokeStyle": {
134
- "$ref": "#/definitions/GenericAttributes"
135
- },
136
- "strokeWeight": {
137
- "$ref": "#/definitions/GenericAttributes"
138
- },
139
- "takv": {
140
- "$ref": "#/definitions/TakVersion"
141
- },
142
- "tog": {
143
- "$ref": "#/definitions/GenericAttributes"
144
- },
145
- "track": {
146
- "$ref": "#/definitions/Track"
147
- },
148
- "uid": {
149
- "$ref": "#/definitions/Uid"
150
- },
151
- "usericon": {
152
- "$ref": "#/definitions/UserIcon"
153
- }
154
- },
155
- "type": "object"
156
- },
157
- "EventAttributes": {
158
- "additionalProperties": {
159
- "type": "string"
160
- },
161
- "properties": {
162
- "how": {
163
- "type": "string"
164
- },
165
- "type": {
166
- "type": "string"
167
- },
168
- "uid": {
169
- "type": "string"
170
- },
171
- "version": {
172
- "type": "string"
173
- }
174
- },
175
- "required": [
176
- "how",
177
- "type",
178
- "uid",
179
- "version"
180
- ],
181
- "type": "object"
182
- },
183
- "FlowTags": {
184
- "additionalProperties": {
185
- "anyOf": [
186
- {
187
- "additionalProperties": true,
188
- "properties": {},
189
- "type": "object"
190
- },
191
- {
192
- "type": "string"
193
- }
194
- ]
195
- },
196
- "properties": {
197
- "_attributes": {
198
- "additionalProperties": {
199
- "type": "string"
200
- },
201
- "type": "object"
202
- }
203
- },
204
- "type": "object"
205
- },
206
- "GenericAttributes": {
207
- "properties": {
208
- "_attributes": {
209
- "additionalProperties": {
210
- "type": "string"
211
- },
212
- "type": "object"
213
- }
214
- },
215
- "required": [
216
- "_attributes"
217
- ],
218
- "type": "object"
219
- },
220
- "Group": {
221
- "properties": {
222
- "_attributes": {
223
- "additionalProperties": {
224
- "type": "string"
225
- },
226
- "properties": {
227
- "name": {
228
- "type": "string"
229
- },
230
- "role": {
231
- "type": "string"
232
- }
233
- },
234
- "required": [
235
- "name",
236
- "role"
237
- ],
238
- "type": "object"
239
- }
240
- },
241
- "type": "object"
242
- },
243
- "Marti": {
244
- "properties": {
245
- "_attributes": {
246
- "additionalProperties": {
247
- "type": "string"
248
- },
249
- "type": "object"
250
- },
251
- "dest": {
252
- "anyOf": [
253
- {
254
- "$ref": "#/definitions/MartiDest"
255
- },
256
- {
257
- "items": {
258
- "$ref": "#/definitions/MartiDest"
259
- },
260
- "type": "array"
261
- }
262
- ]
263
- }
264
- },
265
- "type": "object"
266
- },
267
- "MartiDest": {
268
- "properties": {
269
- "_attributes": {
270
- "properties": {
271
- "callsign": {
272
- "type": "string"
273
- },
274
- "mission": {
275
- "type": "string"
276
- },
277
- "uid": {
278
- "type": "string"
279
- }
280
- },
281
- "type": "object"
282
- }
283
- },
284
- "required": [
285
- "_attributes"
286
- ],
287
- "type": "object"
288
- },
289
- "Point": {
290
- "properties": {
291
- "_attributes": {
292
- "additionalProperties": {
293
- "type": [
294
- "string",
295
- "number"
296
- ]
297
- },
298
- "properties": {
299
- "ce": {
300
- "type": [
301
- "string",
302
- "number"
303
- ]
304
- },
305
- "hae": {
306
- "type": [
307
- "string",
308
- "number"
309
- ]
310
- },
311
- "lat": {
312
- "type": [
313
- "string",
314
- "number"
315
- ]
316
- },
317
- "le": {
318
- "type": [
319
- "string",
320
- "number"
321
- ]
322
- },
323
- "lon": {
324
- "type": [
325
- "string",
326
- "number"
327
- ]
328
- }
329
- },
330
- "required": [
331
- "ce",
332
- "hae",
333
- "lat",
334
- "le",
335
- "lon"
336
- ],
337
- "type": "object"
338
- }
339
- },
340
- "required": [
341
- "_attributes"
342
- ],
343
- "type": "object"
344
- },
345
- "PrecisionLocation": {
346
- "properties": {
347
- "_attributes": {
348
- "additionalProperties": {
349
- "type": "string"
350
- },
351
- "properties": {
352
- "altsrc": {
353
- "type": "string"
354
- },
355
- "geopointsrc": {
356
- "type": "string"
357
- }
358
- },
359
- "type": "object"
360
- }
361
- },
362
- "required": [
363
- "_attributes"
364
- ],
365
- "type": "object"
366
- },
367
- "Remarks": {
368
- "properties": {
369
- "_attributes": {
370
- "additionalProperties": {
371
- "type": "string"
372
- },
373
- "properties": {
374
- "source": {
375
- "type": "string"
376
- },
377
- "time": {
378
- "type": "string"
379
- },
380
- "to": {
381
- "type": "string"
382
- }
383
- },
384
- "type": "object"
385
- },
386
- "_text": {
387
- "type": "string"
388
- }
389
- },
390
- "type": "object"
391
- },
392
- "Status": {
393
- "properties": {
394
- "_attributes": {
395
- "additionalProperties": {
396
- "type": "string"
397
- },
398
- "properties": {
399
- "battery": {
400
- "type": "string"
401
- }
402
- },
403
- "required": [
404
- "battery"
405
- ],
406
- "type": "object"
407
- }
408
- },
409
- "required": [
410
- "_attributes"
411
- ],
412
- "type": "object"
413
- },
414
- "TakVersion": {
415
- "properties": {
416
- "_attributes": {
417
- "additionalProperties": {
418
- "type": "string"
419
- },
420
- "properties": {
421
- "device": {
422
- "type": "string"
423
- },
424
- "os": {
425
- "type": "string"
426
- },
427
- "platform": {
428
- "type": "string"
429
- },
430
- "version": {
431
- "type": "string"
432
- }
433
- },
434
- "type": "object"
435
- }
436
- },
437
- "required": [
438
- "_attributes"
439
- ],
440
- "type": "object"
441
- },
442
- "Track": {
443
- "properties": {
444
- "_attributes": {
445
- "$ref": "#/definitions/TrackAttributes"
446
- }
447
- },
448
- "required": [
449
- "_attributes"
450
- ],
451
- "type": "object"
452
- },
453
- "TrackAttributes": {
454
- "additionalProperties": {
455
- "type": "string"
456
- },
457
- "properties": {
458
- "course": {
459
- "type": "string"
460
- },
461
- "eCourse": {
462
- "type": "string"
463
- },
464
- "eSlope": {
465
- "type": "string"
466
- },
467
- "eSpeed": {
468
- "type": "string"
469
- },
470
- "slope": {
471
- "type": "string"
472
- },
473
- "speed": {
474
- "type": "string"
475
- }
476
- },
477
- "type": "object"
478
- },
479
- "Uid": {
480
- "properties": {
481
- "_attributes": {
482
- "additionalProperties": {
483
- "type": "string"
484
- },
485
- "properties": {
486
- "Droid": {
487
- "type": "string"
488
- }
489
- },
490
- "required": [
491
- "Droid"
492
- ],
493
- "type": "object"
494
- }
495
- },
496
- "required": [
497
- "_attributes"
498
- ],
499
- "type": "object"
500
- },
501
- "UserIcon": {
502
- "properties": {
503
- "_attributes": {
504
- "additionalProperties": {
505
- "type": "string"
506
- },
507
- "properties": {
508
- "iconsetpath": {
509
- "type": "string"
510
- }
511
- },
512
- "required": [
513
- "iconsetpath"
514
- ],
515
- "type": "object"
516
- }
517
- },
518
- "required": [
519
- "_attributes"
520
- ],
521
- "type": "object"
522
- }
523
- },
524
- "properties": {
525
- "event": {
526
- "additionalProperties": {},
527
- "properties": {
528
- "_attributes": {
529
- "$ref": "#/definitions/EventAttributes"
530
- },
531
- "detail": {
532
- "$ref": "#/definitions/Detail"
533
- },
534
- "point": {
535
- "$ref": "#/definitions/Point"
536
- }
537
- },
538
- "required": [
539
- "_attributes",
540
- "point"
541
- ],
542
- "type": "object"
543
- }
544
- },
545
- "required": [
546
- "event"
547
- ],
548
- "type": "object"
549
- }