@keymanapp/common-types 17.0.256-alpha → 17.0.258-alpha

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.
Files changed (131) hide show
  1. package/build/src/consts/virtual-key-constants.d.ts +192 -194
  2. package/build/src/consts/virtual-key-constants.d.ts.map +1 -1
  3. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts +6 -8
  4. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts.map +1 -1
  5. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts +29 -31
  6. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts.map +1 -1
  7. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts +96 -98
  8. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts.map +1 -1
  9. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js +29 -5
  10. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js.map +1 -1
  11. package/build/src/kmx/element-string.d.ts +24 -26
  12. package/build/src/kmx/element-string.d.ts.map +1 -1
  13. package/build/src/kmx/keyman-targets.d.ts +21 -23
  14. package/build/src/kmx/keyman-targets.d.ts.map +1 -1
  15. package/build/src/kmx/kmx-builder.d.ts +33 -35
  16. package/build/src/kmx/kmx-builder.d.ts.map +1 -1
  17. package/build/src/kmx/kmx-file-reader.d.ts +14 -16
  18. package/build/src/kmx/kmx-file-reader.d.ts.map +1 -1
  19. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts +19 -21
  20. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts.map +1 -1
  21. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts +29 -31
  22. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts.map +1 -1
  23. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +57 -59
  24. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts.map +1 -1
  25. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts +54 -56
  26. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts.map +1 -1
  27. package/build/src/kmx/kmx-plus-builder/build-list.d.ts +36 -38
  28. package/build/src/kmx/kmx-plus-builder/build-list.d.ts.map +1 -1
  29. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts +12 -14
  30. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts.map +1 -1
  31. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +17 -19
  32. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts.map +1 -1
  33. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts +16 -18
  34. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts.map +1 -1
  35. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts +23 -25
  36. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts.map +1 -1
  37. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts +33 -35
  38. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts.map +1 -1
  39. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts +31 -33
  40. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts.map +1 -1
  41. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts +22 -24
  42. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts.map +1 -1
  43. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts +10 -12
  44. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts.map +1 -1
  45. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +43 -45
  46. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts.map +1 -1
  47. package/build/src/kmx/kmx-plus.d.ts +320 -322
  48. package/build/src/kmx/kmx-plus.d.ts.map +1 -1
  49. package/build/src/kmx/kmx.d.ts +234 -236
  50. package/build/src/kmx/kmx.d.ts.map +1 -1
  51. package/build/src/kmx/string-list.d.ts +36 -38
  52. package/build/src/kmx/string-list.d.ts.map +1 -1
  53. package/build/src/kpj/keyman-developer-project.d.ts +79 -81
  54. package/build/src/kpj/keyman-developer-project.d.ts.map +1 -1
  55. package/build/src/kpj/kpj-file-reader.d.ts +19 -21
  56. package/build/src/kpj/kpj-file-reader.d.ts.map +1 -1
  57. package/build/src/kpj/kpj-file.d.ts +40 -42
  58. package/build/src/kpj/kpj-file.d.ts.map +1 -1
  59. package/build/src/kvk/kvk-file-reader.d.ts +5 -7
  60. package/build/src/kvk/kvk-file-reader.d.ts.map +1 -1
  61. package/build/src/kvk/kvk-file-writer.d.ts +20 -22
  62. package/build/src/kvk/kvk-file-writer.d.ts.map +1 -1
  63. package/build/src/kvk/kvk-file.d.ts +67 -69
  64. package/build/src/kvk/kvk-file.d.ts.map +1 -1
  65. package/build/src/kvk/kvk-file.js +26 -2
  66. package/build/src/kvk/kvk-file.js.map +1 -1
  67. package/build/src/kvk/kvks-file-reader.d.ts +24 -26
  68. package/build/src/kvk/kvks-file-reader.d.ts.map +1 -1
  69. package/build/src/kvk/kvks-file-writer.d.ts +7 -9
  70. package/build/src/kvk/kvks-file-writer.d.ts.map +1 -1
  71. package/build/src/kvk/kvks-file.d.ts +44 -46
  72. package/build/src/kvk/kvks-file.d.ts.map +1 -1
  73. package/build/src/kvk/visual-keyboard.d.ts +45 -47
  74. package/build/src/kvk/visual-keyboard.d.ts.map +1 -1
  75. package/build/src/kvk/visual-keyboard.js +5 -2
  76. package/build/src/kvk/visual-keyboard.js.map +1 -1
  77. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts +61 -63
  78. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts.map +1 -1
  79. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +96 -98
  80. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts.map +1 -1
  81. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +171 -173
  82. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts.map +1 -1
  83. package/build/src/ldml-keyboard/pattern-parser.d.ts +196 -198
  84. package/build/src/ldml-keyboard/pattern-parser.d.ts.map +1 -1
  85. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts +38 -40
  86. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts.map +1 -1
  87. package/build/src/main.d.ts +35 -37
  88. package/build/src/main.d.ts.map +1 -1
  89. package/build/src/osk/osk.d.ts +23 -25
  90. package/build/src/osk/osk.d.ts.map +1 -1
  91. package/build/src/package/kmp-json-file.d.ts +116 -118
  92. package/build/src/package/kmp-json-file.d.ts.map +1 -1
  93. package/build/src/package/kps-file.d.ts +176 -178
  94. package/build/src/package/kps-file.d.ts.map +1 -1
  95. package/build/src/schema-validators.d.ts +14 -16
  96. package/build/src/schema-validators.d.ts.map +1 -1
  97. package/build/src/schemas/displaymap.schema.d.ts +58 -60
  98. package/build/src/schemas/displaymap.schema.d.ts.map +1 -1
  99. package/build/src/schemas/keyboard_info.schema.d.ts +210 -212
  100. package/build/src/schemas/keyboard_info.schema.d.ts.map +1 -1
  101. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts +228 -230
  102. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts.map +1 -1
  103. package/build/src/schemas/keyman-touch-layout.spec.d.ts +230 -232
  104. package/build/src/schemas/keyman-touch-layout.spec.d.ts.map +1 -1
  105. package/build/src/schemas/kmp.schema.d.ts +325 -327
  106. package/build/src/schemas/kmp.schema.d.ts.map +1 -1
  107. package/build/src/schemas/kpj-9.0.schema.d.ts +153 -155
  108. package/build/src/schemas/kpj-9.0.schema.d.ts.map +1 -1
  109. package/build/src/schemas/kpj.schema.d.ts +123 -125
  110. package/build/src/schemas/kpj.schema.d.ts.map +1 -1
  111. package/build/src/schemas/kvks.schema.d.ts +161 -163
  112. package/build/src/schemas/kvks.schema.d.ts.map +1 -1
  113. package/build/src/schemas/ldml-keyboard3.schema.d.ts +633 -635
  114. package/build/src/schemas/ldml-keyboard3.schema.d.ts.map +1 -1
  115. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts +190 -192
  116. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts.map +1 -1
  117. package/build/src/schemas.d.ts +2295 -2297
  118. package/build/src/schemas.d.ts.map +1 -1
  119. package/build/src/util/common-events.d.ts +45 -47
  120. package/build/src/util/common-events.d.ts.map +1 -1
  121. package/build/src/util/compiler-interfaces.d.ts +367 -369
  122. package/build/src/util/compiler-interfaces.d.ts.map +1 -1
  123. package/build/src/util/errors.d.ts +6 -8
  124. package/build/src/util/errors.d.ts.map +1 -1
  125. package/build/src/util/file-types.d.ts +94 -96
  126. package/build/src/util/file-types.d.ts.map +1 -1
  127. package/build/src/util/file-types.js +30 -2
  128. package/build/src/util/file-types.js.map +1 -1
  129. package/build/src/util/util.d.ts +67 -69
  130. package/build/src/util/util.d.ts.map +1 -1
  131. package/package.json +2 -2
