@tak-ps/node-cot 5.4.0 → 5.5.1

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,544 +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
- "archived": {
97
- "$ref": "#/definitions/GenericAttributes"
98
- },
99
- "contact": {
100
- "$ref": "#/definitions/Contact"
101
- },
102
- "fillColor": {
103
- "$ref": "#/definitions/GenericAttributes"
104
- },
105
- "labels_on": {
106
- "$ref": "#/definitions/GenericAttributes"
107
- },
108
- "link": {
109
- "anyOf": [
110
- {
111
- "$ref": "#/definitions/GenericAttributes"
112
- },
113
- {
114
- "items": {
115
- "$ref": "#/definitions/GenericAttributes"
116
- },
117
- "type": "array"
118
- }
119
- ]
120
- },
121
- "marti": {
122
- "$ref": "#/definitions/Marti"
123
- },
124
- "precisionlocation": {
125
- "$ref": "#/definitions/PrecisionLocation"
126
- },
127
- "remarks": {
128
- "$ref": "#/definitions/Remarks"
129
- },
130
- "status": {
131
- "$ref": "#/definitions/Status"
132
- },
133
- "strokeColor": {
134
- "$ref": "#/definitions/GenericAttributes"
135
- },
136
- "strokeStyle": {
137
- "$ref": "#/definitions/GenericAttributes"
138
- },
139
- "strokeWeight": {
140
- "$ref": "#/definitions/GenericAttributes"
141
- },
142
- "takv": {
143
- "$ref": "#/definitions/TakVersion"
144
- },
145
- "tog": {
146
- "$ref": "#/definitions/GenericAttributes"
147
- },
148
- "track": {
149
- "$ref": "#/definitions/Track"
150
- },
151
- "uid": {
152
- "$ref": "#/definitions/Uid"
153
- },
154
- "usericon": {
155
- "$ref": "#/definitions/UserIcon"
156
- }
157
- },
158
- "type": "object"
159
- },
160
- "EventAttributes": {
161
- "additionalProperties": {
162
- "type": "string"
163
- },
164
- "properties": {
165
- "how": {
166
- "type": "string"
167
- },
168
- "type": {
169
- "type": "string"
170
- },
171
- "uid": {
172
- "type": "string"
173
- },
174
- "version": {
175
- "type": "string"
176
- }
177
- },
178
- "required": [
179
- "how",
180
- "type",
181
- "uid",
182
- "version"
183
- ],
184
- "type": "object"
185
- },
186
- "FlowTags": {
187
- "additionalProperties": {
188
- "anyOf": [
189
- {
190
- "additionalProperties": true,
191
- "properties": {},
192
- "type": "object"
193
- },
194
- {
195
- "type": "string"
196
- }
197
- ]
198
- },
199
- "properties": {
200
- "_attributes": {
201
- "additionalProperties": {
202
- "type": "string"
203
- },
204
- "type": "object"
205
- }
206
- },
207
- "type": "object"
208
- },
209
- "GenericAttributes": {
210
- "properties": {
211
- "_attributes": {
212
- "additionalProperties": {
213
- "type": "string"
214
- },
215
- "type": "object"
216
- }
217
- },
218
- "required": [
219
- "_attributes"
220
- ],
221
- "type": "object"
222
- },
223
- "Group": {
224
- "properties": {
225
- "_attributes": {
226
- "additionalProperties": {
227
- "type": "string"
228
- },
229
- "properties": {
230
- "name": {
231
- "type": "string"
232
- },
233
- "role": {
234
- "type": "string"
235
- }
236
- },
237
- "required": [
238
- "name",
239
- "role"
240
- ],
241
- "type": "object"
242
- }
243
- },
244
- "type": "object"
245
- },
246
- "Marti": {
247
- "properties": {
248
- "_attributes": {
249
- "additionalProperties": {
250
- "type": "string"
251
- },
252
- "type": "object"
253
- },
254
- "dest": {
255
- "anyOf": [
256
- {
257
- "$ref": "#/definitions/MartiDest"
258
- },
259
- {
260
- "items": {
261
- "$ref": "#/definitions/MartiDest"
262
- },
263
- "type": "array"
264
- }
265
- ]
266
- }
267
- },
268
- "type": "object"
269
- },
270
- "MartiDest": {
271
- "properties": {
272
- "_attributes": {
273
- "properties": {
274
- "callsign": {
275
- "type": "string"
276
- },
277
- "mission": {
278
- "type": "string"
279
- },
280
- "uid": {
281
- "type": "string"
282
- }
283
- },
284
- "type": "object"
285
- }
286
- },
287
- "required": [
288
- "_attributes"
289
- ],
290
- "type": "object"
291
- },
292
- "Point": {
293
- "properties": {
294
- "_attributes": {
295
- "additionalProperties": {
296
- "type": [
297
- "string",
298
- "number"
299
- ]
300
- },
301
- "properties": {
302
- "ce": {
303
- "type": [
304
- "string",
305
- "number"
306
- ]
307
- },
308
- "hae": {
309
- "type": [
310
- "string",
311
- "number"
312
- ]
313
- },
314
- "lat": {
315
- "type": [
316
- "string",
317
- "number"
318
- ]
319
- },
320
- "le": {
321
- "type": [
322
- "string",
323
- "number"
324
- ]
325
- },
326
- "lon": {
327
- "type": [
328
- "string",
329
- "number"
330
- ]
331
- }
332
- },
333
- "required": [
334
- "ce",
335
- "hae",
336
- "lat",
337
- "le",
338
- "lon"
339
- ],
340
- "type": "object"
341
- }
342
- },
343
- "required": [
344
- "_attributes"
345
- ],
346
- "type": "object"
347
- },
348
- "PrecisionLocation": {
349
- "properties": {
350
- "_attributes": {
351
- "additionalProperties": {
352
- "type": "string"
353
- },
354
- "properties": {
355
- "altsrc": {
356
- "type": "string"
357
- },
358
- "geopointsrc": {
359
- "type": "string"
360
- }
361
- },
362
- "type": "object"
363
- }
364
- },
365
- "required": [
366
- "_attributes"
367
- ],
368
- "type": "object"
369
- },
370
- "Remarks": {
371
- "properties": {
372
- "_attributes": {
373
- "additionalProperties": {
374
- "type": "string"
375
- },
376
- "properties": {
377
- "source": {
378
- "type": "string"
379
- },
380
- "time": {
381
- "type": "string"
382
- },
383
- "to": {
384
- "type": "string"
385
- }
386
- },
387
- "type": "object"
388
- },
389
- "_text": {
390
- "type": "string"
391
- }
392
- },
393
- "type": "object"
394
- },
395
- "Status": {
396
- "properties": {
397
- "_attributes": {
398
- "additionalProperties": {
399
- "type": "string"
400
- },
401
- "type": "object"
402
- }
403
- },
404
- "required": [
405
- "_attributes"
406
- ],
407
- "type": "object"
408
- },
409
- "TakVersion": {
410
- "properties": {
411
- "_attributes": {
412
- "additionalProperties": {
413
- "type": "string"
414
- },
415
- "properties": {
416
- "device": {
417
- "type": "string"
418
- },
419
- "os": {
420
- "type": "string"
421
- },
422
- "platform": {
423
- "type": "string"
424
- },
425
- "version": {
426
- "type": "string"
427
- }
428
- },
429
- "type": "object"
430
- }
431
- },
432
- "required": [
433
- "_attributes"
434
- ],
435
- "type": "object"
436
- },
437
- "Track": {
438
- "properties": {
439
- "_attributes": {
440
- "$ref": "#/definitions/TrackAttributes"
441
- }
442
- },
443
- "required": [
444
- "_attributes"
445
- ],
446
- "type": "object"
447
- },
448
- "TrackAttributes": {
449
- "additionalProperties": {
450
- "type": "string"
451
- },
452
- "properties": {
453
- "course": {
454
- "type": "string"
455
- },
456
- "eCourse": {
457
- "type": "string"
458
- },
459
- "eSlope": {
460
- "type": "string"
461
- },
462
- "eSpeed": {
463
- "type": "string"
464
- },
465
- "slope": {
466
- "type": "string"
467
- },
468
- "speed": {
469
- "type": "string"
470
- }
471
- },
472
- "type": "object"
473
- },
474
- "Uid": {
475
- "properties": {
476
- "_attributes": {
477
- "additionalProperties": {
478
- "type": "string"
479
- },
480
- "properties": {
481
- "Droid": {
482
- "type": "string"
483
- }
484
- },
485
- "required": [
486
- "Droid"
487
- ],
488
- "type": "object"
489
- }
490
- },
491
- "required": [
492
- "_attributes"
493
- ],
494
- "type": "object"
495
- },
496
- "UserIcon": {
497
- "properties": {
498
- "_attributes": {
499
- "additionalProperties": {
500
- "type": "string"
501
- },
502
- "properties": {
503
- "iconsetpath": {
504
- "type": "string"
505
- }
506
- },
507
- "required": [
508
- "iconsetpath"
509
- ],
510
- "type": "object"
511
- }
512
- },
513
- "required": [
514
- "_attributes"
515
- ],
516
- "type": "object"
517
- }
518
- },
519
- "properties": {
520
- "event": {
521
- "additionalProperties": {},
522
- "properties": {
523
- "_attributes": {
524
- "$ref": "#/definitions/EventAttributes"
525
- },
526
- "detail": {
527
- "$ref": "#/definitions/Detail"
528
- },
529
- "point": {
530
- "$ref": "#/definitions/Point"
531
- }
532
- },
533
- "required": [
534
- "_attributes",
535
- "point"
536
- ],
537
- "type": "object"
538
- }
539
- },
540
- "required": [
541
- "event"
542
- ],
543
- "type": "object"
544
- }