@@ -1,2297 +1,2295 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="fea8ec4c-0584-545e-8983-a241b4ec7caf")}catch(e){}}();
2
- declare const Schemas: {
3
- kpj: {
4
- title: string;
5
- $schema: string;
6
- type: string;
7
- properties: {
8
- KeymanDeveloperProject: {
9
- properties: {
10
- Options: {
11
- $ref: string;
12
- };
13
- Files: {
14
- $ref: string;
15
- };
16
- };
17
- required: string[];
18
- additionalProperties: boolean;
19
- type: string;
20
- };
21
- };
22
- required: string[];
23
- additionalProperties: boolean;
24
- definitions: {
25
- Options: {
26
- type: string;
27
- properties: {
28
- BuildPath: {
29
- type: string;
30
- };
31
- SourcePath: {
32
- type: string;
33
- };
34
- CompilerWarningsAsErrors: {
35
- type: string;
36
- pattern: string;
37
- };
38
- WarnDeprecatedCode: {
39
- type: string;
40
- pattern: string;
41
- };
42
- CheckFilenameConventions: {
43
- type: string;
44
- pattern: string;
45
- };
46
- SkipMetadataFiles: {
47
- type: string;
48
- pattern: string;
49
- };
50
- ProjectType: {
51
- type: string;
52
- pattern: string;
53
- };
54
- Version: {
55
- type: string;
56
- pattern: string;
57
- };
58
- };
59
- required: any[];
60
- additionalProperties: boolean;
61
- };
62
- Files: {
63
- type: string;
64
- properties: {
65
- File: {
66
- type: string;
67
- items: {
68
- $ref: string;
69
- };
70
- };
71
- };
72
- additionalProperties: boolean;
73
- required: string[];
74
- };
75
- File: {
76
- type: string;
77
- properties: {
78
- ID: {
79
- type: string;
80
- };
81
- Filename: {
82
- type: string;
83
- };
84
- Filepath: {
85
- type: string;
86
- };
87
- FileVersion: {
88
- type: string;
89
- };
90
- FileType: {
91
- type: string;
92
- };
93
- Details: {
94
- $ref: string;
95
- };
96
- ParentFileID: {
97
- type: string;
98
- };
99
- };
100
- required: string[];
101
- additionalProperties: boolean;
102
- };
103
- FileDetails: {
104
- type: string;
105
- properties: {
106
- Name: {
107
- type: string;
108
- };
109
- Copyright: {
110
- type: string;
111
- };
112
- Message: {
113
- type: string;
114
- };
115
- Version: {
116
- type: string;
117
- };
118
- };
119
- required: any[];
120
- additionalProperties: boolean;
121
- };
122
- };
123
- };
124
- kpj90: {
125
- title: string;
126
- $schema: string;
127
- type: string;
128
- properties: {
129
- KeymanDeveloperProject: {
130
- properties: {
131
- Options: {
132
- $ref: string;
133
- };
134
- Files: {
135
- $ref: string;
136
- };
137
- templatepath: {
138
- type: string;
139
- $comment: string;
140
- };
141
- stringspath: {
142
- type: string;
143
- $comment: string;
144
- };
145
- state: {
146
- type: string;
147
- $comment: string;
148
- };
149
- Modules: {
150
- oneOf: {
151
- type: string;
152
- }[];
153
- $comment: string;
154
- };
155
- MRU: {
156
- type: string;
157
- $comment: string;
158
- };
159
- };
160
- required: any[];
161
- additionalProperties: boolean;
162
- type: string;
163
- };
164
- };
165
- required: string[];
166
- additionalProperties: boolean;
167
- definitions: {
168
- Options: {
169
- type: string;
170
- properties: {
171
- BuildPath: {
172
- type: string;
173
- };
174
- SourcePath: {
175
- type: string;
176
- };
177
- CompilerWarningsAsErrors: {
178
- type: string;
179
- pattern: string;
180
- };
181
- WarnDeprecatedCode: {
182
- type: string;
183
- pattern: string;
184
- };
185
- CheckFilenameConventions: {
186
- type: string;
187
- pattern: string;
188
- };
189
- ProjectType: {
190
- type: string;
191
- pattern: string;
192
- };
193
- Version: {
194
- type: string;
195
- pattern: string;
196
- };
197
- };
198
- required: any[];
199
- additionalProperties: boolean;
200
- };
201
- Files: {
202
- type: string;
203
- properties: {
204
- File: {
205
- type: string;
206
- items: {
207
- $ref: string;
208
- };
209
- };
210
- };
211
- additionalProperties: boolean;
212
- required: string[];
213
- };
214
- File: {
215
- type: string;
216
- properties: {
217
- ID: {
218
- type: string;
219
- };
220
- Filename: {
221
- type: string;
222
- };
223
- Filepath: {
224
- type: string;
225
- };
226
- FileVersion: {
227
- type: string;
228
- };
229
- FileType: {
230
- type: string;
231
- };
232
- Details: {
233
- $ref: string;
234
- };
235
- ParentFileID: {
236
- type: string;
237
- };
238
- FullPath: {
239
- type: string;
240
- $comment: string;
241
- };
242
- IDEState: {
243
- type: string;
244
- $comment: string;
245
- };
246
- };
247
- required: string[];
248
- additionalProperties: boolean;
249
- };
250
- FileDetails: {
251
- type: string;
252
- properties: {
253
- Name: {
254
- type: string;
255
- };
256
- Copyright: {
257
- type: string;
258
- };
259
- Message: {
260
- type: string;
261
- };
262
- Version: {
263
- type: string;
264
- };
265
- Debug: {
266
- type: string;
267
- $comment: string;
268
- };
269
- };
270
- required: any[];
271
- additionalProperties: boolean;
272
- };
273
- };
274
- };
275
- kvks: {
276
- title: string;
277
- $schema: string;
278
- type: string;
279
- properties: {
280
- visualkeyboard: {
281
- properties: {
282
- header: {
283
- $ref: string;
284
- };
285
- encoding: {
286
- type: string;
287
- items: {
288
- $ref: string;
289
- };
290
- };
291
- };
292
- required: string[];
293
- additionalProperties: boolean;
294
- type: string;
295
- };
296
- };
297
- required: string[];
298
- additionalProperties: boolean;
299
- definitions: {
300
- "kvk-header": {
301
- type: string;
302
- properties: {
303
- version: {
304
- $ref: string;
305
- };
306
- kbdname: {
307
- type: string;
308
- };
309
- flags: {
310
- $ref: string;
311
- };
312
- layout: {
313
- type: string;
314
- };
315
- };
316
- required: string[];
317
- additionalProperties: boolean;
318
- };
319
- "kvk-header-flags": {
320
- type: string;
321
- properties: {
322
- key102: {
323
- $ref: string;
324
- };
325
- displayunderlying: {
326
- $ref: string;
327
- };
328
- usealtgr: {
329
- $ref: string;
330
- };
331
- useunderlying: {
332
- $ref: string;
333
- };
334
- };
335
- additionalProperties: boolean;
336
- };
337
- "kvk-encoding": {
338
- type: string;
339
- properties: {
340
- layer: {
341
- type: string;
342
- items: {
343
- $ref: string;
344
- };
345
- };
346
- $: {
347
- type: string;
348
- properties: {
349
- name: {
350
- $ref: string;
351
- };
352
- fontname: {
353
- type: string;
354
- };
355
- fontsize: {
356
- type: string;
357
- };
358
- };
359
- required: string[];
360
- additionalProperties: boolean;
361
- };
362
- };
363
- required: string[];
364
- additionalProperties: boolean;
365
- };
366
- "kvk-layer": {
367
- type: string;
368
- properties: {
369
- key: {
370
- type: string;
371
- items: {
372
- $ref: string;
373
- };
374
- };
375
- $: {
376
- type: string;
377
- properties: {
378
- shift: {
379
- $ref: string;
380
- };
381
- };
382
- required: string[];
383
- additionalProperties: boolean;
384
- };
385
- };
386
- required: string[];
387
- additionalProperties: boolean;
388
- };
389
- "kvk-key": {
390
- type: string;
391
- properties: {
392
- bitmap: {
393
- type: string;
394
- };
395
- $: {
396
- type: string;
397
- properties: {
398
- vkey: {
399
- type: string;
400
- };
401
- };
402
- required: string[];
403
- additionalProperties: boolean;
404
- };
405
- _: {
406
- type: string;
407
- };
408
- };
409
- required: string[];
410
- additionalProperties: boolean;
411
- };
412
- "km-empty": {
413
- type: string;
414
- };
415
- "kvk-encoding-name": {
416
- type: string;
417
- enum: string[];
418
- };
419
- "kvk-layer-shift": {
420
- type: string;
421
- pattern: string;
422
- };
423
- "kvk-version": {
424
- type: string;
425
- pattern: string;
426
- enum: string[];
427
- };
428
- "km-version": {
429
- type: string;
430
- pattern: string;
431
- };
432
- };
433
- };
434
- ldmlKeyboard3: {
435
- $schema: string;
436
- additionalProperties: boolean;
437
- definitions: {
438
- any: {
439
- type: string;
440
- };
441
- display: {
442
- additionalProperties: boolean;
443
- properties: {
444
- display: {
445
- type: string;
446
- };
447
- keyId: {
448
- type: string;
449
- };
450
- output: {
451
- type: string;
452
- };
453
- };
454
- required: string[];
455
- type: string;
456
- };
457
- displayOptions: {
458
- additionalProperties: boolean;
459
- properties: {
460
- baseCharacter: {
461
- type: string;
462
- };
463
- };
464
- type: string;
465
- };
466
- displays: {
467
- additionalProperties: boolean;
468
- properties: {
469
- display: {
470
- items: {
471
- $ref: string;
472
- };
473
- type: string;
474
- };
475
- displayOptions: {
476
- $ref: string;
477
- };
478
- import: {
479
- items: {
480
- $ref: string;
481
- };
482
- type: string;
483
- };
484
- special: {
485
- items: {
486
- $ref: string;
487
- };
488
- type: string;
489
- };
490
- };
491
- type: string;
492
- };
493
- flick: {
494
- additionalProperties: boolean;
495
- properties: {
496
- flickSegment: {
497
- items: {
498
- $ref: string;
499
- };
500
- minItems: number;
501
- type: string;
502
- };
503
- id: {
504
- type: string;
505
- };
506
- special: {
507
- items: {
508
- $ref: string;
509
- };
510
- type: string;
511
- };
512
- };
513
- required: string[];
514
- type: string;
515
- };
516
- flickSegment: {
517
- additionalProperties: boolean;
518
- properties: {
519
- directions: {
520
- type: string;
521
- };
522
- keyId: {
523
- type: string;
524
- };
525
- };
526
- required: string[];
527
- type: string;
528
- };
529
- flicks: {
530
- additionalProperties: boolean;
531
- properties: {
532
- flick: {
533
- items: {
534
- $ref: string;
535
- };
536
- type: string;
537
- };
538
- import: {
539
- items: {
540
- $ref: string;
541
- };
542
- type: string;
543
- };
544
- special: {
545
- items: {
546
- $ref: string;
547
- };
548
- type: string;
549
- };
550
- };
551
- type: string;
552
- };
553
- form: {
554
- additionalProperties: boolean;
555
- properties: {
556
- id: {
557
- type: string;
558
- };
559
- scanCodes: {
560
- items: {
561
- $ref: string;
562
- };
563
- minItems: number;
564
- type: string;
565
- };
566
- special: {
567
- items: {
568
- $ref: string;
569
- };
570
- type: string;
571
- };
572
- };
573
- required: string[];
574
- type: string;
575
- };
576
- forms: {
577
- additionalProperties: boolean;
578
- properties: {
579
- form: {
580
- items: {
581
- $ref: string;
582
- };
583
- type: string;
584
- };
585
- import: {
586
- items: {
587
- $ref: string;
588
- };
589
- type: string;
590
- };
591
- special: {
592
- items: {
593
- $ref: string;
594
- };
595
- type: string;
596
- };
597
- };
598
- type: string;
599
- };
600
- import: {
601
- additionalProperties: boolean;
602
- properties: {
603
- base: {
604
- enum: string[];
605
- type: string;
606
- };
607
- path: {
608
- type: string;
609
- };
610
- };
611
- required: string[];
612
- type: string;
613
- };
614
- info: {
615
- additionalProperties: boolean;
616
- properties: {
617
- author: {
618
- type: string;
619
- };
620
- indicator: {
621
- type: string;
622
- };
623
- layout: {
624
- type: string;
625
- };
626
- name: {
627
- type: string;
628
- };
629
- };
630
- required: string[];
631
- type: string;
632
- };
633
- key: {
634
- additionalProperties: boolean;
635
- properties: {
636
- flickId: {
637
- type: string;
638
- };
639
- gap: {
640
- enum: string[];
641
- type: string;
642
- };
643
- id: {
644
- type: string;
645
- };
646
- layerId: {
647
- type: string;
648
- };
649
- longPressDefaultKeyId: {
650
- type: string;
651
- };
652
- longPressKeyIds: {
653
- type: string;
654
- };
655
- multiTapKeyIds: {
656
- type: string;
657
- };
658
- output: {
659
- type: string;
660
- };
661
- stretch: {
662
- enum: string[];
663
- type: string;
664
- };
665
- width: {
666
- type: string;
667
- };
668
- };
669
- required: string[];
670
- type: string;
671
- };
672
- keys: {
673
- additionalProperties: boolean;
674
- properties: {
675
- import: {
676
- items: {
677
- $ref: string;
678
- };
679
- type: string;
680
- };
681
- key: {
682
- items: {
683
- $ref: string;
684
- };
685
- type: string;
686
- };
687
- special: {
688
- items: {
689
- $ref: string;
690
- };
691
- type: string;
692
- };
693
- };
694
- type: string;
695
- };
696
- layer: {
697
- additionalProperties: boolean;
698
- properties: {
699
- id: {
700
- type: string;
701
- };
702
- modifiers: {
703
- type: string;
704
- };
705
- row: {
706
- items: {
707
- $ref: string;
708
- };
709
- minItems: number;
710
- type: string;
711
- };
712
- special: {
713
- items: {
714
- $ref: string;
715
- };
716
- type: string;
717
- };
718
- };
719
- required: string[];
720
- type: string;
721
- };
722
- layers: {
723
- additionalProperties: boolean;
724
- properties: {
725
- formId: {
726
- type: string;
727
- };
728
- import: {
729
- items: {
730
- $ref: string;
731
- };
732
- type: string;
733
- };
734
- layer: {
735
- items: {
736
- $ref: string;
737
- };
738
- type: string;
739
- };
740
- minDeviceWidth: {
741
- type: string;
742
- };
743
- special: {
744
- items: {
745
- $ref: string;
746
- };
747
- type: string;
748
- };
749
- };
750
- required: string[];
751
- type: string;
752
- };
753
- locale: {
754
- additionalProperties: boolean;
755
- properties: {
756
- id: {
757
- type: string;
758
- };
759
- };
760
- required: string[];
761
- type: string;
762
- };
763
- locales: {
764
- additionalProperties: boolean;
765
- properties: {
766
- locale: {
767
- items: {
768
- $ref: string;
769
- };
770
- type: string;
771
- };
772
- };
773
- type: string;
774
- };
775
- reorder: {
776
- additionalProperties: boolean;
777
- properties: {
778
- before: {
779
- type: string;
780
- };
781
- from: {
782
- type: string;
783
- };
784
- order: {
785
- type: string;
786
- };
787
- preBase: {
788
- type: string;
789
- };
790
- tertiary: {
791
- type: string;
792
- };
793
- tertiaryBase: {
794
- type: string;
795
- };
796
- };
797
- required: string[];
798
- type: string;
799
- };
800
- row: {
801
- additionalProperties: boolean;
802
- properties: {
803
- keys: {
804
- type: string;
805
- };
806
- };
807
- required: string[];
808
- type: string;
809
- };
810
- scanCodes: {
811
- additionalProperties: boolean;
812
- properties: {
813
- codes: {
814
- type: string;
815
- };
816
- };
817
- required: string[];
818
- type: string;
819
- };
820
- set: {
821
- additionalProperties: boolean;
822
- properties: {
823
- id: {
824
- type: string;
825
- };
826
- value: {
827
- type: string;
828
- };
829
- };
830
- required: string[];
831
- type: string;
832
- };
833
- settings: {
834
- additionalProperties: boolean;
835
- properties: {
836
- normalization: {
837
- enum: string[];
838
- type: string;
839
- };
840
- };
841
- type: string;
842
- };
843
- special: {
844
- $ref: string;
845
- };
846
- stringVariable: {
847
- additionalProperties: boolean;
848
- properties: {
849
- id: {
850
- type: string;
851
- };
852
- value: {
853
- type: string;
854
- };
855
- };
856
- required: string[];
857
- type: string;
858
- };
859
- transform: {
860
- additionalProperties: boolean;
861
- properties: {
862
- from: {
863
- type: string;
864
- };
865
- to: {
866
- type: string;
867
- };
868
- };
869
- required: string[];
870
- type: string;
871
- };
872
- transformGroup: {
873
- additionalProperties: boolean;
874
- properties: {
875
- import: {
876
- items: {
877
- $ref: string;
878
- };
879
- type: string;
880
- };
881
- reorder: {
882
- items: {
883
- $ref: string;
884
- };
885
- type: string;
886
- };
887
- special: {
888
- items: {
889
- $ref: string;
890
- };
891
- type: string;
892
- };
893
- transform: {
894
- items: {
895
- $ref: string;
896
- };
897
- type: string;
898
- };
899
- };
900
- type: string;
901
- };
902
- transforms: {
903
- additionalProperties: boolean;
904
- properties: {
905
- import: {
906
- items: {
907
- $ref: string;
908
- };
909
- type: string;
910
- };
911
- special: {
912
- items: {
913
- $ref: string;
914
- };
915
- type: string;
916
- };
917
- transformGroup: {
918
- items: {
919
- $ref: string;
920
- };
921
- type: string;
922
- };
923
- type: {
924
- enum: string[];
925
- type: string;
926
- };
927
- };
928
- required: string[];
929
- type: string;
930
- };
931
- unicodeSet: {
932
- additionalProperties: boolean;
933
- properties: {
934
- id: {
935
- type: string;
936
- };
937
- value: {
938
- type: string;
939
- };
940
- };
941
- required: string[];
942
- type: string;
943
- };
944
- variables: {
945
- additionalProperties: boolean;
946
- properties: {
947
- import: {
948
- items: {
949
- $ref: string;
950
- };
951
- type: string;
952
- };
953
- set: {
954
- items: {
955
- $ref: string;
956
- };
957
- type: string;
958
- };
959
- special: {
960
- items: {
961
- $ref: string;
962
- };
963
- type: string;
964
- };
965
- string: {
966
- items: {
967
- $ref: string;
968
- };
969
- type: string;
970
- };
971
- unicodeSet: {
972
- items: {
973
- $ref: string;
974
- };
975
- type: string;
976
- };
977
- };
978
- type: string;
979
- };
980
- version: {
981
- additionalProperties: boolean;
982
- properties: {
983
- cldrVersion: {
984
- enum: string[];
985
- type: string;
986
- };
987
- number: {
988
- type: string;
989
- };
990
- };
991
- type: string;
992
- };
993
- };
994
- properties: {
995
- keyboard3: {
996
- additionalProperties: boolean;
997
- properties: {
998
- conformsTo: {
999
- enum: string[];
1000
- type: string;
1001
- };
1002
- displays: {
1003
- $ref: string;
1004
- };
1005
- flicks: {
1006
- $ref: string;
1007
- };
1008
- forms: {
1009
- $ref: string;
1010
- };
1011
- import: {
1012
- items: {
1013
- $ref: string;
1014
- };
1015
- type: string;
1016
- };
1017
- info: {
1018
- $ref: string;
1019
- };
1020
- keys: {
1021
- $ref: string;
1022
- };
1023
- layers: {
1024
- items: {
1025
- $ref: string;
1026
- };
1027
- type: string;
1028
- };
1029
- locale: {
1030
- type: string;
1031
- };
1032
- locales: {
1033
- $ref: string;
1034
- };
1035
- settings: {
1036
- $ref: string;
1037
- };
1038
- special: {
1039
- items: {
1040
- $ref: string;
1041
- };
1042
- type: string;
1043
- };
1044
- transforms: {
1045
- items: {
1046
- $ref: string;
1047
- };
1048
- type: string;
1049
- };
1050
- variables: {
1051
- $ref: string;
1052
- };
1053
- version: {
1054
- $ref: string;
1055
- };
1056
- };
1057
- required: string[];
1058
- type: string;
1059
- };
1060
- };
1061
- required: string[];
1062
- title: string;
1063
- type: string;
1064
- };
1065
- ldmlKeyboardTest3: {
1066
- $schema: string;
1067
- additionalProperties: boolean;
1068
- definitions: {
1069
- any: {
1070
- type: string;
1071
- };
1072
- backspace: {
1073
- type: string;
1074
- };
1075
- check: {
1076
- additionalProperties: boolean;
1077
- properties: {
1078
- result: {
1079
- type: string;
1080
- };
1081
- };
1082
- required: string[];
1083
- type: string;
1084
- };
1085
- emit: {
1086
- additionalProperties: boolean;
1087
- properties: {
1088
- to: {
1089
- type: string;
1090
- };
1091
- };
1092
- required: string[];
1093
- type: string;
1094
- };
1095
- info: {
1096
- additionalProperties: boolean;
1097
- properties: {
1098
- author: {
1099
- type: string;
1100
- };
1101
- keyboard: {
1102
- type: string;
1103
- };
1104
- name: {
1105
- type: string;
1106
- };
1107
- };
1108
- required: string[];
1109
- type: string;
1110
- };
1111
- keystroke: {
1112
- additionalProperties: boolean;
1113
- properties: {
1114
- flick: {
1115
- type: string;
1116
- };
1117
- key: {
1118
- type: string;
1119
- };
1120
- longPress: {
1121
- type: string;
1122
- };
1123
- tapCount: {
1124
- type: string;
1125
- };
1126
- };
1127
- required: string[];
1128
- type: string;
1129
- };
1130
- repertoire: {
1131
- additionalProperties: boolean;
1132
- properties: {
1133
- chars: {
1134
- type: string;
1135
- };
1136
- name: {
1137
- type: string;
1138
- };
1139
- type: {
1140
- enum: string[];
1141
- type: string;
1142
- };
1143
- };
1144
- required: string[];
1145
- type: string;
1146
- };
1147
- special: {
1148
- $ref: string;
1149
- };
1150
- startContext: {
1151
- additionalProperties: boolean;
1152
- properties: {
1153
- to: {
1154
- type: string;
1155
- };
1156
- };
1157
- required: string[];
1158
- type: string;
1159
- };
1160
- test: {
1161
- additionalProperties: boolean;
1162
- properties: {
1163
- backspace: {
1164
- $ref: string;
1165
- };
1166
- check: {
1167
- $ref: string;
1168
- };
1169
- emit: {
1170
- $ref: string;
1171
- };
1172
- keystroke: {
1173
- $ref: string;
1174
- };
1175
- name: {
1176
- type: string;
1177
- };
1178
- special: {
1179
- items: {
1180
- $ref: string;
1181
- };
1182
- type: string;
1183
- };
1184
- startContext: {
1185
- $ref: string;
1186
- };
1187
- };
1188
- required: string[];
1189
- type: string;
1190
- };
1191
- tests: {
1192
- additionalProperties: boolean;
1193
- properties: {
1194
- name: {
1195
- type: string;
1196
- };
1197
- special: {
1198
- items: {
1199
- $ref: string;
1200
- };
1201
- type: string;
1202
- };
1203
- test: {
1204
- items: {
1205
- $ref: string;
1206
- };
1207
- minItems: number;
1208
- type: string;
1209
- };
1210
- };
1211
- required: string[];
1212
- type: string;
1213
- };
1214
- };
1215
- properties: {
1216
- keyboardTest3: {
1217
- additionalProperties: boolean;
1218
- properties: {
1219
- conformsTo: {
1220
- enum: string[];
1221
- type: string;
1222
- };
1223
- info: {
1224
- $ref: string;
1225
- };
1226
- repertoire: {
1227
- items: {
1228
- $ref: string;
1229
- };
1230
- type: string;
1231
- };
1232
- special: {
1233
- items: {
1234
- $ref: string;
1235
- };
1236
- type: string;
1237
- };
1238
- tests: {
1239
- items: {
1240
- $ref: string;
1241
- };
1242
- type: string;
1243
- };
1244
- };
1245
- required: string[];
1246
- type: string;
1247
- };
1248
- };
1249
- required: string[];
1250
- title: string;
1251
- type: string;
1252
- };
1253
- displayMap: {
1254
- $ref: string;
1255
- definitions: {
1256
- displayMap: {
1257
- type: string;
1258
- properties: {
1259
- map: {
1260
- type: string;
1261
- items: {
1262
- $ref: string;
1263
- };
1264
- };
1265
- };
1266
- };
1267
- map: {
1268
- type: string;
1269
- properties: {
1270
- pua: {
1271
- type: string;
1272
- };
1273
- str: {
1274
- type: string;
1275
- };
1276
- unicode: {
1277
- type: string;
1278
- };
1279
- usages: {
1280
- anyOf: ({
1281
- type: string;
1282
- items: {
1283
- $ref: string;
1284
- type?: undefined;
1285
- };
1286
- } | {
1287
- type: string;
1288
- items: {
1289
- type: string;
1290
- $ref?: undefined;
1291
- };
1292
- })[];
1293
- };
1294
- };
1295
- };
1296
- usage: {
1297
- type: string;
1298
- properties: {
1299
- filename: {
1300
- type: string;
1301
- };
1302
- count: {
1303
- type: string;
1304
- };
1305
- };
1306
- };
1307
- };
1308
- };
1309
- touchLayoutClean: {
1310
- $schema: string;
1311
- $ref: string;
1312
- $comment: string;
1313
- description: string;
1314
- definitions: {
1315
- "touch-layout": {
1316
- type: string;
1317
- properties: {
1318
- tablet: {
1319
- $ref: string;
1320
- };
1321
- phone: {
1322
- $ref: string;
1323
- };
1324
- desktop: {
1325
- $ref: string;
1326
- };
1327
- };
1328
- minProperties: number;
1329
- additionalProperties: boolean;
1330
- };
1331
- platform: {
1332
- type: string;
1333
- properties: {
1334
- font: {
1335
- $ref: string;
1336
- };
1337
- fontsize: {
1338
- $ref: string;
1339
- };
1340
- layer: {
1341
- $ref: string;
1342
- };
1343
- displayUnderlying: {
1344
- type: string;
1345
- };
1346
- defaultHint: {
1347
- type: string;
1348
- enum: string[];
1349
- };
1350
- };
1351
- required: string[];
1352
- additionalProperties: boolean;
1353
- };
1354
- layers: {
1355
- type: string;
1356
- items: {
1357
- $ref: string;
1358
- };
1359
- minItems: number;
1360
- };
1361
- layer: {
1362
- type: string;
1363
- properties: {
1364
- id: {
1365
- $ref: string;
1366
- };
1367
- row: {
1368
- $ref: string;
1369
- };
1370
- };
1371
- required: string[];
1372
- additionalProperties: boolean;
1373
- };
1374
- "layer-id": {
1375
- type: string;
1376
- pattern: string;
1377
- };
1378
- rows: {
1379
- type: string;
1380
- items: {
1381
- $ref: string;
1382
- };
1383
- minItems: number;
1384
- };
1385
- row: {
1386
- type: string;
1387
- properties: {
1388
- id: {
1389
- $ref: string;
1390
- };
1391
- key: {
1392
- $ref: string;
1393
- };
1394
- };
1395
- required: string[];
1396
- additionalProperties: boolean;
1397
- };
1398
- "row-id": {
1399
- type: string;
1400
- minimum: number;
1401
- maximum: number;
1402
- };
1403
- keys: {
1404
- type: string;
1405
- items: {
1406
- $ref: string;
1407
- };
1408
- minItems: number;
1409
- };
1410
- key: {
1411
- type: string;
1412
- properties: {
1413
- id: {
1414
- $ref: string;
1415
- };
1416
- text: {
1417
- type: string;
1418
- };
1419
- layer: {
1420
- $ref: string;
1421
- };
1422
- nextlayer: {
1423
- $ref: string;
1424
- };
1425
- font: {
1426
- $ref: string;
1427
- };
1428
- fontsize: {
1429
- $ref: string;
1430
- };
1431
- sp: {
1432
- $ref: string;
1433
- };
1434
- pad: {
1435
- $ref: string;
1436
- };
1437
- width: {
1438
- $ref: string;
1439
- };
1440
- sk: {
1441
- $ref: string;
1442
- };
1443
- flick: {
1444
- $ref: string;
1445
- };
1446
- multitap: {
1447
- $ref: string;
1448
- };
1449
- hint: {
1450
- type: string;
1451
- };
1452
- };
1453
- anyOf: {
1454
- required: string[];
1455
- }[];
1456
- additionalProperties: boolean;
1457
- };
1458
- "key-id": {
1459
- type: string;
1460
- pattern: string;
1461
- };
1462
- "key-sp": {
1463
- type: string;
1464
- enum: number[];
1465
- };
1466
- "key-pad": {
1467
- type: string;
1468
- minimum: number;
1469
- maximum: number;
1470
- };
1471
- "key-width": {
1472
- type: string;
1473
- minimum: number;
1474
- maximum: number;
1475
- };
1476
- subkeys: {
1477
- type: string;
1478
- items: {
1479
- $ref: string;
1480
- };
1481
- minItems: number;
1482
- };
1483
- subkey: {
1484
- type: string;
1485
- properties: {
1486
- id: {
1487
- $ref: string;
1488
- };
1489
- text: {
1490
- type: string;
1491
- };
1492
- layer: {
1493
- $ref: string;
1494
- };
1495
- nextlayer: {
1496
- $ref: string;
1497
- };
1498
- font: {
1499
- $ref: string;
1500
- };
1501
- fontsize: {
1502
- $ref: string;
1503
- };
1504
- sp: {
1505
- $ref: string;
1506
- };
1507
- pad: {
1508
- $ref: string;
1509
- };
1510
- width: {
1511
- $ref: string;
1512
- };
1513
- };
1514
- required: string[];
1515
- additionalProperties: boolean;
1516
- };
1517
- flick: {
1518
- type: string;
1519
- patternProperties: {
1520
- "^(n|s|e|w|ne|nw|se|sw)$": {
1521
- $ref: string;
1522
- };
1523
- };
1524
- minProperties: number;
1525
- additionalProperties: boolean;
1526
- };
1527
- "font-spec": {
1528
- type: string;
1529
- };
1530
- "fontsize-spec": {
1531
- type: string;
1532
- };
1533
- };
1534
- };
1535
- touchLayout: {
1536
- $schema: string;
1537
- $ref: string;
1538
- $comment: string;
1539
- description: string;
1540
- definitions: {
1541
- "touch-layout": {
1542
- type: string;
1543
- properties: {
1544
- tablet: {
1545
- $ref: string;
1546
- };
1547
- phone: {
1548
- $ref: string;
1549
- };
1550
- desktop: {
1551
- $ref: string;
1552
- };
1553
- };
1554
- };
1555
- platform: {
1556
- type: string;
1557
- properties: {
1558
- font: {
1559
- $ref: string;
1560
- };
1561
- fontsize: {
1562
- $ref: string;
1563
- };
1564
- layer: {
1565
- $ref: string;
1566
- };
1567
- displayUnderlying: {
1568
- type: string;
1569
- };
1570
- defaultHint: {
1571
- type: string;
1572
- enum: string[];
1573
- };
1574
- };
1575
- required: string[];
1576
- additionalProperties: boolean;
1577
- };
1578
- layers: {
1579
- type: string;
1580
- items: {
1581
- $ref: string;
1582
- };
1583
- };
1584
- layer: {
1585
- type: string;
1586
- properties: {
1587
- id: {
1588
- $ref: string;
1589
- };
1590
- row: {
1591
- $ref: string;
1592
- };
1593
- };
1594
- required: string[];
1595
- additionalProperties: boolean;
1596
- };
1597
- "layer-id": {
1598
- type: string;
1599
- pattern: string;
1600
- };
1601
- rows: {
1602
- type: string;
1603
- items: {
1604
- $ref: string;
1605
- };
1606
- };
1607
- row: {
1608
- type: string;
1609
- properties: {
1610
- id: {
1611
- $ref: string;
1612
- };
1613
- key: {
1614
- $ref: string;
1615
- };
1616
- };
1617
- required: string[];
1618
- additionalProperties: boolean;
1619
- };
1620
- "row-id": {
1621
- oneOf: ({
1622
- type: string;
1623
- minimum: number;
1624
- maximum: number;
1625
- pattern?: undefined;
1626
- } | {
1627
- type: string;
1628
- pattern: string;
1629
- minimum?: undefined;
1630
- maximum?: undefined;
1631
- })[];
1632
- };
1633
- keys: {
1634
- type: string;
1635
- items: {
1636
- $ref: string;
1637
- };
1638
- };
1639
- key: {
1640
- type: string;
1641
- properties: {
1642
- id: {
1643
- $ref: string;
1644
- };
1645
- text: {
1646
- type: string;
1647
- };
1648
- layer: {
1649
- $ref: string;
1650
- };
1651
- nextlayer: {
1652
- $ref: string;
1653
- };
1654
- fontsize: {
1655
- $ref: string;
1656
- };
1657
- font: {
1658
- $ref: string;
1659
- };
1660
- dk: {
1661
- type: string;
1662
- };
1663
- sp: {
1664
- $ref: string;
1665
- };
1666
- pad: {
1667
- $ref: string;
1668
- };
1669
- width: {
1670
- $ref: string;
1671
- };
1672
- sk: {
1673
- $ref: string;
1674
- };
1675
- flick: {
1676
- $ref: string;
1677
- };
1678
- multitap: {
1679
- $ref: string;
1680
- };
1681
- hint: {
1682
- type: string;
1683
- };
1684
- };
1685
- additionalProperties: boolean;
1686
- };
1687
- numeric: {
1688
- oneOf: ({
1689
- type: string;
1690
- pattern: string;
1691
- } | {
1692
- type: string;
1693
- pattern?: undefined;
1694
- })[];
1695
- };
1696
- "key-id": {
1697
- type: string;
1698
- pattern: string;
1699
- };
1700
- subkeys: {
1701
- type: string;
1702
- items: {
1703
- $ref: string;
1704
- };
1705
- };
1706
- subkey: {
1707
- type: string;
1708
- properties: {
1709
- id: {
1710
- $ref: string;
1711
- };
1712
- text: {
1713
- type: string;
1714
- };
1715
- layer: {
1716
- $ref: string;
1717
- };
1718
- nextlayer: {
1719
- $ref: string;
1720
- };
1721
- sp: {
1722
- $ref: string;
1723
- };
1724
- pad: {
1725
- $ref: string;
1726
- };
1727
- width: {
1728
- $ref: string;
1729
- };
1730
- fontsize: {
1731
- $ref: string;
1732
- };
1733
- font: {
1734
- $ref: string;
1735
- };
1736
- dk: {
1737
- type: string;
1738
- };
1739
- default: {
1740
- type: string;
1741
- };
1742
- };
1743
- required: string[];
1744
- additionalProperties: boolean;
1745
- };
1746
- flick: {
1747
- type: string;
1748
- patternProperties: {
1749
- "^(n|s|e|w|ne|nw|se|sw)$": {
1750
- $ref: string;
1751
- };
1752
- };
1753
- additionalProperties: boolean;
1754
- };
1755
- "font-spec": {
1756
- type: string;
1757
- };
1758
- "fontsize-spec": {
1759
- type: string;
1760
- };
1761
- };
1762
- };
1763
- keyboard_info: {
1764
- $schema: string;
1765
- $ref: string;
1766
- definitions: {
1767
- KeyboardInfo: {
1768
- type: string;
1769
- properties: {
1770
- id: {
1771
- type: string;
1772
- };
1773
- name: {
1774
- type: string;
1775
- };
1776
- authorName: {
1777
- type: string;
1778
- };
1779
- authorEmail: {
1780
- type: string;
1781
- format: string;
1782
- };
1783
- description: {
1784
- type: string;
1785
- };
1786
- license: {
1787
- type: string;
1788
- enum: string[];
1789
- };
1790
- languages: {
1791
- anyOf: ({
1792
- type: string;
1793
- items: {
1794
- type: string;
1795
- };
1796
- uniqueItems: boolean;
1797
- $ref?: undefined;
1798
- } | {
1799
- $ref: string;
1800
- type?: undefined;
1801
- items?: undefined;
1802
- uniqueItems?: undefined;
1803
- })[];
1804
- };
1805
- lastModifiedDate: {
1806
- type: string;
1807
- format: string;
1808
- };
1809
- packageFilename: {
1810
- type: string;
1811
- pattern: string;
1812
- };
1813
- packageFileSize: {
1814
- type: string;
1815
- };
1816
- jsFilename: {
1817
- type: string;
1818
- pattern: string;
1819
- };
1820
- jsFileSize: {
1821
- type: string;
1822
- };
1823
- isRTL: {
1824
- type: string;
1825
- };
1826
- encodings: {
1827
- type: string;
1828
- items: {
1829
- type: string;
1830
- enum: string[];
1831
- };
1832
- };
1833
- packageIncludes: {
1834
- type: string;
1835
- items: {
1836
- type: string;
1837
- enum: string[];
1838
- };
1839
- };
1840
- version: {
1841
- type: string;
1842
- };
1843
- minKeymanVersion: {
1844
- type: string;
1845
- pattern: string;
1846
- };
1847
- helpLink: {
1848
- type: string;
1849
- pattern: string;
1850
- };
1851
- platformSupport: {
1852
- $ref: string;
1853
- };
1854
- sourcePath: {
1855
- type: string;
1856
- pattern: string;
1857
- };
1858
- related: {
1859
- type: string;
1860
- patternProperties: {
1861
- ".": {
1862
- $ref: string;
1863
- };
1864
- };
1865
- additionalProperties: boolean;
1866
- };
1867
- deprecated: {
1868
- type: string;
1869
- };
1870
- };
1871
- required: string[];
1872
- };
1873
- KeyboardLanguageInfo: {
1874
- type: string;
1875
- patternProperties: {
1876
- ".": {
1877
- $ref: string;
1878
- };
1879
- };
1880
- additionalProperties: boolean;
1881
- };
1882
- KeyboardLanguageInfoItem: {
1883
- type: string;
1884
- properties: {
1885
- font: {
1886
- $ref: string;
1887
- };
1888
- oskFont: {
1889
- $ref: string;
1890
- };
1891
- examples: {
1892
- type: string;
1893
- items: {
1894
- $ref: string;
1895
- };
1896
- };
1897
- displayName: {
1898
- type: string;
1899
- };
1900
- languageName: {
1901
- type: string;
1902
- };
1903
- scriptName: {
1904
- type: string;
1905
- };
1906
- regionName: {
1907
- type: string;
1908
- };
1909
- };
1910
- required: any[];
1911
- additionalProperties: boolean;
1912
- };
1913
- KeyboardFontInfo: {
1914
- type: string;
1915
- properties: {
1916
- family: {
1917
- type: string;
1918
- };
1919
- source: {
1920
- type: string;
1921
- items: {
1922
- type: string;
1923
- };
1924
- };
1925
- };
1926
- required: string[];
1927
- additionalProperties: boolean;
1928
- };
1929
- KeyboardExampleInfo: {
1930
- type: string;
1931
- properties: {
1932
- keys: {
1933
- type: string;
1934
- };
1935
- text: {
1936
- type: string;
1937
- };
1938
- note: {
1939
- type: string;
1940
- };
1941
- };
1942
- required: string[];
1943
- additionalProperties: boolean;
1944
- };
1945
- KeyboardPlatformInfo: {
1946
- type: string;
1947
- patternProperties: {
1948
- "^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": {
1949
- type: string;
1950
- enum: string[];
1951
- };
1952
- };
1953
- required: any[];
1954
- additionalProperties: boolean;
1955
- };
1956
- KeyboardRelatedInfo: {
1957
- type: string;
1958
- properties: {
1959
- deprecates: {
1960
- type: string;
1961
- };
1962
- deprecatedBy: {
1963
- type: string;
1964
- };
1965
- };
1966
- required: any[];
1967
- additionalProperties: boolean;
1968
- };
1969
- };
1970
- };
1971
- kmp: {
1972
- $schema: string;
1973
- $ref: string;
1974
- definitions: {
1975
- package: {
1976
- type: string;
1977
- properties: {
1978
- system: {
1979
- $ref: string;
1980
- };
1981
- options: {
1982
- $ref: string;
1983
- };
1984
- startMenu: {
1985
- $ref: string;
1986
- };
1987
- strings: {
1988
- $ref: string;
1989
- };
1990
- files: {
1991
- $ref: string;
1992
- };
1993
- keyboards: {
1994
- $ref: string;
1995
- };
1996
- lexicalModels: {
1997
- $ref: string;
1998
- };
1999
- info: {
2000
- $ref: string;
2001
- };
2002
- relatedPackages: {
2003
- type: string;
2004
- items: {
2005
- $ref: string;
2006
- };
2007
- };
2008
- };
2009
- additionalProperties: boolean;
2010
- required: string[];
2011
- };
2012
- system: {
2013
- type: string;
2014
- properties: {
2015
- keymanDeveloperVersion: {
2016
- type: string;
2017
- };
2018
- fileVersion: {
2019
- type: string;
2020
- };
2021
- };
2022
- additionalProperties: boolean;
2023
- required: string[];
2024
- };
2025
- options: {
2026
- type: string;
2027
- properties: {
2028
- readmeFile: {
2029
- type: string;
2030
- };
2031
- graphicFile: {
2032
- type: string;
2033
- };
2034
- licenseFile: {
2035
- type: string;
2036
- };
2037
- welcomeFile: {
2038
- type: string;
2039
- };
2040
- executeProgram: {
2041
- type: string;
2042
- };
2043
- msiFilename: {
2044
- type: string;
2045
- };
2046
- msiOptions: {
2047
- type: string;
2048
- };
2049
- };
2050
- additionalProperties: boolean;
2051
- };
2052
- startMenu: {
2053
- type: string;
2054
- properties: {
2055
- folder: {
2056
- type: string;
2057
- };
2058
- addUninstallEntry: {
2059
- type: string;
2060
- };
2061
- items: {
2062
- type: string;
2063
- items: {
2064
- $ref: string;
2065
- };
2066
- };
2067
- };
2068
- additionalProperties: boolean;
2069
- };
2070
- startMenuItem: {
2071
- type: string;
2072
- properties: {
2073
- name: {
2074
- type: string;
2075
- };
2076
- filename: {
2077
- type: string;
2078
- };
2079
- arguments: {
2080
- type: string;
2081
- };
2082
- icon: {
2083
- type: string;
2084
- };
2085
- location: {
2086
- type: string;
2087
- };
2088
- };
2089
- additionalProperties: boolean;
2090
- required: string[];
2091
- };
2092
- strings: {
2093
- type: string;
2094
- patternProperties: {
2095
- ".": {
2096
- type: string;
2097
- };
2098
- };
2099
- additionalProperties: boolean;
2100
- };
2101
- files: {
2102
- type: string;
2103
- items: {
2104
- $ref: string;
2105
- };
2106
- };
2107
- file: {
2108
- type: string;
2109
- properties: {
2110
- name: {
2111
- type: string;
2112
- };
2113
- description: {
2114
- type: string;
2115
- };
2116
- copyLocation: {
2117
- type: string;
2118
- };
2119
- };
2120
- additionalProperties: boolean;
2121
- required: string[];
2122
- };
2123
- keyboards: {
2124
- type: string;
2125
- items: {
2126
- $ref: string;
2127
- };
2128
- };
2129
- keyboard: {
2130
- type: string;
2131
- properties: {
2132
- name: {
2133
- type: string;
2134
- };
2135
- id: {
2136
- type: string;
2137
- };
2138
- version: {
2139
- type: string;
2140
- };
2141
- oskFont: {
2142
- type: string;
2143
- };
2144
- displayFont: {
2145
- type: string;
2146
- };
2147
- rtl: {
2148
- type: string;
2149
- };
2150
- languages: {
2151
- type: string;
2152
- items: {
2153
- $ref: string;
2154
- };
2155
- };
2156
- examples: {
2157
- type: string;
2158
- items: {
2159
- $ref: string;
2160
- };
2161
- };
2162
- webOskFonts: {
2163
- type: string;
2164
- items: {
2165
- type: string;
2166
- };
2167
- };
2168
- webDisplayFonts: {
2169
- type: string;
2170
- items: {
2171
- type: string;
2172
- };
2173
- };
2174
- };
2175
- additionalProperties: boolean;
2176
- required: string[];
2177
- };
2178
- keyboardLanguage: {
2179
- type: string;
2180
- properties: {
2181
- name: {
2182
- type: string;
2183
- };
2184
- id: {
2185
- type: string;
2186
- };
2187
- };
2188
- additionalProperties: boolean;
2189
- required: string[];
2190
- };
2191
- info: {
2192
- type: string;
2193
- properties: {
2194
- website: {
2195
- $ref: string;
2196
- };
2197
- version: {
2198
- $ref: string;
2199
- };
2200
- name: {
2201
- $ref: string;
2202
- };
2203
- copyright: {
2204
- $ref: string;
2205
- };
2206
- author: {
2207
- $ref: string;
2208
- };
2209
- description: {
2210
- $ref: string;
2211
- };
2212
- };
2213
- additionalProperties: boolean;
2214
- };
2215
- infoItem: {
2216
- type: string;
2217
- properties: {
2218
- description: {
2219
- type: string;
2220
- };
2221
- url: {
2222
- type: string;
2223
- };
2224
- };
2225
- additionalProperties: boolean;
2226
- required: string[];
2227
- };
2228
- lexicalModels: {
2229
- type: string;
2230
- items: {
2231
- $ref: string;
2232
- };
2233
- };
2234
- lexicalModel: {
2235
- type: string;
2236
- properties: {
2237
- name: {
2238
- type: string;
2239
- };
2240
- id: {
2241
- type: string;
2242
- };
2243
- version: {
2244
- type: string;
2245
- };
2246
- rtl: {
2247
- type: string;
2248
- };
2249
- languages: {
2250
- type: string;
2251
- items: {
2252
- $ref: string;
2253
- };
2254
- };
2255
- };
2256
- additionalProperties: boolean;
2257
- required: string[];
2258
- };
2259
- keyboardExample: {
2260
- type: string;
2261
- properties: {
2262
- id: {
2263
- type: string;
2264
- };
2265
- keys: {
2266
- type: string;
2267
- };
2268
- text: {
2269
- type: string;
2270
- };
2271
- note: {
2272
- type: string;
2273
- };
2274
- };
2275
- additionalProperties: boolean;
2276
- required: string[];
2277
- };
2278
- relatedPackage: {
2279
- type: string;
2280
- properties: {
2281
- id: {
2282
- type: string;
2283
- };
2284
- relationship: {
2285
- type: string;
2286
- enum: string[];
2287
- };
2288
- };
2289
- additionalProperties: boolean;
2290
- required: string[];
2291
- };
2292
- };
2293
- };
2294
- };
2295
- export default Schemas;
2296
- //# debugId=fea8ec4c-0584-545e-8983-a241b4ec7caf
2297
- //# sourceMappingURL=schemas.d.ts.map
1
+ declare const Schemas: {
2
+ kpj: {
3
+ title: string;
4
+ $schema: string;
5
+ type: string;
6
+ properties: {
7
+ KeymanDeveloperProject: {
8
+ properties: {
9
+ Options: {
10
+ $ref: string;
11
+ };
12
+ Files: {
13
+ $ref: string;
14
+ };
15
+ };
16
+ required: string[];
17
+ additionalProperties: boolean;
18
+ type: string;
19
+ };
20
+ };
21
+ required: string[];
22
+ additionalProperties: boolean;
23
+ definitions: {
24
+ Options: {
25
+ type: string;
26
+ properties: {
27
+ BuildPath: {
28
+ type: string;
29
+ };
30
+ SourcePath: {
31
+ type: string;
32
+ };
33
+ CompilerWarningsAsErrors: {
34
+ type: string;
35
+ pattern: string;
36
+ };
37
+ WarnDeprecatedCode: {
38
+ type: string;
39
+ pattern: string;
40
+ };
41
+ CheckFilenameConventions: {
42
+ type: string;
43
+ pattern: string;
44
+ };
45
+ SkipMetadataFiles: {
46
+ type: string;
47
+ pattern: string;
48
+ };
49
+ ProjectType: {
50
+ type: string;
51
+ pattern: string;
52
+ };
53
+ Version: {
54
+ type: string;
55
+ pattern: string;
56
+ };
57
+ };
58
+ required: any[];
59
+ additionalProperties: boolean;
60
+ };
61
+ Files: {
62
+ type: string;
63
+ properties: {
64
+ File: {
65
+ type: string;
66
+ items: {
67
+ $ref: string;
68
+ };
69
+ };
70
+ };
71
+ additionalProperties: boolean;
72
+ required: string[];
73
+ };
74
+ File: {
75
+ type: string;
76
+ properties: {
77
+ ID: {
78
+ type: string;
79
+ };
80
+ Filename: {
81
+ type: string;
82
+ };
83
+ Filepath: {
84
+ type: string;
85
+ };
86
+ FileVersion: {
87
+ type: string;
88
+ };
89
+ FileType: {
90
+ type: string;
91
+ };
92
+ Details: {
93
+ $ref: string;
94
+ };
95
+ ParentFileID: {
96
+ type: string;
97
+ };
98
+ };
99
+ required: string[];
100
+ additionalProperties: boolean;
101
+ };
102
+ FileDetails: {
103
+ type: string;
104
+ properties: {
105
+ Name: {
106
+ type: string;
107
+ };
108
+ Copyright: {
109
+ type: string;
110
+ };
111
+ Message: {
112
+ type: string;
113
+ };
114
+ Version: {
115
+ type: string;
116
+ };
117
+ };
118
+ required: any[];
119
+ additionalProperties: boolean;
120
+ };
121
+ };
122
+ };
123
+ kpj90: {
124
+ title: string;
125
+ $schema: string;
126
+ type: string;
127
+ properties: {
128
+ KeymanDeveloperProject: {
129
+ properties: {
130
+ Options: {
131
+ $ref: string;
132
+ };
133
+ Files: {
134
+ $ref: string;
135
+ };
136
+ templatepath: {
137
+ type: string;
138
+ $comment: string;
139
+ };
140
+ stringspath: {
141
+ type: string;
142
+ $comment: string;
143
+ };
144
+ state: {
145
+ type: string;
146
+ $comment: string;
147
+ };
148
+ Modules: {
149
+ oneOf: {
150
+ type: string;
151
+ }[];
152
+ $comment: string;
153
+ };
154
+ MRU: {
155
+ type: string;
156
+ $comment: string;
157
+ };
158
+ };
159
+ required: any[];
160
+ additionalProperties: boolean;
161
+ type: string;
162
+ };
163
+ };
164
+ required: string[];
165
+ additionalProperties: boolean;
166
+ definitions: {
167
+ Options: {
168
+ type: string;
169
+ properties: {
170
+ BuildPath: {
171
+ type: string;
172
+ };
173
+ SourcePath: {
174
+ type: string;
175
+ };
176
+ CompilerWarningsAsErrors: {
177
+ type: string;
178
+ pattern: string;
179
+ };
180
+ WarnDeprecatedCode: {
181
+ type: string;
182
+ pattern: string;
183
+ };
184
+ CheckFilenameConventions: {
185
+ type: string;
186
+ pattern: string;
187
+ };
188
+ ProjectType: {
189
+ type: string;
190
+ pattern: string;
191
+ };
192
+ Version: {
193
+ type: string;
194
+ pattern: string;
195
+ };
196
+ };
197
+ required: any[];
198
+ additionalProperties: boolean;
199
+ };
200
+ Files: {
201
+ type: string;
202
+ properties: {
203
+ File: {
204
+ type: string;
205
+ items: {
206
+ $ref: string;
207
+ };
208
+ };
209
+ };
210
+ additionalProperties: boolean;
211
+ required: string[];
212
+ };
213
+ File: {
214
+ type: string;
215
+ properties: {
216
+ ID: {
217
+ type: string;
218
+ };
219
+ Filename: {
220
+ type: string;
221
+ };
222
+ Filepath: {
223
+ type: string;
224
+ };
225
+ FileVersion: {
226
+ type: string;
227
+ };
228
+ FileType: {
229
+ type: string;
230
+ };
231
+ Details: {
232
+ $ref: string;
233
+ };
234
+ ParentFileID: {
235
+ type: string;
236
+ };
237
+ FullPath: {
238
+ type: string;
239
+ $comment: string;
240
+ };
241
+ IDEState: {
242
+ type: string;
243
+ $comment: string;
244
+ };
245
+ };
246
+ required: string[];
247
+ additionalProperties: boolean;
248
+ };
249
+ FileDetails: {
250
+ type: string;
251
+ properties: {
252
+ Name: {
253
+ type: string;
254
+ };
255
+ Copyright: {
256
+ type: string;
257
+ };
258
+ Message: {
259
+ type: string;
260
+ };
261
+ Version: {
262
+ type: string;
263
+ };
264
+ Debug: {
265
+ type: string;
266
+ $comment: string;
267
+ };
268
+ };
269
+ required: any[];
270
+ additionalProperties: boolean;
271
+ };
272
+ };
273
+ };
274
+ kvks: {
275
+ title: string;
276
+ $schema: string;
277
+ type: string;
278
+ properties: {
279
+ visualkeyboard: {
280
+ properties: {
281
+ header: {
282
+ $ref: string;
283
+ };
284
+ encoding: {
285
+ type: string;
286
+ items: {
287
+ $ref: string;
288
+ };
289
+ };
290
+ };
291
+ required: string[];
292
+ additionalProperties: boolean;
293
+ type: string;
294
+ };
295
+ };
296
+ required: string[];
297
+ additionalProperties: boolean;
298
+ definitions: {
299
+ "kvk-header": {
300
+ type: string;
301
+ properties: {
302
+ version: {
303
+ $ref: string;
304
+ };
305
+ kbdname: {
306
+ type: string;
307
+ };
308
+ flags: {
309
+ $ref: string;
310
+ };
311
+ layout: {
312
+ type: string;
313
+ };
314
+ };
315
+ required: string[];
316
+ additionalProperties: boolean;
317
+ };
318
+ "kvk-header-flags": {
319
+ type: string;
320
+ properties: {
321
+ key102: {
322
+ $ref: string;
323
+ };
324
+ displayunderlying: {
325
+ $ref: string;
326
+ };
327
+ usealtgr: {
328
+ $ref: string;
329
+ };
330
+ useunderlying: {
331
+ $ref: string;
332
+ };
333
+ };
334
+ additionalProperties: boolean;
335
+ };
336
+ "kvk-encoding": {
337
+ type: string;
338
+ properties: {
339
+ layer: {
340
+ type: string;
341
+ items: {
342
+ $ref: string;
343
+ };
344
+ };
345
+ $: {
346
+ type: string;
347
+ properties: {
348
+ name: {
349
+ $ref: string;
350
+ };
351
+ fontname: {
352
+ type: string;
353
+ };
354
+ fontsize: {
355
+ type: string;
356
+ };
357
+ };
358
+ required: string[];
359
+ additionalProperties: boolean;
360
+ };
361
+ };
362
+ required: string[];
363
+ additionalProperties: boolean;
364
+ };
365
+ "kvk-layer": {
366
+ type: string;
367
+ properties: {
368
+ key: {
369
+ type: string;
370
+ items: {
371
+ $ref: string;
372
+ };
373
+ };
374
+ $: {
375
+ type: string;
376
+ properties: {
377
+ shift: {
378
+ $ref: string;
379
+ };
380
+ };
381
+ required: string[];
382
+ additionalProperties: boolean;
383
+ };
384
+ };
385
+ required: string[];
386
+ additionalProperties: boolean;
387
+ };
388
+ "kvk-key": {
389
+ type: string;
390
+ properties: {
391
+ bitmap: {
392
+ type: string;
393
+ };
394
+ $: {
395
+ type: string;
396
+ properties: {
397
+ vkey: {
398
+ type: string;
399
+ };
400
+ };
401
+ required: string[];
402
+ additionalProperties: boolean;
403
+ };
404
+ _: {
405
+ type: string;
406
+ };
407
+ };
408
+ required: string[];
409
+ additionalProperties: boolean;
410
+ };
411
+ "km-empty": {
412
+ type: string;
413
+ };
414
+ "kvk-encoding-name": {
415
+ type: string;
416
+ enum: string[];
417
+ };
418
+ "kvk-layer-shift": {
419
+ type: string;
420
+ pattern: string;
421
+ };
422
+ "kvk-version": {
423
+ type: string;
424
+ pattern: string;
425
+ enum: string[];
426
+ };
427
+ "km-version": {
428
+ type: string;
429
+ pattern: string;
430
+ };
431
+ };
432
+ };
433
+ ldmlKeyboard3: {
434
+ $schema: string;
435
+ additionalProperties: boolean;
436
+ definitions: {
437
+ any: {
438
+ type: string;
439
+ };
440
+ display: {
441
+ additionalProperties: boolean;
442
+ properties: {
443
+ display: {
444
+ type: string;
445
+ };
446
+ keyId: {
447
+ type: string;
448
+ };
449
+ output: {
450
+ type: string;
451
+ };
452
+ };
453
+ required: string[];
454
+ type: string;
455
+ };
456
+ displayOptions: {
457
+ additionalProperties: boolean;
458
+ properties: {
459
+ baseCharacter: {
460
+ type: string;
461
+ };
462
+ };
463
+ type: string;
464
+ };
465
+ displays: {
466
+ additionalProperties: boolean;
467
+ properties: {
468
+ display: {
469
+ items: {
470
+ $ref: string;
471
+ };
472
+ type: string;
473
+ };
474
+ displayOptions: {
475
+ $ref: string;
476
+ };
477
+ import: {
478
+ items: {
479
+ $ref: string;
480
+ };
481
+ type: string;
482
+ };
483
+ special: {
484
+ items: {
485
+ $ref: string;
486
+ };
487
+ type: string;
488
+ };
489
+ };
490
+ type: string;
491
+ };
492
+ flick: {
493
+ additionalProperties: boolean;
494
+ properties: {
495
+ flickSegment: {
496
+ items: {
497
+ $ref: string;
498
+ };
499
+ minItems: number;
500
+ type: string;
501
+ };
502
+ id: {
503
+ type: string;
504
+ };
505
+ special: {
506
+ items: {
507
+ $ref: string;
508
+ };
509
+ type: string;
510
+ };
511
+ };
512
+ required: string[];
513
+ type: string;
514
+ };
515
+ flickSegment: {
516
+ additionalProperties: boolean;
517
+ properties: {
518
+ directions: {
519
+ type: string;
520
+ };
521
+ keyId: {
522
+ type: string;
523
+ };
524
+ };
525
+ required: string[];
526
+ type: string;
527
+ };
528
+ flicks: {
529
+ additionalProperties: boolean;
530
+ properties: {
531
+ flick: {
532
+ items: {
533
+ $ref: string;
534
+ };
535
+ type: string;
536
+ };
537
+ import: {
538
+ items: {
539
+ $ref: string;
540
+ };
541
+ type: string;
542
+ };
543
+ special: {
544
+ items: {
545
+ $ref: string;
546
+ };
547
+ type: string;
548
+ };
549
+ };
550
+ type: string;
551
+ };
552
+ form: {
553
+ additionalProperties: boolean;
554
+ properties: {
555
+ id: {
556
+ type: string;
557
+ };
558
+ scanCodes: {
559
+ items: {
560
+ $ref: string;
561
+ };
562
+ minItems: number;
563
+ type: string;
564
+ };
565
+ special: {
566
+ items: {
567
+ $ref: string;
568
+ };
569
+ type: string;
570
+ };
571
+ };
572
+ required: string[];
573
+ type: string;
574
+ };
575
+ forms: {
576
+ additionalProperties: boolean;
577
+ properties: {
578
+ form: {
579
+ items: {
580
+ $ref: string;
581
+ };
582
+ type: string;
583
+ };
584
+ import: {
585
+ items: {
586
+ $ref: string;
587
+ };
588
+ type: string;
589
+ };
590
+ special: {
591
+ items: {
592
+ $ref: string;
593
+ };
594
+ type: string;
595
+ };
596
+ };
597
+ type: string;
598
+ };
599
+ import: {
600
+ additionalProperties: boolean;
601
+ properties: {
602
+ base: {
603
+ enum: string[];
604
+ type: string;
605
+ };
606
+ path: {
607
+ type: string;
608
+ };
609
+ };
610
+ required: string[];
611
+ type: string;
612
+ };
613
+ info: {
614
+ additionalProperties: boolean;
615
+ properties: {
616
+ author: {
617
+ type: string;
618
+ };
619
+ indicator: {
620
+ type: string;
621
+ };
622
+ layout: {
623
+ type: string;
624
+ };
625
+ name: {
626
+ type: string;
627
+ };
628
+ };
629
+ required: string[];
630
+ type: string;
631
+ };
632
+ key: {
633
+ additionalProperties: boolean;
634
+ properties: {
635
+ flickId: {
636
+ type: string;
637
+ };
638
+ gap: {
639
+ enum: string[];
640
+ type: string;
641
+ };
642
+ id: {
643
+ type: string;
644
+ };
645
+ layerId: {
646
+ type: string;
647
+ };
648
+ longPressDefaultKeyId: {
649
+ type: string;
650
+ };
651
+ longPressKeyIds: {
652
+ type: string;
653
+ };
654
+ multiTapKeyIds: {
655
+ type: string;
656
+ };
657
+ output: {
658
+ type: string;
659
+ };
660
+ stretch: {
661
+ enum: string[];
662
+ type: string;
663
+ };
664
+ width: {
665
+ type: string;
666
+ };
667
+ };
668
+ required: string[];
669
+ type: string;
670
+ };
671
+ keys: {
672
+ additionalProperties: boolean;
673
+ properties: {
674
+ import: {
675
+ items: {
676
+ $ref: string;
677
+ };
678
+ type: string;
679
+ };
680
+ key: {
681
+ items: {
682
+ $ref: string;
683
+ };
684
+ type: string;
685
+ };
686
+ special: {
687
+ items: {
688
+ $ref: string;
689
+ };
690
+ type: string;
691
+ };
692
+ };
693
+ type: string;
694
+ };
695
+ layer: {
696
+ additionalProperties: boolean;
697
+ properties: {
698
+ id: {
699
+ type: string;
700
+ };
701
+ modifiers: {
702
+ type: string;
703
+ };
704
+ row: {
705
+ items: {
706
+ $ref: string;
707
+ };
708
+ minItems: number;
709
+ type: string;
710
+ };
711
+ special: {
712
+ items: {
713
+ $ref: string;
714
+ };
715
+ type: string;
716
+ };
717
+ };
718
+ required: string[];
719
+ type: string;
720
+ };
721
+ layers: {
722
+ additionalProperties: boolean;
723
+ properties: {
724
+ formId: {
725
+ type: string;
726
+ };
727
+ import: {
728
+ items: {
729
+ $ref: string;
730
+ };
731
+ type: string;
732
+ };
733
+ layer: {
734
+ items: {
735
+ $ref: string;
736
+ };
737
+ type: string;
738
+ };
739
+ minDeviceWidth: {
740
+ type: string;
741
+ };
742
+ special: {
743
+ items: {
744
+ $ref: string;
745
+ };
746
+ type: string;
747
+ };
748
+ };
749
+ required: string[];
750
+ type: string;
751
+ };
752
+ locale: {
753
+ additionalProperties: boolean;
754
+ properties: {
755
+ id: {
756
+ type: string;
757
+ };
758
+ };
759
+ required: string[];
760
+ type: string;
761
+ };
762
+ locales: {
763
+ additionalProperties: boolean;
764
+ properties: {
765
+ locale: {
766
+ items: {
767
+ $ref: string;
768
+ };
769
+ type: string;
770
+ };
771
+ };
772
+ type: string;
773
+ };
774
+ reorder: {
775
+ additionalProperties: boolean;
776
+ properties: {
777
+ before: {
778
+ type: string;
779
+ };
780
+ from: {
781
+ type: string;
782
+ };
783
+ order: {
784
+ type: string;
785
+ };
786
+ preBase: {
787
+ type: string;
788
+ };
789
+ tertiary: {
790
+ type: string;
791
+ };
792
+ tertiaryBase: {
793
+ type: string;
794
+ };
795
+ };
796
+ required: string[];
797
+ type: string;
798
+ };
799
+ row: {
800
+ additionalProperties: boolean;
801
+ properties: {
802
+ keys: {
803
+ type: string;
804
+ };
805
+ };
806
+ required: string[];
807
+ type: string;
808
+ };
809
+ scanCodes: {
810
+ additionalProperties: boolean;
811
+ properties: {
812
+ codes: {
813
+ type: string;
814
+ };
815
+ };
816
+ required: string[];
817
+ type: string;
818
+ };
819
+ set: {
820
+ additionalProperties: boolean;
821
+ properties: {
822
+ id: {
823
+ type: string;
824
+ };
825
+ value: {
826
+ type: string;
827
+ };
828
+ };
829
+ required: string[];
830
+ type: string;
831
+ };
832
+ settings: {
833
+ additionalProperties: boolean;
834
+ properties: {
835
+ normalization: {
836
+ enum: string[];
837
+ type: string;
838
+ };
839
+ };
840
+ type: string;
841
+ };
842
+ special: {
843
+ $ref: string;
844
+ };
845
+ stringVariable: {
846
+ additionalProperties: boolean;
847
+ properties: {
848
+ id: {
849
+ type: string;
850
+ };
851
+ value: {
852
+ type: string;
853
+ };
854
+ };
855
+ required: string[];
856
+ type: string;
857
+ };
858
+ transform: {
859
+ additionalProperties: boolean;
860
+ properties: {
861
+ from: {
862
+ type: string;
863
+ };
864
+ to: {
865
+ type: string;
866
+ };
867
+ };
868
+ required: string[];
869
+ type: string;
870
+ };
871
+ transformGroup: {
872
+ additionalProperties: boolean;
873
+ properties: {
874
+ import: {
875
+ items: {
876
+ $ref: string;
877
+ };
878
+ type: string;
879
+ };
880
+ reorder: {
881
+ items: {
882
+ $ref: string;
883
+ };
884
+ type: string;
885
+ };
886
+ special: {
887
+ items: {
888
+ $ref: string;
889
+ };
890
+ type: string;
891
+ };
892
+ transform: {
893
+ items: {
894
+ $ref: string;
895
+ };
896
+ type: string;
897
+ };
898
+ };
899
+ type: string;
900
+ };
901
+ transforms: {
902
+ additionalProperties: boolean;
903
+ properties: {
904
+ import: {
905
+ items: {
906
+ $ref: string;
907
+ };
908
+ type: string;
909
+ };
910
+ special: {
911
+ items: {
912
+ $ref: string;
913
+ };
914
+ type: string;
915
+ };
916
+ transformGroup: {
917
+ items: {
918
+ $ref: string;
919
+ };
920
+ type: string;
921
+ };
922
+ type: {
923
+ enum: string[];
924
+ type: string;
925
+ };
926
+ };
927
+ required: string[];
928
+ type: string;
929
+ };
930
+ unicodeSet: {
931
+ additionalProperties: boolean;
932
+ properties: {
933
+ id: {
934
+ type: string;
935
+ };
936
+ value: {
937
+ type: string;
938
+ };
939
+ };
940
+ required: string[];
941
+ type: string;
942
+ };
943
+ variables: {
944
+ additionalProperties: boolean;
945
+ properties: {
946
+ import: {
947
+ items: {
948
+ $ref: string;
949
+ };
950
+ type: string;
951
+ };
952
+ set: {
953
+ items: {
954
+ $ref: string;
955
+ };
956
+ type: string;
957
+ };
958
+ special: {
959
+ items: {
960
+ $ref: string;
961
+ };
962
+ type: string;
963
+ };
964
+ string: {
965
+ items: {
966
+ $ref: string;
967
+ };
968
+ type: string;
969
+ };
970
+ unicodeSet: {
971
+ items: {
972
+ $ref: string;
973
+ };
974
+ type: string;
975
+ };
976
+ };
977
+ type: string;
978
+ };
979
+ version: {
980
+ additionalProperties: boolean;
981
+ properties: {
982
+ cldrVersion: {
983
+ enum: string[];
984
+ type: string;
985
+ };
986
+ number: {
987
+ type: string;
988
+ };
989
+ };
990
+ type: string;
991
+ };
992
+ };
993
+ properties: {
994
+ keyboard3: {
995
+ additionalProperties: boolean;
996
+ properties: {
997
+ conformsTo: {
998
+ enum: string[];
999
+ type: string;
1000
+ };
1001
+ displays: {
1002
+ $ref: string;
1003
+ };
1004
+ flicks: {
1005
+ $ref: string;
1006
+ };
1007
+ forms: {
1008
+ $ref: string;
1009
+ };
1010
+ import: {
1011
+ items: {
1012
+ $ref: string;
1013
+ };
1014
+ type: string;
1015
+ };
1016
+ info: {
1017
+ $ref: string;
1018
+ };
1019
+ keys: {
1020
+ $ref: string;
1021
+ };
1022
+ layers: {
1023
+ items: {
1024
+ $ref: string;
1025
+ };
1026
+ type: string;
1027
+ };
1028
+ locale: {
1029
+ type: string;
1030
+ };
1031
+ locales: {
1032
+ $ref: string;
1033
+ };
1034
+ settings: {
1035
+ $ref: string;
1036
+ };
1037
+ special: {
1038
+ items: {
1039
+ $ref: string;
1040
+ };
1041
+ type: string;
1042
+ };
1043
+ transforms: {
1044
+ items: {
1045
+ $ref: string;
1046
+ };
1047
+ type: string;
1048
+ };
1049
+ variables: {
1050
+ $ref: string;
1051
+ };
1052
+ version: {
1053
+ $ref: string;
1054
+ };
1055
+ };
1056
+ required: string[];
1057
+ type: string;
1058
+ };
1059
+ };
1060
+ required: string[];
1061
+ title: string;
1062
+ type: string;
1063
+ };
1064
+ ldmlKeyboardTest3: {
1065
+ $schema: string;
1066
+ additionalProperties: boolean;
1067
+ definitions: {
1068
+ any: {
1069
+ type: string;
1070
+ };
1071
+ backspace: {
1072
+ type: string;
1073
+ };
1074
+ check: {
1075
+ additionalProperties: boolean;
1076
+ properties: {
1077
+ result: {
1078
+ type: string;
1079
+ };
1080
+ };
1081
+ required: string[];
1082
+ type: string;
1083
+ };
1084
+ emit: {
1085
+ additionalProperties: boolean;
1086
+ properties: {
1087
+ to: {
1088
+ type: string;
1089
+ };
1090
+ };
1091
+ required: string[];
1092
+ type: string;
1093
+ };
1094
+ info: {
1095
+ additionalProperties: boolean;
1096
+ properties: {
1097
+ author: {
1098
+ type: string;
1099
+ };
1100
+ keyboard: {
1101
+ type: string;
1102
+ };
1103
+ name: {
1104
+ type: string;
1105
+ };
1106
+ };
1107
+ required: string[];
1108
+ type: string;
1109
+ };
1110
+ keystroke: {
1111
+ additionalProperties: boolean;
1112
+ properties: {
1113
+ flick: {
1114
+ type: string;
1115
+ };
1116
+ key: {
1117
+ type: string;
1118
+ };
1119
+ longPress: {
1120
+ type: string;
1121
+ };
1122
+ tapCount: {
1123
+ type: string;
1124
+ };
1125
+ };
1126
+ required: string[];
1127
+ type: string;
1128
+ };
1129
+ repertoire: {
1130
+ additionalProperties: boolean;
1131
+ properties: {
1132
+ chars: {
1133
+ type: string;
1134
+ };
1135
+ name: {
1136
+ type: string;
1137
+ };
1138
+ type: {
1139
+ enum: string[];
1140
+ type: string;
1141
+ };
1142
+ };
1143
+ required: string[];
1144
+ type: string;
1145
+ };
1146
+ special: {
1147
+ $ref: string;
1148
+ };
1149
+ startContext: {
1150
+ additionalProperties: boolean;
1151
+ properties: {
1152
+ to: {
1153
+ type: string;
1154
+ };
1155
+ };
1156
+ required: string[];
1157
+ type: string;
1158
+ };
1159
+ test: {
1160
+ additionalProperties: boolean;
1161
+ properties: {
1162
+ backspace: {
1163
+ $ref: string;
1164
+ };
1165
+ check: {
1166
+ $ref: string;
1167
+ };
1168
+ emit: {
1169
+ $ref: string;
1170
+ };
1171
+ keystroke: {
1172
+ $ref: string;
1173
+ };
1174
+ name: {
1175
+ type: string;
1176
+ };
1177
+ special: {
1178
+ items: {
1179
+ $ref: string;
1180
+ };
1181
+ type: string;
1182
+ };
1183
+ startContext: {
1184
+ $ref: string;
1185
+ };
1186
+ };
1187
+ required: string[];
1188
+ type: string;
1189
+ };
1190
+ tests: {
1191
+ additionalProperties: boolean;
1192
+ properties: {
1193
+ name: {
1194
+ type: string;
1195
+ };
1196
+ special: {
1197
+ items: {
1198
+ $ref: string;
1199
+ };
1200
+ type: string;
1201
+ };
1202
+ test: {
1203
+ items: {
1204
+ $ref: string;
1205
+ };
1206
+ minItems: number;
1207
+ type: string;
1208
+ };
1209
+ };
1210
+ required: string[];
1211
+ type: string;
1212
+ };
1213
+ };
1214
+ properties: {
1215
+ keyboardTest3: {
1216
+ additionalProperties: boolean;
1217
+ properties: {
1218
+ conformsTo: {
1219
+ enum: string[];
1220
+ type: string;
1221
+ };
1222
+ info: {
1223
+ $ref: string;
1224
+ };
1225
+ repertoire: {
1226
+ items: {
1227
+ $ref: string;
1228
+ };
1229
+ type: string;
1230
+ };
1231
+ special: {
1232
+ items: {
1233
+ $ref: string;
1234
+ };
1235
+ type: string;
1236
+ };
1237
+ tests: {
1238
+ items: {
1239
+ $ref: string;
1240
+ };
1241
+ type: string;
1242
+ };
1243
+ };
1244
+ required: string[];
1245
+ type: string;
1246
+ };
1247
+ };
1248
+ required: string[];
1249
+ title: string;
1250
+ type: string;
1251
+ };
1252
+ displayMap: {
1253
+ $ref: string;
1254
+ definitions: {
1255
+ displayMap: {
1256
+ type: string;
1257
+ properties: {
1258
+ map: {
1259
+ type: string;
1260
+ items: {
1261
+ $ref: string;
1262
+ };
1263
+ };
1264
+ };
1265
+ };
1266
+ map: {
1267
+ type: string;
1268
+ properties: {
1269
+ pua: {
1270
+ type: string;
1271
+ };
1272
+ str: {
1273
+ type: string;
1274
+ };
1275
+ unicode: {
1276
+ type: string;
1277
+ };
1278
+ usages: {
1279
+ anyOf: ({
1280
+ type: string;
1281
+ items: {
1282
+ $ref: string;
1283
+ type?: undefined;
1284
+ };
1285
+ } | {
1286
+ type: string;
1287
+ items: {
1288
+ type: string;
1289
+ $ref?: undefined;
1290
+ };
1291
+ })[];
1292
+ };
1293
+ };
1294
+ };
1295
+ usage: {
1296
+ type: string;
1297
+ properties: {
1298
+ filename: {
1299
+ type: string;
1300
+ };
1301
+ count: {
1302
+ type: string;
1303
+ };
1304
+ };
1305
+ };
1306
+ };
1307
+ };
1308
+ touchLayoutClean: {
1309
+ $schema: string;
1310
+ $ref: string;
1311
+ $comment: string;
1312
+ description: string;
1313
+ definitions: {
1314
+ "touch-layout": {
1315
+ type: string;
1316
+ properties: {
1317
+ tablet: {
1318
+ $ref: string;
1319
+ };
1320
+ phone: {
1321
+ $ref: string;
1322
+ };
1323
+ desktop: {
1324
+ $ref: string;
1325
+ };
1326
+ };
1327
+ minProperties: number;
1328
+ additionalProperties: boolean;
1329
+ };
1330
+ platform: {
1331
+ type: string;
1332
+ properties: {
1333
+ font: {
1334
+ $ref: string;
1335
+ };
1336
+ fontsize: {
1337
+ $ref: string;
1338
+ };
1339
+ layer: {
1340
+ $ref: string;
1341
+ };
1342
+ displayUnderlying: {
1343
+ type: string;
1344
+ };
1345
+ defaultHint: {
1346
+ type: string;
1347
+ enum: string[];
1348
+ };
1349
+ };
1350
+ required: string[];
1351
+ additionalProperties: boolean;
1352
+ };
1353
+ layers: {
1354
+ type: string;
1355
+ items: {
1356
+ $ref: string;
1357
+ };
1358
+ minItems: number;
1359
+ };
1360
+ layer: {
1361
+ type: string;
1362
+ properties: {
1363
+ id: {
1364
+ $ref: string;
1365
+ };
1366
+ row: {
1367
+ $ref: string;
1368
+ };
1369
+ };
1370
+ required: string[];
1371
+ additionalProperties: boolean;
1372
+ };
1373
+ "layer-id": {
1374
+ type: string;
1375
+ pattern: string;
1376
+ };
1377
+ rows: {
1378
+ type: string;
1379
+ items: {
1380
+ $ref: string;
1381
+ };
1382
+ minItems: number;
1383
+ };
1384
+ row: {
1385
+ type: string;
1386
+ properties: {
1387
+ id: {
1388
+ $ref: string;
1389
+ };
1390
+ key: {
1391
+ $ref: string;
1392
+ };
1393
+ };
1394
+ required: string[];
1395
+ additionalProperties: boolean;
1396
+ };
1397
+ "row-id": {
1398
+ type: string;
1399
+ minimum: number;
1400
+ maximum: number;
1401
+ };
1402
+ keys: {
1403
+ type: string;
1404
+ items: {
1405
+ $ref: string;
1406
+ };
1407
+ minItems: number;
1408
+ };
1409
+ key: {
1410
+ type: string;
1411
+ properties: {
1412
+ id: {
1413
+ $ref: string;
1414
+ };
1415
+ text: {
1416
+ type: string;
1417
+ };
1418
+ layer: {
1419
+ $ref: string;
1420
+ };
1421
+ nextlayer: {
1422
+ $ref: string;
1423
+ };
1424
+ font: {
1425
+ $ref: string;
1426
+ };
1427
+ fontsize: {
1428
+ $ref: string;
1429
+ };
1430
+ sp: {
1431
+ $ref: string;
1432
+ };
1433
+ pad: {
1434
+ $ref: string;
1435
+ };
1436
+ width: {
1437
+ $ref: string;
1438
+ };
1439
+ sk: {
1440
+ $ref: string;
1441
+ };
1442
+ flick: {
1443
+ $ref: string;
1444
+ };
1445
+ multitap: {
1446
+ $ref: string;
1447
+ };
1448
+ hint: {
1449
+ type: string;
1450
+ };
1451
+ };
1452
+ anyOf: {
1453
+ required: string[];
1454
+ }[];
1455
+ additionalProperties: boolean;
1456
+ };
1457
+ "key-id": {
1458
+ type: string;
1459
+ pattern: string;
1460
+ };
1461
+ "key-sp": {
1462
+ type: string;
1463
+ enum: number[];
1464
+ };
1465
+ "key-pad": {
1466
+ type: string;
1467
+ minimum: number;
1468
+ maximum: number;
1469
+ };
1470
+ "key-width": {
1471
+ type: string;
1472
+ minimum: number;
1473
+ maximum: number;
1474
+ };
1475
+ subkeys: {
1476
+ type: string;
1477
+ items: {
1478
+ $ref: string;
1479
+ };
1480
+ minItems: number;
1481
+ };
1482
+ subkey: {
1483
+ type: string;
1484
+ properties: {
1485
+ id: {
1486
+ $ref: string;
1487
+ };
1488
+ text: {
1489
+ type: string;
1490
+ };
1491
+ layer: {
1492
+ $ref: string;
1493
+ };
1494
+ nextlayer: {
1495
+ $ref: string;
1496
+ };
1497
+ font: {
1498
+ $ref: string;
1499
+ };
1500
+ fontsize: {
1501
+ $ref: string;
1502
+ };
1503
+ sp: {
1504
+ $ref: string;
1505
+ };
1506
+ pad: {
1507
+ $ref: string;
1508
+ };
1509
+ width: {
1510
+ $ref: string;
1511
+ };
1512
+ };
1513
+ required: string[];
1514
+ additionalProperties: boolean;
1515
+ };
1516
+ flick: {
1517
+ type: string;
1518
+ patternProperties: {
1519
+ "^(n|s|e|w|ne|nw|se|sw)$": {
1520
+ $ref: string;
1521
+ };
1522
+ };
1523
+ minProperties: number;
1524
+ additionalProperties: boolean;
1525
+ };
1526
+ "font-spec": {
1527
+ type: string;
1528
+ };
1529
+ "fontsize-spec": {
1530
+ type: string;
1531
+ };
1532
+ };
1533
+ };
1534
+ touchLayout: {
1535
+ $schema: string;
1536
+ $ref: string;
1537
+ $comment: string;
1538
+ description: string;
1539
+ definitions: {
1540
+ "touch-layout": {
1541
+ type: string;
1542
+ properties: {
1543
+ tablet: {
1544
+ $ref: string;
1545
+ };
1546
+ phone: {
1547
+ $ref: string;
1548
+ };
1549
+ desktop: {
1550
+ $ref: string;
1551
+ };
1552
+ };
1553
+ };
1554
+ platform: {
1555
+ type: string;
1556
+ properties: {
1557
+ font: {
1558
+ $ref: string;
1559
+ };
1560
+ fontsize: {
1561
+ $ref: string;
1562
+ };
1563
+ layer: {
1564
+ $ref: string;
1565
+ };
1566
+ displayUnderlying: {
1567
+ type: string;
1568
+ };
1569
+ defaultHint: {
1570
+ type: string;
1571
+ enum: string[];
1572
+ };
1573
+ };
1574
+ required: string[];
1575
+ additionalProperties: boolean;
1576
+ };
1577
+ layers: {
1578
+ type: string;
1579
+ items: {
1580
+ $ref: string;
1581
+ };
1582
+ };
1583
+ layer: {
1584
+ type: string;
1585
+ properties: {
1586
+ id: {
1587
+ $ref: string;
1588
+ };
1589
+ row: {
1590
+ $ref: string;
1591
+ };
1592
+ };
1593
+ required: string[];
1594
+ additionalProperties: boolean;
1595
+ };
1596
+ "layer-id": {
1597
+ type: string;
1598
+ pattern: string;
1599
+ };
1600
+ rows: {
1601
+ type: string;
1602
+ items: {
1603
+ $ref: string;
1604
+ };
1605
+ };
1606
+ row: {
1607
+ type: string;
1608
+ properties: {
1609
+ id: {
1610
+ $ref: string;
1611
+ };
1612
+ key: {
1613
+ $ref: string;
1614
+ };
1615
+ };
1616
+ required: string[];
1617
+ additionalProperties: boolean;
1618
+ };
1619
+ "row-id": {
1620
+ oneOf: ({
1621
+ type: string;
1622
+ minimum: number;
1623
+ maximum: number;
1624
+ pattern?: undefined;
1625
+ } | {
1626
+ type: string;
1627
+ pattern: string;
1628
+ minimum?: undefined;
1629
+ maximum?: undefined;
1630
+ })[];
1631
+ };
1632
+ keys: {
1633
+ type: string;
1634
+ items: {
1635
+ $ref: string;
1636
+ };
1637
+ };
1638
+ key: {
1639
+ type: string;
1640
+ properties: {
1641
+ id: {
1642
+ $ref: string;
1643
+ };
1644
+ text: {
1645
+ type: string;
1646
+ };
1647
+ layer: {
1648
+ $ref: string;
1649
+ };
1650
+ nextlayer: {
1651
+ $ref: string;
1652
+ };
1653
+ fontsize: {
1654
+ $ref: string;
1655
+ };
1656
+ font: {
1657
+ $ref: string;
1658
+ };
1659
+ dk: {
1660
+ type: string;
1661
+ };
1662
+ sp: {
1663
+ $ref: string;
1664
+ };
1665
+ pad: {
1666
+ $ref: string;
1667
+ };
1668
+ width: {
1669
+ $ref: string;
1670
+ };
1671
+ sk: {
1672
+ $ref: string;
1673
+ };
1674
+ flick: {
1675
+ $ref: string;
1676
+ };
1677
+ multitap: {
1678
+ $ref: string;
1679
+ };
1680
+ hint: {
1681
+ type: string;
1682
+ };
1683
+ };
1684
+ additionalProperties: boolean;
1685
+ };
1686
+ numeric: {
1687
+ oneOf: ({
1688
+ type: string;
1689
+ pattern: string;
1690
+ } | {
1691
+ type: string;
1692
+ pattern?: undefined;
1693
+ })[];
1694
+ };
1695
+ "key-id": {
1696
+ type: string;
1697
+ pattern: string;
1698
+ };
1699
+ subkeys: {
1700
+ type: string;
1701
+ items: {
1702
+ $ref: string;
1703
+ };
1704
+ };
1705
+ subkey: {
1706
+ type: string;
1707
+ properties: {
1708
+ id: {
1709
+ $ref: string;
1710
+ };
1711
+ text: {
1712
+ type: string;
1713
+ };
1714
+ layer: {
1715
+ $ref: string;
1716
+ };
1717
+ nextlayer: {
1718
+ $ref: string;
1719
+ };
1720
+ sp: {
1721
+ $ref: string;
1722
+ };
1723
+ pad: {
1724
+ $ref: string;
1725
+ };
1726
+ width: {
1727
+ $ref: string;
1728
+ };
1729
+ fontsize: {
1730
+ $ref: string;
1731
+ };
1732
+ font: {
1733
+ $ref: string;
1734
+ };
1735
+ dk: {
1736
+ type: string;
1737
+ };
1738
+ default: {
1739
+ type: string;
1740
+ };
1741
+ };
1742
+ required: string[];
1743
+ additionalProperties: boolean;
1744
+ };
1745
+ flick: {
1746
+ type: string;
1747
+ patternProperties: {
1748
+ "^(n|s|e|w|ne|nw|se|sw)$": {
1749
+ $ref: string;
1750
+ };
1751
+ };
1752
+ additionalProperties: boolean;
1753
+ };
1754
+ "font-spec": {
1755
+ type: string;
1756
+ };
1757
+ "fontsize-spec": {
1758
+ type: string;
1759
+ };
1760
+ };
1761
+ };
1762
+ keyboard_info: {
1763
+ $schema: string;
1764
+ $ref: string;
1765
+ definitions: {
1766
+ KeyboardInfo: {
1767
+ type: string;
1768
+ properties: {
1769
+ id: {
1770
+ type: string;
1771
+ };
1772
+ name: {
1773
+ type: string;
1774
+ };
1775
+ authorName: {
1776
+ type: string;
1777
+ };
1778
+ authorEmail: {
1779
+ type: string;
1780
+ format: string;
1781
+ };
1782
+ description: {
1783
+ type: string;
1784
+ };
1785
+ license: {
1786
+ type: string;
1787
+ enum: string[];
1788
+ };
1789
+ languages: {
1790
+ anyOf: ({
1791
+ type: string;
1792
+ items: {
1793
+ type: string;
1794
+ };
1795
+ uniqueItems: boolean;
1796
+ $ref?: undefined;
1797
+ } | {
1798
+ $ref: string;
1799
+ type?: undefined;
1800
+ items?: undefined;
1801
+ uniqueItems?: undefined;
1802
+ })[];
1803
+ };
1804
+ lastModifiedDate: {
1805
+ type: string;
1806
+ format: string;
1807
+ };
1808
+ packageFilename: {
1809
+ type: string;
1810
+ pattern: string;
1811
+ };
1812
+ packageFileSize: {
1813
+ type: string;
1814
+ };
1815
+ jsFilename: {
1816
+ type: string;
1817
+ pattern: string;
1818
+ };
1819
+ jsFileSize: {
1820
+ type: string;
1821
+ };
1822
+ isRTL: {
1823
+ type: string;
1824
+ };
1825
+ encodings: {
1826
+ type: string;
1827
+ items: {
1828
+ type: string;
1829
+ enum: string[];
1830
+ };
1831
+ };
1832
+ packageIncludes: {
1833
+ type: string;
1834
+ items: {
1835
+ type: string;
1836
+ enum: string[];
1837
+ };
1838
+ };
1839
+ version: {
1840
+ type: string;
1841
+ };
1842
+ minKeymanVersion: {
1843
+ type: string;
1844
+ pattern: string;
1845
+ };
1846
+ helpLink: {
1847
+ type: string;
1848
+ pattern: string;
1849
+ };
1850
+ platformSupport: {
1851
+ $ref: string;
1852
+ };
1853
+ sourcePath: {
1854
+ type: string;
1855
+ pattern: string;
1856
+ };
1857
+ related: {
1858
+ type: string;
1859
+ patternProperties: {
1860
+ ".": {
1861
+ $ref: string;
1862
+ };
1863
+ };
1864
+ additionalProperties: boolean;
1865
+ };
1866
+ deprecated: {
1867
+ type: string;
1868
+ };
1869
+ };
1870
+ required: string[];
1871
+ };
1872
+ KeyboardLanguageInfo: {
1873
+ type: string;
1874
+ patternProperties: {
1875
+ ".": {
1876
+ $ref: string;
1877
+ };
1878
+ };
1879
+ additionalProperties: boolean;
1880
+ };
1881
+ KeyboardLanguageInfoItem: {
1882
+ type: string;
1883
+ properties: {
1884
+ font: {
1885
+ $ref: string;
1886
+ };
1887
+ oskFont: {
1888
+ $ref: string;
1889
+ };
1890
+ examples: {
1891
+ type: string;
1892
+ items: {
1893
+ $ref: string;
1894
+ };
1895
+ };
1896
+ displayName: {
1897
+ type: string;
1898
+ };
1899
+ languageName: {
1900
+ type: string;
1901
+ };
1902
+ scriptName: {
1903
+ type: string;
1904
+ };
1905
+ regionName: {
1906
+ type: string;
1907
+ };
1908
+ };
1909
+ required: any[];
1910
+ additionalProperties: boolean;
1911
+ };
1912
+ KeyboardFontInfo: {
1913
+ type: string;
1914
+ properties: {
1915
+ family: {
1916
+ type: string;
1917
+ };
1918
+ source: {
1919
+ type: string;
1920
+ items: {
1921
+ type: string;
1922
+ };
1923
+ };
1924
+ };
1925
+ required: string[];
1926
+ additionalProperties: boolean;
1927
+ };
1928
+ KeyboardExampleInfo: {
1929
+ type: string;
1930
+ properties: {
1931
+ keys: {
1932
+ type: string;
1933
+ };
1934
+ text: {
1935
+ type: string;
1936
+ };
1937
+ note: {
1938
+ type: string;
1939
+ };
1940
+ };
1941
+ required: string[];
1942
+ additionalProperties: boolean;
1943
+ };
1944
+ KeyboardPlatformInfo: {
1945
+ type: string;
1946
+ patternProperties: {
1947
+ "^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": {
1948
+ type: string;
1949
+ enum: string[];
1950
+ };
1951
+ };
1952
+ required: any[];
1953
+ additionalProperties: boolean;
1954
+ };
1955
+ KeyboardRelatedInfo: {
1956
+ type: string;
1957
+ properties: {
1958
+ deprecates: {
1959
+ type: string;
1960
+ };
1961
+ deprecatedBy: {
1962
+ type: string;
1963
+ };
1964
+ };
1965
+ required: any[];
1966
+ additionalProperties: boolean;
1967
+ };
1968
+ };
1969
+ };
1970
+ kmp: {
1971
+ $schema: string;
1972
+ $ref: string;
1973
+ definitions: {
1974
+ package: {
1975
+ type: string;
1976
+ properties: {
1977
+ system: {
1978
+ $ref: string;
1979
+ };
1980
+ options: {
1981
+ $ref: string;
1982
+ };
1983
+ startMenu: {
1984
+ $ref: string;
1985
+ };
1986
+ strings: {
1987
+ $ref: string;
1988
+ };
1989
+ files: {
1990
+ $ref: string;
1991
+ };
1992
+ keyboards: {
1993
+ $ref: string;
1994
+ };
1995
+ lexicalModels: {
1996
+ $ref: string;
1997
+ };
1998
+ info: {
1999
+ $ref: string;
2000
+ };
2001
+ relatedPackages: {
2002
+ type: string;
2003
+ items: {
2004
+ $ref: string;
2005
+ };
2006
+ };
2007
+ };
2008
+ additionalProperties: boolean;
2009
+ required: string[];
2010
+ };
2011
+ system: {
2012
+ type: string;
2013
+ properties: {
2014
+ keymanDeveloperVersion: {
2015
+ type: string;
2016
+ };
2017
+ fileVersion: {
2018
+ type: string;
2019
+ };
2020
+ };
2021
+ additionalProperties: boolean;
2022
+ required: string[];
2023
+ };
2024
+ options: {
2025
+ type: string;
2026
+ properties: {
2027
+ readmeFile: {
2028
+ type: string;
2029
+ };
2030
+ graphicFile: {
2031
+ type: string;
2032
+ };
2033
+ licenseFile: {
2034
+ type: string;
2035
+ };
2036
+ welcomeFile: {
2037
+ type: string;
2038
+ };
2039
+ executeProgram: {
2040
+ type: string;
2041
+ };
2042
+ msiFilename: {
2043
+ type: string;
2044
+ };
2045
+ msiOptions: {
2046
+ type: string;
2047
+ };
2048
+ };
2049
+ additionalProperties: boolean;
2050
+ };
2051
+ startMenu: {
2052
+ type: string;
2053
+ properties: {
2054
+ folder: {
2055
+ type: string;
2056
+ };
2057
+ addUninstallEntry: {
2058
+ type: string;
2059
+ };
2060
+ items: {
2061
+ type: string;
2062
+ items: {
2063
+ $ref: string;
2064
+ };
2065
+ };
2066
+ };
2067
+ additionalProperties: boolean;
2068
+ };
2069
+ startMenuItem: {
2070
+ type: string;
2071
+ properties: {
2072
+ name: {
2073
+ type: string;
2074
+ };
2075
+ filename: {
2076
+ type: string;
2077
+ };
2078
+ arguments: {
2079
+ type: string;
2080
+ };
2081
+ icon: {
2082
+ type: string;
2083
+ };
2084
+ location: {
2085
+ type: string;
2086
+ };
2087
+ };
2088
+ additionalProperties: boolean;
2089
+ required: string[];
2090
+ };
2091
+ strings: {
2092
+ type: string;
2093
+ patternProperties: {
2094
+ ".": {
2095
+ type: string;
2096
+ };
2097
+ };
2098
+ additionalProperties: boolean;
2099
+ };
2100
+ files: {
2101
+ type: string;
2102
+ items: {
2103
+ $ref: string;
2104
+ };
2105
+ };
2106
+ file: {
2107
+ type: string;
2108
+ properties: {
2109
+ name: {
2110
+ type: string;
2111
+ };
2112
+ description: {
2113
+ type: string;
2114
+ };
2115
+ copyLocation: {
2116
+ type: string;
2117
+ };
2118
+ };
2119
+ additionalProperties: boolean;
2120
+ required: string[];
2121
+ };
2122
+ keyboards: {
2123
+ type: string;
2124
+ items: {
2125
+ $ref: string;
2126
+ };
2127
+ };
2128
+ keyboard: {
2129
+ type: string;
2130
+ properties: {
2131
+ name: {
2132
+ type: string;
2133
+ };
2134
+ id: {
2135
+ type: string;
2136
+ };
2137
+ version: {
2138
+ type: string;
2139
+ };
2140
+ oskFont: {
2141
+ type: string;
2142
+ };
2143
+ displayFont: {
2144
+ type: string;
2145
+ };
2146
+ rtl: {
2147
+ type: string;
2148
+ };
2149
+ languages: {
2150
+ type: string;
2151
+ items: {
2152
+ $ref: string;
2153
+ };
2154
+ };
2155
+ examples: {
2156
+ type: string;
2157
+ items: {
2158
+ $ref: string;
2159
+ };
2160
+ };
2161
+ webOskFonts: {
2162
+ type: string;
2163
+ items: {
2164
+ type: string;
2165
+ };
2166
+ };
2167
+ webDisplayFonts: {
2168
+ type: string;
2169
+ items: {
2170
+ type: string;
2171
+ };
2172
+ };
2173
+ };
2174
+ additionalProperties: boolean;
2175
+ required: string[];
2176
+ };
2177
+ keyboardLanguage: {
2178
+ type: string;
2179
+ properties: {
2180
+ name: {
2181
+ type: string;
2182
+ };
2183
+ id: {
2184
+ type: string;
2185
+ };
2186
+ };
2187
+ additionalProperties: boolean;
2188
+ required: string[];
2189
+ };
2190
+ info: {
2191
+ type: string;
2192
+ properties: {
2193
+ website: {
2194
+ $ref: string;
2195
+ };
2196
+ version: {
2197
+ $ref: string;
2198
+ };
2199
+ name: {
2200
+ $ref: string;
2201
+ };
2202
+ copyright: {
2203
+ $ref: string;
2204
+ };
2205
+ author: {
2206
+ $ref: string;
2207
+ };
2208
+ description: {
2209
+ $ref: string;
2210
+ };
2211
+ };
2212
+ additionalProperties: boolean;
2213
+ };
2214
+ infoItem: {
2215
+ type: string;
2216
+ properties: {
2217
+ description: {
2218
+ type: string;
2219
+ };
2220
+ url: {
2221
+ type: string;
2222
+ };
2223
+ };
2224
+ additionalProperties: boolean;
2225
+ required: string[];
2226
+ };
2227
+ lexicalModels: {
2228
+ type: string;
2229
+ items: {
2230
+ $ref: string;
2231
+ };
2232
+ };
2233
+ lexicalModel: {
2234
+ type: string;
2235
+ properties: {
2236
+ name: {
2237
+ type: string;
2238
+ };
2239
+ id: {
2240
+ type: string;
2241
+ };
2242
+ version: {
2243
+ type: string;
2244
+ };
2245
+ rtl: {
2246
+ type: string;
2247
+ };
2248
+ languages: {
2249
+ type: string;
2250
+ items: {
2251
+ $ref: string;
2252
+ };
2253
+ };
2254
+ };
2255
+ additionalProperties: boolean;
2256
+ required: string[];
2257
+ };
2258
+ keyboardExample: {
2259
+ type: string;
2260
+ properties: {
2261
+ id: {
2262
+ type: string;
2263
+ };
2264
+ keys: {
2265
+ type: string;
2266
+ };
2267
+ text: {
2268
+ type: string;
2269
+ };
2270
+ note: {
2271
+ type: string;
2272
+ };
2273
+ };
2274
+ additionalProperties: boolean;
2275
+ required: string[];
2276
+ };
2277
+ relatedPackage: {
2278
+ type: string;
2279
+ properties: {
2280
+ id: {
2281
+ type: string;
2282
+ };
2283
+ relationship: {
2284
+ type: string;
2285
+ enum: string[];
2286
+ };
2287
+ };
2288
+ additionalProperties: boolean;
2289
+ required: string[];
2290
+ };
2291
+ };
2292
+ };
2293
+ };
2294
+ export default Schemas;
2295
+ //# sourceMappingURL=schemas.d.ts.map