@keymanapp/common-types 18.0.41-alpha → 18.0.46-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 (189) hide show
  1. package/build/src/consts/virtual-key-constants.d.ts +191 -191
  2. package/build/src/consts/virtual-key-constants.js +221 -221
  3. package/build/src/consts/virtual-key-constants.js.map +1 -1
  4. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.d.ts +5 -5
  5. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js +72 -72
  6. package/build/src/keyman-touch-layout/keyman-touch-layout-file-reader.js.map +1 -1
  7. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.d.ts +28 -28
  8. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.js +120 -120
  9. package/build/src/keyman-touch-layout/keyman-touch-layout-file-writer.js.map +1 -1
  10. package/build/src/keyman-touch-layout/keyman-touch-layout-file.d.ts +95 -95
  11. package/build/src/keyman-touch-layout/keyman-touch-layout-file.js +52 -52
  12. package/build/src/kmx/element-string.d.ts +23 -23
  13. package/build/src/kmx/element-string.js +125 -125
  14. package/build/src/kmx/element-string.js.map +1 -1
  15. package/build/src/kmx/keyman-targets.d.ts +20 -20
  16. package/build/src/kmx/keyman-targets.js +79 -79
  17. package/build/src/kmx/keyman-targets.js.map +1 -1
  18. package/build/src/kmx/kmx-builder.d.ts +32 -32
  19. package/build/src/kmx/kmx-builder.js +189 -189
  20. package/build/src/kmx/kmx-builder.js.map +1 -1
  21. package/build/src/kmx/kmx-file-reader.d.ts +13 -13
  22. package/build/src/kmx/kmx-file-reader.js +134 -134
  23. package/build/src/kmx/kmx-file-reader.js.map +1 -1
  24. package/build/src/kmx/kmx-plus-builder/build-disp.d.ts +18 -18
  25. package/build/src/kmx/kmx-plus-builder/build-disp.js +27 -27
  26. package/build/src/kmx/kmx-plus-builder/build-disp.js.map +1 -1
  27. package/build/src/kmx/kmx-plus-builder/build-elem.d.ts +28 -28
  28. package/build/src/kmx/kmx-plus-builder/build-elem.js +89 -89
  29. package/build/src/kmx/kmx-plus-builder/build-elem.js.map +1 -1
  30. package/build/src/kmx/kmx-plus-builder/build-keys.d.ts +56 -56
  31. package/build/src/kmx/kmx-plus-builder/build-keys.js +107 -107
  32. package/build/src/kmx/kmx-plus-builder/build-keys.js.map +1 -1
  33. package/build/src/kmx/kmx-plus-builder/build-layr.d.ts +53 -53
  34. package/build/src/kmx/kmx-plus-builder/build-layr.js +101 -101
  35. package/build/src/kmx/kmx-plus-builder/build-layr.js.map +1 -1
  36. package/build/src/kmx/kmx-plus-builder/build-list.d.ts +35 -35
  37. package/build/src/kmx/kmx-plus-builder/build-list.js +66 -66
  38. package/build/src/kmx/kmx-plus-builder/build-list.js.map +1 -1
  39. package/build/src/kmx/kmx-plus-builder/build-loca.d.ts +11 -11
  40. package/build/src/kmx/kmx-plus-builder/build-loca.js +21 -21
  41. package/build/src/kmx/kmx-plus-builder/build-loca.js.map +1 -1
  42. package/build/src/kmx/kmx-plus-builder/build-meta.d.ts +16 -16
  43. package/build/src/kmx/kmx-plus-builder/build-meta.js +20 -20
  44. package/build/src/kmx/kmx-plus-builder/build-sect.d.ts +15 -15
  45. package/build/src/kmx/kmx-plus-builder/build-sect.js +15 -15
  46. package/build/src/kmx/kmx-plus-builder/build-sect.js.map +1 -1
  47. package/build/src/kmx/kmx-plus-builder/build-strs.d.ts +22 -22
  48. package/build/src/kmx/kmx-plus-builder/build-strs.js +46 -46
  49. package/build/src/kmx/kmx-plus-builder/build-strs.js.map +1 -1
  50. package/build/src/kmx/kmx-plus-builder/build-tran.d.ts +32 -32
  51. package/build/src/kmx/kmx-plus-builder/build-tran.js +69 -69
  52. package/build/src/kmx/kmx-plus-builder/build-tran.js.map +1 -1
  53. package/build/src/kmx/kmx-plus-builder/build-uset.d.ts +30 -30
  54. package/build/src/kmx/kmx-plus-builder/build-uset.js +60 -60
  55. package/build/src/kmx/kmx-plus-builder/build-uset.js.map +1 -1
  56. package/build/src/kmx/kmx-plus-builder/build-vars.d.ts +21 -21
  57. package/build/src/kmx/kmx-plus-builder/build-vars.js +48 -48
  58. package/build/src/kmx/kmx-plus-builder/build-vars.js.map +1 -1
  59. package/build/src/kmx/kmx-plus-builder/builder-section.d.ts +9 -9
  60. package/build/src/kmx/kmx-plus-builder/builder-section.js +2 -2
  61. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.d.ts +42 -42
  62. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js +137 -137
  63. package/build/src/kmx/kmx-plus-builder/kmx-plus-builder.js.map +1 -1
  64. package/build/src/kmx/kmx-plus.d.ts +322 -322
  65. package/build/src/kmx/kmx-plus.js +830 -830
  66. package/build/src/kmx/kmx-plus.js.map +1 -1
  67. package/build/src/kmx/kmx.d.ts +233 -233
  68. package/build/src/kmx/kmx.js +302 -302
  69. package/build/src/kmx/kmx.js.map +1 -1
  70. package/build/src/kmx/string-list.d.ts +35 -35
  71. package/build/src/kmx/string-list.js +88 -88
  72. package/build/src/kmx/string-list.js.map +1 -1
  73. package/build/src/kpj/keyman-developer-project.d.ts +78 -78
  74. package/build/src/kpj/keyman-developer-project.js +195 -195
  75. package/build/src/kpj/keyman-developer-project.js.map +1 -1
  76. package/build/src/kpj/kpj-file-reader.d.ts +18 -18
  77. package/build/src/kpj/kpj-file-reader.js +119 -119
  78. package/build/src/kpj/kpj-file-reader.js.map +1 -1
  79. package/build/src/kpj/kpj-file.d.ts +39 -39
  80. package/build/src/kpj/kpj-file.js +10 -10
  81. package/build/src/kvk/kvk-file-reader.d.ts +4 -4
  82. package/build/src/kvk/kvk-file-reader.js +37 -37
  83. package/build/src/kvk/kvk-file-reader.js.map +1 -1
  84. package/build/src/kvk/kvk-file-writer.d.ts +19 -19
  85. package/build/src/kvk/kvk-file-writer.js +77 -77
  86. package/build/src/kvk/kvk-file-writer.js.map +1 -1
  87. package/build/src/kvk/kvk-file.d.ts +66 -66
  88. package/build/src/kvk/kvk-file.d.ts.map +1 -1
  89. package/build/src/kvk/kvk-file.js +90 -90
  90. package/build/src/kvk/kvk-file.js.map +1 -1
  91. package/build/src/kvk/kvks-file-reader.d.ts +23 -23
  92. package/build/src/kvk/kvks-file-reader.js +175 -175
  93. package/build/src/kvk/kvks-file-reader.js.map +1 -1
  94. package/build/src/kvk/kvks-file-writer.d.ts +6 -6
  95. package/build/src/kvk/kvks-file-writer.js +106 -106
  96. package/build/src/kvk/kvks-file-writer.js.map +1 -1
  97. package/build/src/kvk/kvks-file.d.ts +43 -43
  98. package/build/src/kvk/kvks-file.js +9 -9
  99. package/build/src/kvk/visual-keyboard.d.ts +44 -44
  100. package/build/src/kvk/visual-keyboard.js +75 -75
  101. package/build/src/kvk/visual-keyboard.js.map +1 -1
  102. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.d.ts +60 -60
  103. package/build/src/ldml-keyboard/ldml-keyboard-testdata-xml.js +19 -19
  104. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.d.ts +95 -95
  105. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js +409 -409
  106. package/build/src/ldml-keyboard/ldml-keyboard-xml-reader.js.map +1 -1
  107. package/build/src/ldml-keyboard/ldml-keyboard-xml.d.ts +170 -170
  108. package/build/src/ldml-keyboard/ldml-keyboard-xml.js +55 -55
  109. package/build/src/ldml-keyboard/pattern-parser.d.ts +201 -201
  110. package/build/src/ldml-keyboard/pattern-parser.js +490 -490
  111. package/build/src/ldml-keyboard/pattern-parser.js.map +1 -1
  112. package/build/src/ldml-keyboard/unicodeset-parser-api.d.ts +37 -37
  113. package/build/src/ldml-keyboard/unicodeset-parser-api.js +27 -27
  114. package/build/src/main.d.ts +33 -33
  115. package/build/src/main.js +32 -32
  116. package/build/src/package/kmp-json-file.d.ts +115 -115
  117. package/build/src/package/kmp-json-file.js +1 -1
  118. package/build/src/package/kps-file.d.ts +175 -175
  119. package/build/src/package/kps-file.js +15 -15
  120. package/build/src/schema-validators.d.ts +13 -13
  121. package/build/src/schema-validators.js +25 -25
  122. package/build/src/schemas/displaymap.schema.d.ts +57 -57
  123. package/build/src/schemas/displaymap.schema.js +35 -35
  124. package/build/src/schemas/displaymap.schema.validator.d.mts +2 -2
  125. package/build/src/schemas/displaymap.schema.validator.mjs +266 -266
  126. package/build/src/schemas/displaymap.schema.validator.mjs.map +1 -1
  127. package/build/src/schemas/keyboard_info.schema.d.ts +209 -209
  128. package/build/src/schemas/keyboard_info.schema.js +98 -98
  129. package/build/src/schemas/keyboard_info.schema.validator.d.mts +2 -2
  130. package/build/src/schemas/keyboard_info.schema.validator.mjs +1160 -1160
  131. package/build/src/schemas/keyboard_info.schema.validator.mjs.map +1 -1
  132. package/build/src/schemas/keyman-touch-layout.clean.spec.d.ts +227 -227
  133. package/build/src/schemas/keyman-touch-layout.clean.spec.js +151 -151
  134. package/build/src/schemas/keyman-touch-layout.clean.spec.validator.d.mts +2 -2
  135. package/build/src/schemas/keyman-touch-layout.clean.spec.validator.mjs +1094 -1094
  136. package/build/src/schemas/keyman-touch-layout.clean.spec.validator.mjs.map +1 -1
  137. package/build/src/schemas/keyman-touch-layout.spec.d.ts +229 -229
  138. package/build/src/schemas/keyman-touch-layout.spec.js +140 -140
  139. package/build/src/schemas/keyman-touch-layout.spec.validator.d.mts +2 -2
  140. package/build/src/schemas/keyman-touch-layout.spec.validator.mjs +1436 -1436
  141. package/build/src/schemas/keyman-touch-layout.spec.validator.mjs.map +1 -1
  142. package/build/src/schemas/kmp.schema.d.ts +324 -324
  143. package/build/src/schemas/kmp.schema.js +353 -353
  144. package/build/src/schemas/kmp.schema.validator.d.mts +2 -2
  145. package/build/src/schemas/kmp.schema.validator.mjs +1627 -1627
  146. package/build/src/schemas/kmp.schema.validator.mjs.map +1 -1
  147. package/build/src/schemas/kpj-9.0.schema.d.ts +152 -152
  148. package/build/src/schemas/kpj-9.0.schema.js +131 -131
  149. package/build/src/schemas/kpj-9.0.schema.validator.d.mts +2 -2
  150. package/build/src/schemas/kpj-9.0.schema.validator.mjs +655 -655
  151. package/build/src/schemas/kpj-9.0.schema.validator.mjs.map +1 -1
  152. package/build/src/schemas/kpj.schema.d.ts +122 -122
  153. package/build/src/schemas/kpj.schema.js +129 -129
  154. package/build/src/schemas/kpj.schema.validator.d.mts +2 -2
  155. package/build/src/schemas/kpj.schema.validator.mjs +515 -515
  156. package/build/src/schemas/kpj.schema.validator.mjs.map +1 -1
  157. package/build/src/schemas/kvks.schema.d.ts +160 -160
  158. package/build/src/schemas/kvks.schema.js +182 -182
  159. package/build/src/schemas/kvks.schema.validator.d.mts +2 -2
  160. package/build/src/schemas/kvks.schema.validator.mjs +625 -625
  161. package/build/src/schemas/kvks.schema.validator.mjs.map +1 -1
  162. package/build/src/schemas/ldml-keyboard3.schema.d.ts +635 -635
  163. package/build/src/schemas/ldml-keyboard3.schema.js +696 -696
  164. package/build/src/schemas/ldml-keyboard3.schema.validator.d.mts +2 -2
  165. package/build/src/schemas/ldml-keyboard3.schema.validator.mjs +3117 -3117
  166. package/build/src/schemas/ldml-keyboard3.schema.validator.mjs.map +1 -1
  167. package/build/src/schemas/ldml-keyboardtest3.schema.d.ts +192 -192
  168. package/build/src/schemas/ldml-keyboardtest3.schema.js +225 -225
  169. package/build/src/schemas/ldml-keyboardtest3.schema.validator.d.mts +2 -2
  170. package/build/src/schemas/ldml-keyboardtest3.schema.validator.mjs +744 -744
  171. package/build/src/schemas/ldml-keyboardtest3.schema.validator.mjs.map +1 -1
  172. package/build/src/schemas.d.ts +2300 -2300
  173. package/build/src/schemas.js +23 -23
  174. package/build/src/util/common-events.d.ts +44 -44
  175. package/build/src/util/common-events.js +26 -26
  176. package/build/src/util/compiler-interfaces.d.ts +371 -371
  177. package/build/src/util/compiler-interfaces.d.ts.map +1 -1
  178. package/build/src/util/compiler-interfaces.js +380 -380
  179. package/build/src/util/compiler-interfaces.js.map +1 -1
  180. package/build/src/util/errors.d.ts +5 -5
  181. package/build/src/util/errors.js +5 -5
  182. package/build/src/util/file-types.d.ts +93 -93
  183. package/build/src/util/file-types.d.ts.map +1 -1
  184. package/build/src/util/file-types.js +142 -142
  185. package/build/src/util/file-types.js.map +1 -1
  186. package/build/src/util/util.d.ts +98 -98
  187. package/build/src/util/util.js +368 -368
  188. package/build/src/util/util.js.map +1 -1
  189. package/package.json +3 -3
@@ -1,2301 +1,2301 @@
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
- uset: {
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
- uset: {
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
- xmlns: {
1056
- type: string;
1057
- };
1058
- };
1059
- required: string[];
1060
- type: string;
1061
- };
1062
- };
1063
- required: string[];
1064
- title: string;
1065
- type: string;
1066
- };
1067
- ldmlKeyboardTest3: {
1068
- $schema: string;
1069
- additionalProperties: boolean;
1070
- definitions: {
1071
- any: {
1072
- type: string;
1073
- };
1074
- backspace: {
1075
- type: string;
1076
- };
1077
- check: {
1078
- additionalProperties: boolean;
1079
- properties: {
1080
- result: {
1081
- type: string;
1082
- };
1083
- };
1084
- required: string[];
1085
- type: string;
1086
- };
1087
- emit: {
1088
- additionalProperties: boolean;
1089
- properties: {
1090
- to: {
1091
- type: string;
1092
- };
1093
- };
1094
- required: string[];
1095
- type: string;
1096
- };
1097
- info: {
1098
- additionalProperties: boolean;
1099
- properties: {
1100
- author: {
1101
- type: string;
1102
- };
1103
- keyboard: {
1104
- type: string;
1105
- };
1106
- name: {
1107
- type: string;
1108
- };
1109
- };
1110
- required: string[];
1111
- type: string;
1112
- };
1113
- keystroke: {
1114
- additionalProperties: boolean;
1115
- properties: {
1116
- flick: {
1117
- type: string;
1118
- };
1119
- key: {
1120
- type: string;
1121
- };
1122
- longPress: {
1123
- type: string;
1124
- };
1125
- tapCount: {
1126
- type: string;
1127
- };
1128
- };
1129
- required: string[];
1130
- type: string;
1131
- };
1132
- repertoire: {
1133
- additionalProperties: boolean;
1134
- properties: {
1135
- chars: {
1136
- type: string;
1137
- };
1138
- name: {
1139
- type: string;
1140
- };
1141
- type: {
1142
- enum: string[];
1143
- type: string;
1144
- };
1145
- };
1146
- required: string[];
1147
- type: string;
1148
- };
1149
- special: {
1150
- $ref: string;
1151
- };
1152
- startContext: {
1153
- additionalProperties: boolean;
1154
- properties: {
1155
- to: {
1156
- type: string;
1157
- };
1158
- };
1159
- required: string[];
1160
- type: string;
1161
- };
1162
- test: {
1163
- additionalProperties: boolean;
1164
- properties: {
1165
- backspace: {
1166
- $ref: string;
1167
- };
1168
- check: {
1169
- $ref: string;
1170
- };
1171
- emit: {
1172
- $ref: string;
1173
- };
1174
- keystroke: {
1175
- $ref: string;
1176
- };
1177
- name: {
1178
- type: string;
1179
- };
1180
- special: {
1181
- items: {
1182
- $ref: string;
1183
- };
1184
- type: string;
1185
- };
1186
- startContext: {
1187
- $ref: string;
1188
- };
1189
- };
1190
- required: string[];
1191
- type: string;
1192
- };
1193
- tests: {
1194
- additionalProperties: boolean;
1195
- properties: {
1196
- name: {
1197
- type: string;
1198
- };
1199
- special: {
1200
- items: {
1201
- $ref: string;
1202
- };
1203
- type: string;
1204
- };
1205
- test: {
1206
- items: {
1207
- $ref: string;
1208
- };
1209
- minItems: number;
1210
- type: string;
1211
- };
1212
- };
1213
- required: string[];
1214
- type: string;
1215
- };
1216
- };
1217
- properties: {
1218
- keyboardTest3: {
1219
- additionalProperties: boolean;
1220
- properties: {
1221
- conformsTo: {
1222
- enum: string[];
1223
- type: string;
1224
- };
1225
- info: {
1226
- $ref: string;
1227
- };
1228
- repertoire: {
1229
- items: {
1230
- $ref: string;
1231
- };
1232
- type: string;
1233
- };
1234
- special: {
1235
- items: {
1236
- $ref: string;
1237
- };
1238
- type: string;
1239
- };
1240
- tests: {
1241
- items: {
1242
- $ref: string;
1243
- };
1244
- type: string;
1245
- };
1246
- xmlns: {
1247
- type: string;
1248
- };
1249
- };
1250
- required: string[];
1251
- type: string;
1252
- };
1253
- };
1254
- required: string[];
1255
- title: string;
1256
- type: string;
1257
- };
1258
- displayMap: {
1259
- $ref: string;
1260
- definitions: {
1261
- displayMap: {
1262
- type: string;
1263
- properties: {
1264
- map: {
1265
- type: string;
1266
- items: {
1267
- $ref: string;
1268
- };
1269
- };
1270
- };
1271
- };
1272
- map: {
1273
- type: string;
1274
- properties: {
1275
- pua: {
1276
- type: string;
1277
- };
1278
- str: {
1279
- type: string;
1280
- };
1281
- unicode: {
1282
- type: string;
1283
- };
1284
- usages: {
1285
- anyOf: ({
1286
- type: string;
1287
- items: {
1288
- $ref: string;
1289
- type?: undefined;
1290
- };
1291
- } | {
1292
- type: string;
1293
- items: {
1294
- type: string;
1295
- $ref?: undefined;
1296
- };
1297
- })[];
1298
- };
1299
- };
1300
- };
1301
- usage: {
1302
- type: string;
1303
- properties: {
1304
- filename: {
1305
- type: string;
1306
- };
1307
- count: {
1308
- type: string;
1309
- };
1310
- };
1311
- };
1312
- };
1313
- };
1314
- touchLayoutClean: {
1315
- $schema: string;
1316
- $ref: string;
1317
- $comment: string;
1318
- description: string;
1319
- definitions: {
1320
- "touch-layout": {
1321
- type: string;
1322
- properties: {
1323
- tablet: {
1324
- $ref: string;
1325
- };
1326
- phone: {
1327
- $ref: string;
1328
- };
1329
- desktop: {
1330
- $ref: string;
1331
- };
1332
- };
1333
- minProperties: number;
1334
- additionalProperties: boolean;
1335
- };
1336
- platform: {
1337
- type: string;
1338
- properties: {
1339
- font: {
1340
- $ref: string;
1341
- };
1342
- fontsize: {
1343
- $ref: string;
1344
- };
1345
- layer: {
1346
- $ref: string;
1347
- };
1348
- displayUnderlying: {
1349
- type: string;
1350
- };
1351
- defaultHint: {
1352
- type: string;
1353
- enum: string[];
1354
- };
1355
- };
1356
- required: string[];
1357
- additionalProperties: boolean;
1358
- };
1359
- layers: {
1360
- type: string;
1361
- items: {
1362
- $ref: string;
1363
- };
1364
- minItems: number;
1365
- };
1366
- layer: {
1367
- type: string;
1368
- properties: {
1369
- id: {
1370
- $ref: string;
1371
- };
1372
- row: {
1373
- $ref: string;
1374
- };
1375
- };
1376
- required: string[];
1377
- additionalProperties: boolean;
1378
- };
1379
- "layer-id": {
1380
- type: string;
1381
- pattern: string;
1382
- };
1383
- rows: {
1384
- type: string;
1385
- items: {
1386
- $ref: string;
1387
- };
1388
- minItems: number;
1389
- };
1390
- row: {
1391
- type: string;
1392
- properties: {
1393
- id: {
1394
- $ref: string;
1395
- };
1396
- key: {
1397
- $ref: string;
1398
- };
1399
- };
1400
- required: string[];
1401
- additionalProperties: boolean;
1402
- };
1403
- "row-id": {
1404
- type: string;
1405
- minimum: number;
1406
- maximum: number;
1407
- };
1408
- keys: {
1409
- type: string;
1410
- items: {
1411
- $ref: string;
1412
- };
1413
- minItems: number;
1414
- };
1415
- key: {
1416
- type: string;
1417
- properties: {
1418
- id: {
1419
- $ref: string;
1420
- };
1421
- text: {
1422
- type: string;
1423
- };
1424
- layer: {
1425
- $ref: string;
1426
- };
1427
- nextlayer: {
1428
- $ref: string;
1429
- };
1430
- font: {
1431
- $ref: string;
1432
- };
1433
- fontsize: {
1434
- $ref: string;
1435
- };
1436
- sp: {
1437
- $ref: string;
1438
- };
1439
- pad: {
1440
- $ref: string;
1441
- };
1442
- width: {
1443
- $ref: string;
1444
- };
1445
- sk: {
1446
- $ref: string;
1447
- };
1448
- flick: {
1449
- $ref: string;
1450
- };
1451
- multitap: {
1452
- $ref: string;
1453
- };
1454
- hint: {
1455
- type: string;
1456
- };
1457
- };
1458
- anyOf: {
1459
- required: string[];
1460
- }[];
1461
- additionalProperties: boolean;
1462
- };
1463
- "key-id": {
1464
- type: string;
1465
- pattern: string;
1466
- };
1467
- "key-sp": {
1468
- type: string;
1469
- enum: number[];
1470
- };
1471
- "key-pad": {
1472
- type: string;
1473
- minimum: number;
1474
- maximum: number;
1475
- };
1476
- "key-width": {
1477
- type: string;
1478
- minimum: number;
1479
- maximum: number;
1480
- };
1481
- subkeys: {
1482
- type: string;
1483
- items: {
1484
- $ref: string;
1485
- };
1486
- minItems: number;
1487
- };
1488
- subkey: {
1489
- type: string;
1490
- properties: {
1491
- id: {
1492
- $ref: string;
1493
- };
1494
- text: {
1495
- type: string;
1496
- };
1497
- layer: {
1498
- $ref: string;
1499
- };
1500
- nextlayer: {
1501
- $ref: string;
1502
- };
1503
- font: {
1504
- $ref: string;
1505
- };
1506
- fontsize: {
1507
- $ref: string;
1508
- };
1509
- sp: {
1510
- $ref: string;
1511
- };
1512
- pad: {
1513
- $ref: string;
1514
- };
1515
- width: {
1516
- $ref: string;
1517
- };
1518
- };
1519
- required: string[];
1520
- additionalProperties: boolean;
1521
- };
1522
- flick: {
1523
- type: string;
1524
- patternProperties: {
1525
- "^(n|s|e|w|ne|nw|se|sw)$": {
1526
- $ref: string;
1527
- };
1528
- };
1529
- minProperties: number;
1530
- additionalProperties: boolean;
1531
- };
1532
- "font-spec": {
1533
- type: string;
1534
- };
1535
- "fontsize-spec": {
1536
- type: string;
1537
- };
1538
- };
1539
- };
1540
- touchLayout: {
1541
- $schema: string;
1542
- $ref: string;
1543
- $comment: string;
1544
- description: string;
1545
- definitions: {
1546
- "touch-layout": {
1547
- type: string;
1548
- properties: {
1549
- tablet: {
1550
- $ref: string;
1551
- };
1552
- phone: {
1553
- $ref: string;
1554
- };
1555
- desktop: {
1556
- $ref: string;
1557
- };
1558
- };
1559
- };
1560
- platform: {
1561
- type: string;
1562
- properties: {
1563
- font: {
1564
- $ref: string;
1565
- };
1566
- fontsize: {
1567
- $ref: string;
1568
- };
1569
- layer: {
1570
- $ref: string;
1571
- };
1572
- displayUnderlying: {
1573
- type: string;
1574
- };
1575
- defaultHint: {
1576
- type: string;
1577
- enum: string[];
1578
- };
1579
- };
1580
- required: string[];
1581
- additionalProperties: boolean;
1582
- };
1583
- layers: {
1584
- type: string;
1585
- items: {
1586
- $ref: string;
1587
- };
1588
- };
1589
- layer: {
1590
- type: string;
1591
- properties: {
1592
- id: {
1593
- $ref: string;
1594
- };
1595
- row: {
1596
- $ref: string;
1597
- };
1598
- };
1599
- required: string[];
1600
- additionalProperties: boolean;
1601
- };
1602
- "layer-id": {
1603
- type: string;
1604
- pattern: string;
1605
- };
1606
- rows: {
1607
- type: string;
1608
- items: {
1609
- $ref: string;
1610
- };
1611
- };
1612
- row: {
1613
- type: string;
1614
- properties: {
1615
- id: {
1616
- $ref: string;
1617
- };
1618
- key: {
1619
- $ref: string;
1620
- };
1621
- };
1622
- required: string[];
1623
- additionalProperties: boolean;
1624
- };
1625
- "row-id": {
1626
- oneOf: ({
1627
- type: string;
1628
- minimum: number;
1629
- maximum: number;
1630
- pattern?: undefined;
1631
- } | {
1632
- type: string;
1633
- pattern: string;
1634
- minimum?: undefined;
1635
- maximum?: undefined;
1636
- })[];
1637
- };
1638
- keys: {
1639
- type: string;
1640
- items: {
1641
- $ref: string;
1642
- };
1643
- };
1644
- key: {
1645
- type: string;
1646
- properties: {
1647
- id: {
1648
- $ref: string;
1649
- };
1650
- text: {
1651
- type: string;
1652
- };
1653
- layer: {
1654
- $ref: string;
1655
- };
1656
- nextlayer: {
1657
- $ref: string;
1658
- };
1659
- fontsize: {
1660
- $ref: string;
1661
- };
1662
- font: {
1663
- $ref: string;
1664
- };
1665
- dk: {
1666
- type: string;
1667
- };
1668
- sp: {
1669
- $ref: string;
1670
- };
1671
- pad: {
1672
- $ref: string;
1673
- };
1674
- width: {
1675
- $ref: string;
1676
- };
1677
- sk: {
1678
- $ref: string;
1679
- };
1680
- flick: {
1681
- $ref: string;
1682
- };
1683
- multitap: {
1684
- $ref: string;
1685
- };
1686
- hint: {
1687
- type: string;
1688
- };
1689
- };
1690
- additionalProperties: boolean;
1691
- };
1692
- numeric: {
1693
- oneOf: ({
1694
- type: string;
1695
- pattern: string;
1696
- } | {
1697
- type: string;
1698
- pattern?: undefined;
1699
- })[];
1700
- };
1701
- "key-id": {
1702
- type: string;
1703
- pattern: string;
1704
- };
1705
- subkeys: {
1706
- type: string;
1707
- items: {
1708
- $ref: string;
1709
- };
1710
- };
1711
- subkey: {
1712
- type: string;
1713
- properties: {
1714
- id: {
1715
- $ref: string;
1716
- };
1717
- text: {
1718
- type: string;
1719
- };
1720
- layer: {
1721
- $ref: string;
1722
- };
1723
- nextlayer: {
1724
- $ref: string;
1725
- };
1726
- sp: {
1727
- $ref: string;
1728
- };
1729
- pad: {
1730
- $ref: string;
1731
- };
1732
- width: {
1733
- $ref: string;
1734
- };
1735
- fontsize: {
1736
- $ref: string;
1737
- };
1738
- font: {
1739
- $ref: string;
1740
- };
1741
- dk: {
1742
- type: string;
1743
- };
1744
- default: {
1745
- type: string;
1746
- };
1747
- };
1748
- required: string[];
1749
- additionalProperties: boolean;
1750
- };
1751
- flick: {
1752
- type: string;
1753
- patternProperties: {
1754
- "^(n|s|e|w|ne|nw|se|sw)$": {
1755
- $ref: string;
1756
- };
1757
- };
1758
- additionalProperties: boolean;
1759
- };
1760
- "font-spec": {
1761
- type: string;
1762
- };
1763
- "fontsize-spec": {
1764
- type: string;
1765
- };
1766
- };
1767
- };
1768
- keyboard_info: {
1769
- $schema: string;
1770
- $ref: string;
1771
- definitions: {
1772
- KeyboardInfo: {
1773
- type: string;
1774
- properties: {
1775
- id: {
1776
- type: string;
1777
- };
1778
- name: {
1779
- type: string;
1780
- };
1781
- authorName: {
1782
- type: string;
1783
- };
1784
- authorEmail: {
1785
- type: string;
1786
- format: string;
1787
- };
1788
- description: {
1789
- type: string;
1790
- };
1791
- license: {
1792
- type: string;
1793
- enum: string[];
1794
- };
1795
- languages: {
1796
- anyOf: ({
1797
- type: string;
1798
- items: {
1799
- type: string;
1800
- };
1801
- uniqueItems: boolean;
1802
- $ref?: undefined;
1803
- } | {
1804
- $ref: string;
1805
- type?: undefined;
1806
- items?: undefined;
1807
- uniqueItems?: undefined;
1808
- })[];
1809
- };
1810
- lastModifiedDate: {
1811
- type: string;
1812
- format: string;
1813
- };
1814
- packageFilename: {
1815
- type: string;
1816
- pattern: string;
1817
- };
1818
- packageFileSize: {
1819
- type: string;
1820
- };
1821
- jsFilename: {
1822
- type: string;
1823
- pattern: string;
1824
- };
1825
- jsFileSize: {
1826
- type: string;
1827
- };
1828
- isRTL: {
1829
- type: string;
1830
- };
1831
- encodings: {
1832
- type: string;
1833
- items: {
1834
- type: string;
1835
- enum: string[];
1836
- };
1837
- };
1838
- packageIncludes: {
1839
- type: string;
1840
- items: {
1841
- type: string;
1842
- enum: string[];
1843
- };
1844
- };
1845
- version: {
1846
- type: string;
1847
- };
1848
- minKeymanVersion: {
1849
- type: string;
1850
- pattern: string;
1851
- };
1852
- helpLink: {
1853
- type: string;
1854
- pattern: string;
1855
- };
1856
- platformSupport: {
1857
- $ref: string;
1858
- };
1859
- sourcePath: {
1860
- type: string;
1861
- pattern: string;
1862
- };
1863
- related: {
1864
- type: string;
1865
- patternProperties: {
1866
- ".": {
1867
- $ref: string;
1868
- };
1869
- };
1870
- additionalProperties: boolean;
1871
- };
1872
- deprecated: {
1873
- type: string;
1874
- };
1875
- };
1876
- required: string[];
1877
- };
1878
- KeyboardLanguageInfo: {
1879
- type: string;
1880
- patternProperties: {
1881
- ".": {
1882
- $ref: string;
1883
- };
1884
- };
1885
- additionalProperties: boolean;
1886
- };
1887
- KeyboardLanguageInfoItem: {
1888
- type: string;
1889
- properties: {
1890
- font: {
1891
- $ref: string;
1892
- };
1893
- oskFont: {
1894
- $ref: string;
1895
- };
1896
- examples: {
1897
- type: string;
1898
- items: {
1899
- $ref: string;
1900
- };
1901
- };
1902
- displayName: {
1903
- type: string;
1904
- };
1905
- languageName: {
1906
- type: string;
1907
- };
1908
- scriptName: {
1909
- type: string;
1910
- };
1911
- regionName: {
1912
- type: string;
1913
- };
1914
- };
1915
- required: any[];
1916
- additionalProperties: boolean;
1917
- };
1918
- KeyboardFontInfo: {
1919
- type: string;
1920
- properties: {
1921
- family: {
1922
- type: string;
1923
- };
1924
- source: {
1925
- type: string;
1926
- items: {
1927
- type: string;
1928
- };
1929
- };
1930
- };
1931
- required: string[];
1932
- additionalProperties: boolean;
1933
- };
1934
- KeyboardExampleInfo: {
1935
- type: string;
1936
- properties: {
1937
- keys: {
1938
- type: string;
1939
- };
1940
- text: {
1941
- type: string;
1942
- };
1943
- note: {
1944
- type: string;
1945
- };
1946
- };
1947
- required: string[];
1948
- additionalProperties: boolean;
1949
- };
1950
- KeyboardPlatformInfo: {
1951
- type: string;
1952
- patternProperties: {
1953
- "^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": {
1954
- type: string;
1955
- enum: string[];
1956
- };
1957
- };
1958
- required: any[];
1959
- additionalProperties: boolean;
1960
- };
1961
- KeyboardRelatedInfo: {
1962
- type: string;
1963
- properties: {
1964
- deprecates: {
1965
- type: string;
1966
- };
1967
- deprecatedBy: {
1968
- type: string;
1969
- };
1970
- };
1971
- required: any[];
1972
- additionalProperties: boolean;
1973
- };
1974
- };
1975
- };
1976
- kmp: {
1977
- $schema: string;
1978
- $ref: string;
1979
- definitions: {
1980
- package: {
1981
- type: string;
1982
- properties: {
1983
- system: {
1984
- $ref: string;
1985
- };
1986
- options: {
1987
- $ref: string;
1988
- };
1989
- startMenu: {
1990
- $ref: string;
1991
- };
1992
- strings: {
1993
- $ref: string;
1994
- };
1995
- files: {
1996
- $ref: string;
1997
- };
1998
- keyboards: {
1999
- $ref: string;
2000
- };
2001
- lexicalModels: {
2002
- $ref: string;
2003
- };
2004
- info: {
2005
- $ref: string;
2006
- };
2007
- relatedPackages: {
2008
- type: string;
2009
- items: {
2010
- $ref: string;
2011
- };
2012
- };
2013
- };
2014
- additionalProperties: boolean;
2015
- required: string[];
2016
- };
2017
- system: {
2018
- type: string;
2019
- properties: {
2020
- keymanDeveloperVersion: {
2021
- type: string;
2022
- };
2023
- fileVersion: {
2024
- type: string;
2025
- };
2026
- };
2027
- additionalProperties: boolean;
2028
- required: string[];
2029
- };
2030
- options: {
2031
- type: string;
2032
- properties: {
2033
- readmeFile: {
2034
- type: string;
2035
- };
2036
- graphicFile: {
2037
- type: string;
2038
- };
2039
- licenseFile: {
2040
- type: string;
2041
- };
2042
- welcomeFile: {
2043
- type: string;
2044
- };
2045
- executeProgram: {
2046
- type: string;
2047
- };
2048
- msiFilename: {
2049
- type: string;
2050
- };
2051
- msiOptions: {
2052
- type: string;
2053
- };
2054
- };
2055
- additionalProperties: boolean;
2056
- };
2057
- startMenu: {
2058
- type: string;
2059
- properties: {
2060
- folder: {
2061
- type: string;
2062
- };
2063
- addUninstallEntry: {
2064
- type: string;
2065
- };
2066
- items: {
2067
- type: string;
2068
- items: {
2069
- $ref: string;
2070
- };
2071
- };
2072
- };
2073
- additionalProperties: boolean;
2074
- };
2075
- startMenuItem: {
2076
- type: string;
2077
- properties: {
2078
- name: {
2079
- type: string;
2080
- };
2081
- filename: {
2082
- type: string;
2083
- };
2084
- arguments: {
2085
- type: string;
2086
- };
2087
- icon: {
2088
- type: string;
2089
- };
2090
- location: {
2091
- type: string;
2092
- };
2093
- };
2094
- additionalProperties: boolean;
2095
- required: string[];
2096
- };
2097
- strings: {
2098
- type: string;
2099
- patternProperties: {
2100
- ".": {
2101
- type: string;
2102
- };
2103
- };
2104
- additionalProperties: boolean;
2105
- };
2106
- files: {
2107
- type: string;
2108
- items: {
2109
- $ref: string;
2110
- };
2111
- };
2112
- file: {
2113
- type: string;
2114
- properties: {
2115
- name: {
2116
- type: string;
2117
- };
2118
- description: {
2119
- type: string;
2120
- };
2121
- copyLocation: {
2122
- type: string;
2123
- };
2124
- };
2125
- additionalProperties: boolean;
2126
- required: string[];
2127
- };
2128
- keyboards: {
2129
- type: string;
2130
- items: {
2131
- $ref: string;
2132
- };
2133
- };
2134
- keyboard: {
2135
- type: string;
2136
- properties: {
2137
- name: {
2138
- type: string;
2139
- };
2140
- id: {
2141
- type: string;
2142
- };
2143
- version: {
2144
- type: string;
2145
- };
2146
- oskFont: {
2147
- type: string;
2148
- };
2149
- displayFont: {
2150
- type: string;
2151
- };
2152
- rtl: {
2153
- type: string;
2154
- };
2155
- languages: {
2156
- type: string;
2157
- items: {
2158
- $ref: string;
2159
- };
2160
- };
2161
- examples: {
2162
- type: string;
2163
- items: {
2164
- $ref: string;
2165
- };
2166
- };
2167
- webOskFonts: {
2168
- type: string;
2169
- items: {
2170
- type: string;
2171
- };
2172
- };
2173
- webDisplayFonts: {
2174
- type: string;
2175
- items: {
2176
- type: string;
2177
- };
2178
- };
2179
- };
2180
- additionalProperties: boolean;
2181
- required: string[];
2182
- };
2183
- keyboardLanguage: {
2184
- type: string;
2185
- properties: {
2186
- name: {
2187
- type: string;
2188
- };
2189
- id: {
2190
- type: string;
2191
- };
2192
- };
2193
- additionalProperties: boolean;
2194
- required: string[];
2195
- };
2196
- info: {
2197
- type: string;
2198
- properties: {
2199
- website: {
2200
- $ref: string;
2201
- };
2202
- version: {
2203
- $ref: string;
2204
- };
2205
- name: {
2206
- $ref: string;
2207
- };
2208
- copyright: {
2209
- $ref: string;
2210
- };
2211
- author: {
2212
- $ref: string;
2213
- };
2214
- description: {
2215
- $ref: string;
2216
- };
2217
- };
2218
- additionalProperties: boolean;
2219
- };
2220
- infoItem: {
2221
- type: string;
2222
- properties: {
2223
- description: {
2224
- type: string;
2225
- };
2226
- url: {
2227
- type: string;
2228
- };
2229
- };
2230
- additionalProperties: boolean;
2231
- required: string[];
2232
- };
2233
- lexicalModels: {
2234
- type: string;
2235
- items: {
2236
- $ref: string;
2237
- };
2238
- };
2239
- lexicalModel: {
2240
- type: string;
2241
- properties: {
2242
- name: {
2243
- type: string;
2244
- };
2245
- id: {
2246
- type: string;
2247
- };
2248
- version: {
2249
- type: string;
2250
- };
2251
- rtl: {
2252
- type: string;
2253
- };
2254
- languages: {
2255
- type: string;
2256
- items: {
2257
- $ref: string;
2258
- };
2259
- };
2260
- };
2261
- additionalProperties: boolean;
2262
- required: string[];
2263
- };
2264
- keyboardExample: {
2265
- type: string;
2266
- properties: {
2267
- id: {
2268
- type: string;
2269
- };
2270
- keys: {
2271
- type: string;
2272
- };
2273
- text: {
2274
- type: string;
2275
- };
2276
- note: {
2277
- type: string;
2278
- };
2279
- };
2280
- additionalProperties: boolean;
2281
- required: string[];
2282
- };
2283
- relatedPackage: {
2284
- type: string;
2285
- properties: {
2286
- id: {
2287
- type: string;
2288
- };
2289
- relationship: {
2290
- type: string;
2291
- enum: string[];
2292
- };
2293
- };
2294
- additionalProperties: boolean;
2295
- required: string[];
2296
- };
2297
- };
2298
- };
2299
- };
2300
- export default Schemas;
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
+ uset: {
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
+ uset: {
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
+ xmlns: {
1056
+ type: string;
1057
+ };
1058
+ };
1059
+ required: string[];
1060
+ type: string;
1061
+ };
1062
+ };
1063
+ required: string[];
1064
+ title: string;
1065
+ type: string;
1066
+ };
1067
+ ldmlKeyboardTest3: {
1068
+ $schema: string;
1069
+ additionalProperties: boolean;
1070
+ definitions: {
1071
+ any: {
1072
+ type: string;
1073
+ };
1074
+ backspace: {
1075
+ type: string;
1076
+ };
1077
+ check: {
1078
+ additionalProperties: boolean;
1079
+ properties: {
1080
+ result: {
1081
+ type: string;
1082
+ };
1083
+ };
1084
+ required: string[];
1085
+ type: string;
1086
+ };
1087
+ emit: {
1088
+ additionalProperties: boolean;
1089
+ properties: {
1090
+ to: {
1091
+ type: string;
1092
+ };
1093
+ };
1094
+ required: string[];
1095
+ type: string;
1096
+ };
1097
+ info: {
1098
+ additionalProperties: boolean;
1099
+ properties: {
1100
+ author: {
1101
+ type: string;
1102
+ };
1103
+ keyboard: {
1104
+ type: string;
1105
+ };
1106
+ name: {
1107
+ type: string;
1108
+ };
1109
+ };
1110
+ required: string[];
1111
+ type: string;
1112
+ };
1113
+ keystroke: {
1114
+ additionalProperties: boolean;
1115
+ properties: {
1116
+ flick: {
1117
+ type: string;
1118
+ };
1119
+ key: {
1120
+ type: string;
1121
+ };
1122
+ longPress: {
1123
+ type: string;
1124
+ };
1125
+ tapCount: {
1126
+ type: string;
1127
+ };
1128
+ };
1129
+ required: string[];
1130
+ type: string;
1131
+ };
1132
+ repertoire: {
1133
+ additionalProperties: boolean;
1134
+ properties: {
1135
+ chars: {
1136
+ type: string;
1137
+ };
1138
+ name: {
1139
+ type: string;
1140
+ };
1141
+ type: {
1142
+ enum: string[];
1143
+ type: string;
1144
+ };
1145
+ };
1146
+ required: string[];
1147
+ type: string;
1148
+ };
1149
+ special: {
1150
+ $ref: string;
1151
+ };
1152
+ startContext: {
1153
+ additionalProperties: boolean;
1154
+ properties: {
1155
+ to: {
1156
+ type: string;
1157
+ };
1158
+ };
1159
+ required: string[];
1160
+ type: string;
1161
+ };
1162
+ test: {
1163
+ additionalProperties: boolean;
1164
+ properties: {
1165
+ backspace: {
1166
+ $ref: string;
1167
+ };
1168
+ check: {
1169
+ $ref: string;
1170
+ };
1171
+ emit: {
1172
+ $ref: string;
1173
+ };
1174
+ keystroke: {
1175
+ $ref: string;
1176
+ };
1177
+ name: {
1178
+ type: string;
1179
+ };
1180
+ special: {
1181
+ items: {
1182
+ $ref: string;
1183
+ };
1184
+ type: string;
1185
+ };
1186
+ startContext: {
1187
+ $ref: string;
1188
+ };
1189
+ };
1190
+ required: string[];
1191
+ type: string;
1192
+ };
1193
+ tests: {
1194
+ additionalProperties: boolean;
1195
+ properties: {
1196
+ name: {
1197
+ type: string;
1198
+ };
1199
+ special: {
1200
+ items: {
1201
+ $ref: string;
1202
+ };
1203
+ type: string;
1204
+ };
1205
+ test: {
1206
+ items: {
1207
+ $ref: string;
1208
+ };
1209
+ minItems: number;
1210
+ type: string;
1211
+ };
1212
+ };
1213
+ required: string[];
1214
+ type: string;
1215
+ };
1216
+ };
1217
+ properties: {
1218
+ keyboardTest3: {
1219
+ additionalProperties: boolean;
1220
+ properties: {
1221
+ conformsTo: {
1222
+ enum: string[];
1223
+ type: string;
1224
+ };
1225
+ info: {
1226
+ $ref: string;
1227
+ };
1228
+ repertoire: {
1229
+ items: {
1230
+ $ref: string;
1231
+ };
1232
+ type: string;
1233
+ };
1234
+ special: {
1235
+ items: {
1236
+ $ref: string;
1237
+ };
1238
+ type: string;
1239
+ };
1240
+ tests: {
1241
+ items: {
1242
+ $ref: string;
1243
+ };
1244
+ type: string;
1245
+ };
1246
+ xmlns: {
1247
+ type: string;
1248
+ };
1249
+ };
1250
+ required: string[];
1251
+ type: string;
1252
+ };
1253
+ };
1254
+ required: string[];
1255
+ title: string;
1256
+ type: string;
1257
+ };
1258
+ displayMap: {
1259
+ $ref: string;
1260
+ definitions: {
1261
+ displayMap: {
1262
+ type: string;
1263
+ properties: {
1264
+ map: {
1265
+ type: string;
1266
+ items: {
1267
+ $ref: string;
1268
+ };
1269
+ };
1270
+ };
1271
+ };
1272
+ map: {
1273
+ type: string;
1274
+ properties: {
1275
+ pua: {
1276
+ type: string;
1277
+ };
1278
+ str: {
1279
+ type: string;
1280
+ };
1281
+ unicode: {
1282
+ type: string;
1283
+ };
1284
+ usages: {
1285
+ anyOf: ({
1286
+ type: string;
1287
+ items: {
1288
+ $ref: string;
1289
+ type?: undefined;
1290
+ };
1291
+ } | {
1292
+ type: string;
1293
+ items: {
1294
+ type: string;
1295
+ $ref?: undefined;
1296
+ };
1297
+ })[];
1298
+ };
1299
+ };
1300
+ };
1301
+ usage: {
1302
+ type: string;
1303
+ properties: {
1304
+ filename: {
1305
+ type: string;
1306
+ };
1307
+ count: {
1308
+ type: string;
1309
+ };
1310
+ };
1311
+ };
1312
+ };
1313
+ };
1314
+ touchLayoutClean: {
1315
+ $schema: string;
1316
+ $ref: string;
1317
+ $comment: string;
1318
+ description: string;
1319
+ definitions: {
1320
+ "touch-layout": {
1321
+ type: string;
1322
+ properties: {
1323
+ tablet: {
1324
+ $ref: string;
1325
+ };
1326
+ phone: {
1327
+ $ref: string;
1328
+ };
1329
+ desktop: {
1330
+ $ref: string;
1331
+ };
1332
+ };
1333
+ minProperties: number;
1334
+ additionalProperties: boolean;
1335
+ };
1336
+ platform: {
1337
+ type: string;
1338
+ properties: {
1339
+ font: {
1340
+ $ref: string;
1341
+ };
1342
+ fontsize: {
1343
+ $ref: string;
1344
+ };
1345
+ layer: {
1346
+ $ref: string;
1347
+ };
1348
+ displayUnderlying: {
1349
+ type: string;
1350
+ };
1351
+ defaultHint: {
1352
+ type: string;
1353
+ enum: string[];
1354
+ };
1355
+ };
1356
+ required: string[];
1357
+ additionalProperties: boolean;
1358
+ };
1359
+ layers: {
1360
+ type: string;
1361
+ items: {
1362
+ $ref: string;
1363
+ };
1364
+ minItems: number;
1365
+ };
1366
+ layer: {
1367
+ type: string;
1368
+ properties: {
1369
+ id: {
1370
+ $ref: string;
1371
+ };
1372
+ row: {
1373
+ $ref: string;
1374
+ };
1375
+ };
1376
+ required: string[];
1377
+ additionalProperties: boolean;
1378
+ };
1379
+ "layer-id": {
1380
+ type: string;
1381
+ pattern: string;
1382
+ };
1383
+ rows: {
1384
+ type: string;
1385
+ items: {
1386
+ $ref: string;
1387
+ };
1388
+ minItems: number;
1389
+ };
1390
+ row: {
1391
+ type: string;
1392
+ properties: {
1393
+ id: {
1394
+ $ref: string;
1395
+ };
1396
+ key: {
1397
+ $ref: string;
1398
+ };
1399
+ };
1400
+ required: string[];
1401
+ additionalProperties: boolean;
1402
+ };
1403
+ "row-id": {
1404
+ type: string;
1405
+ minimum: number;
1406
+ maximum: number;
1407
+ };
1408
+ keys: {
1409
+ type: string;
1410
+ items: {
1411
+ $ref: string;
1412
+ };
1413
+ minItems: number;
1414
+ };
1415
+ key: {
1416
+ type: string;
1417
+ properties: {
1418
+ id: {
1419
+ $ref: string;
1420
+ };
1421
+ text: {
1422
+ type: string;
1423
+ };
1424
+ layer: {
1425
+ $ref: string;
1426
+ };
1427
+ nextlayer: {
1428
+ $ref: string;
1429
+ };
1430
+ font: {
1431
+ $ref: string;
1432
+ };
1433
+ fontsize: {
1434
+ $ref: string;
1435
+ };
1436
+ sp: {
1437
+ $ref: string;
1438
+ };
1439
+ pad: {
1440
+ $ref: string;
1441
+ };
1442
+ width: {
1443
+ $ref: string;
1444
+ };
1445
+ sk: {
1446
+ $ref: string;
1447
+ };
1448
+ flick: {
1449
+ $ref: string;
1450
+ };
1451
+ multitap: {
1452
+ $ref: string;
1453
+ };
1454
+ hint: {
1455
+ type: string;
1456
+ };
1457
+ };
1458
+ anyOf: {
1459
+ required: string[];
1460
+ }[];
1461
+ additionalProperties: boolean;
1462
+ };
1463
+ "key-id": {
1464
+ type: string;
1465
+ pattern: string;
1466
+ };
1467
+ "key-sp": {
1468
+ type: string;
1469
+ enum: number[];
1470
+ };
1471
+ "key-pad": {
1472
+ type: string;
1473
+ minimum: number;
1474
+ maximum: number;
1475
+ };
1476
+ "key-width": {
1477
+ type: string;
1478
+ minimum: number;
1479
+ maximum: number;
1480
+ };
1481
+ subkeys: {
1482
+ type: string;
1483
+ items: {
1484
+ $ref: string;
1485
+ };
1486
+ minItems: number;
1487
+ };
1488
+ subkey: {
1489
+ type: string;
1490
+ properties: {
1491
+ id: {
1492
+ $ref: string;
1493
+ };
1494
+ text: {
1495
+ type: string;
1496
+ };
1497
+ layer: {
1498
+ $ref: string;
1499
+ };
1500
+ nextlayer: {
1501
+ $ref: string;
1502
+ };
1503
+ font: {
1504
+ $ref: string;
1505
+ };
1506
+ fontsize: {
1507
+ $ref: string;
1508
+ };
1509
+ sp: {
1510
+ $ref: string;
1511
+ };
1512
+ pad: {
1513
+ $ref: string;
1514
+ };
1515
+ width: {
1516
+ $ref: string;
1517
+ };
1518
+ };
1519
+ required: string[];
1520
+ additionalProperties: boolean;
1521
+ };
1522
+ flick: {
1523
+ type: string;
1524
+ patternProperties: {
1525
+ "^(n|s|e|w|ne|nw|se|sw)$": {
1526
+ $ref: string;
1527
+ };
1528
+ };
1529
+ minProperties: number;
1530
+ additionalProperties: boolean;
1531
+ };
1532
+ "font-spec": {
1533
+ type: string;
1534
+ };
1535
+ "fontsize-spec": {
1536
+ type: string;
1537
+ };
1538
+ };
1539
+ };
1540
+ touchLayout: {
1541
+ $schema: string;
1542
+ $ref: string;
1543
+ $comment: string;
1544
+ description: string;
1545
+ definitions: {
1546
+ "touch-layout": {
1547
+ type: string;
1548
+ properties: {
1549
+ tablet: {
1550
+ $ref: string;
1551
+ };
1552
+ phone: {
1553
+ $ref: string;
1554
+ };
1555
+ desktop: {
1556
+ $ref: string;
1557
+ };
1558
+ };
1559
+ };
1560
+ platform: {
1561
+ type: string;
1562
+ properties: {
1563
+ font: {
1564
+ $ref: string;
1565
+ };
1566
+ fontsize: {
1567
+ $ref: string;
1568
+ };
1569
+ layer: {
1570
+ $ref: string;
1571
+ };
1572
+ displayUnderlying: {
1573
+ type: string;
1574
+ };
1575
+ defaultHint: {
1576
+ type: string;
1577
+ enum: string[];
1578
+ };
1579
+ };
1580
+ required: string[];
1581
+ additionalProperties: boolean;
1582
+ };
1583
+ layers: {
1584
+ type: string;
1585
+ items: {
1586
+ $ref: string;
1587
+ };
1588
+ };
1589
+ layer: {
1590
+ type: string;
1591
+ properties: {
1592
+ id: {
1593
+ $ref: string;
1594
+ };
1595
+ row: {
1596
+ $ref: string;
1597
+ };
1598
+ };
1599
+ required: string[];
1600
+ additionalProperties: boolean;
1601
+ };
1602
+ "layer-id": {
1603
+ type: string;
1604
+ pattern: string;
1605
+ };
1606
+ rows: {
1607
+ type: string;
1608
+ items: {
1609
+ $ref: string;
1610
+ };
1611
+ };
1612
+ row: {
1613
+ type: string;
1614
+ properties: {
1615
+ id: {
1616
+ $ref: string;
1617
+ };
1618
+ key: {
1619
+ $ref: string;
1620
+ };
1621
+ };
1622
+ required: string[];
1623
+ additionalProperties: boolean;
1624
+ };
1625
+ "row-id": {
1626
+ oneOf: ({
1627
+ type: string;
1628
+ minimum: number;
1629
+ maximum: number;
1630
+ pattern?: undefined;
1631
+ } | {
1632
+ type: string;
1633
+ pattern: string;
1634
+ minimum?: undefined;
1635
+ maximum?: undefined;
1636
+ })[];
1637
+ };
1638
+ keys: {
1639
+ type: string;
1640
+ items: {
1641
+ $ref: string;
1642
+ };
1643
+ };
1644
+ key: {
1645
+ type: string;
1646
+ properties: {
1647
+ id: {
1648
+ $ref: string;
1649
+ };
1650
+ text: {
1651
+ type: string;
1652
+ };
1653
+ layer: {
1654
+ $ref: string;
1655
+ };
1656
+ nextlayer: {
1657
+ $ref: string;
1658
+ };
1659
+ fontsize: {
1660
+ $ref: string;
1661
+ };
1662
+ font: {
1663
+ $ref: string;
1664
+ };
1665
+ dk: {
1666
+ type: string;
1667
+ };
1668
+ sp: {
1669
+ $ref: string;
1670
+ };
1671
+ pad: {
1672
+ $ref: string;
1673
+ };
1674
+ width: {
1675
+ $ref: string;
1676
+ };
1677
+ sk: {
1678
+ $ref: string;
1679
+ };
1680
+ flick: {
1681
+ $ref: string;
1682
+ };
1683
+ multitap: {
1684
+ $ref: string;
1685
+ };
1686
+ hint: {
1687
+ type: string;
1688
+ };
1689
+ };
1690
+ additionalProperties: boolean;
1691
+ };
1692
+ numeric: {
1693
+ oneOf: ({
1694
+ type: string;
1695
+ pattern: string;
1696
+ } | {
1697
+ type: string;
1698
+ pattern?: undefined;
1699
+ })[];
1700
+ };
1701
+ "key-id": {
1702
+ type: string;
1703
+ pattern: string;
1704
+ };
1705
+ subkeys: {
1706
+ type: string;
1707
+ items: {
1708
+ $ref: string;
1709
+ };
1710
+ };
1711
+ subkey: {
1712
+ type: string;
1713
+ properties: {
1714
+ id: {
1715
+ $ref: string;
1716
+ };
1717
+ text: {
1718
+ type: string;
1719
+ };
1720
+ layer: {
1721
+ $ref: string;
1722
+ };
1723
+ nextlayer: {
1724
+ $ref: string;
1725
+ };
1726
+ sp: {
1727
+ $ref: string;
1728
+ };
1729
+ pad: {
1730
+ $ref: string;
1731
+ };
1732
+ width: {
1733
+ $ref: string;
1734
+ };
1735
+ fontsize: {
1736
+ $ref: string;
1737
+ };
1738
+ font: {
1739
+ $ref: string;
1740
+ };
1741
+ dk: {
1742
+ type: string;
1743
+ };
1744
+ default: {
1745
+ type: string;
1746
+ };
1747
+ };
1748
+ required: string[];
1749
+ additionalProperties: boolean;
1750
+ };
1751
+ flick: {
1752
+ type: string;
1753
+ patternProperties: {
1754
+ "^(n|s|e|w|ne|nw|se|sw)$": {
1755
+ $ref: string;
1756
+ };
1757
+ };
1758
+ additionalProperties: boolean;
1759
+ };
1760
+ "font-spec": {
1761
+ type: string;
1762
+ };
1763
+ "fontsize-spec": {
1764
+ type: string;
1765
+ };
1766
+ };
1767
+ };
1768
+ keyboard_info: {
1769
+ $schema: string;
1770
+ $ref: string;
1771
+ definitions: {
1772
+ KeyboardInfo: {
1773
+ type: string;
1774
+ properties: {
1775
+ id: {
1776
+ type: string;
1777
+ };
1778
+ name: {
1779
+ type: string;
1780
+ };
1781
+ authorName: {
1782
+ type: string;
1783
+ };
1784
+ authorEmail: {
1785
+ type: string;
1786
+ format: string;
1787
+ };
1788
+ description: {
1789
+ type: string;
1790
+ };
1791
+ license: {
1792
+ type: string;
1793
+ enum: string[];
1794
+ };
1795
+ languages: {
1796
+ anyOf: ({
1797
+ type: string;
1798
+ items: {
1799
+ type: string;
1800
+ };
1801
+ uniqueItems: boolean;
1802
+ $ref?: undefined;
1803
+ } | {
1804
+ $ref: string;
1805
+ type?: undefined;
1806
+ items?: undefined;
1807
+ uniqueItems?: undefined;
1808
+ })[];
1809
+ };
1810
+ lastModifiedDate: {
1811
+ type: string;
1812
+ format: string;
1813
+ };
1814
+ packageFilename: {
1815
+ type: string;
1816
+ pattern: string;
1817
+ };
1818
+ packageFileSize: {
1819
+ type: string;
1820
+ };
1821
+ jsFilename: {
1822
+ type: string;
1823
+ pattern: string;
1824
+ };
1825
+ jsFileSize: {
1826
+ type: string;
1827
+ };
1828
+ isRTL: {
1829
+ type: string;
1830
+ };
1831
+ encodings: {
1832
+ type: string;
1833
+ items: {
1834
+ type: string;
1835
+ enum: string[];
1836
+ };
1837
+ };
1838
+ packageIncludes: {
1839
+ type: string;
1840
+ items: {
1841
+ type: string;
1842
+ enum: string[];
1843
+ };
1844
+ };
1845
+ version: {
1846
+ type: string;
1847
+ };
1848
+ minKeymanVersion: {
1849
+ type: string;
1850
+ pattern: string;
1851
+ };
1852
+ helpLink: {
1853
+ type: string;
1854
+ pattern: string;
1855
+ };
1856
+ platformSupport: {
1857
+ $ref: string;
1858
+ };
1859
+ sourcePath: {
1860
+ type: string;
1861
+ pattern: string;
1862
+ };
1863
+ related: {
1864
+ type: string;
1865
+ patternProperties: {
1866
+ ".": {
1867
+ $ref: string;
1868
+ };
1869
+ };
1870
+ additionalProperties: boolean;
1871
+ };
1872
+ deprecated: {
1873
+ type: string;
1874
+ };
1875
+ };
1876
+ required: string[];
1877
+ };
1878
+ KeyboardLanguageInfo: {
1879
+ type: string;
1880
+ patternProperties: {
1881
+ ".": {
1882
+ $ref: string;
1883
+ };
1884
+ };
1885
+ additionalProperties: boolean;
1886
+ };
1887
+ KeyboardLanguageInfoItem: {
1888
+ type: string;
1889
+ properties: {
1890
+ font: {
1891
+ $ref: string;
1892
+ };
1893
+ oskFont: {
1894
+ $ref: string;
1895
+ };
1896
+ examples: {
1897
+ type: string;
1898
+ items: {
1899
+ $ref: string;
1900
+ };
1901
+ };
1902
+ displayName: {
1903
+ type: string;
1904
+ };
1905
+ languageName: {
1906
+ type: string;
1907
+ };
1908
+ scriptName: {
1909
+ type: string;
1910
+ };
1911
+ regionName: {
1912
+ type: string;
1913
+ };
1914
+ };
1915
+ required: any[];
1916
+ additionalProperties: boolean;
1917
+ };
1918
+ KeyboardFontInfo: {
1919
+ type: string;
1920
+ properties: {
1921
+ family: {
1922
+ type: string;
1923
+ };
1924
+ source: {
1925
+ type: string;
1926
+ items: {
1927
+ type: string;
1928
+ };
1929
+ };
1930
+ };
1931
+ required: string[];
1932
+ additionalProperties: boolean;
1933
+ };
1934
+ KeyboardExampleInfo: {
1935
+ type: string;
1936
+ properties: {
1937
+ keys: {
1938
+ type: string;
1939
+ };
1940
+ text: {
1941
+ type: string;
1942
+ };
1943
+ note: {
1944
+ type: string;
1945
+ };
1946
+ };
1947
+ required: string[];
1948
+ additionalProperties: boolean;
1949
+ };
1950
+ KeyboardPlatformInfo: {
1951
+ type: string;
1952
+ patternProperties: {
1953
+ "^(windows|macos|desktopWeb|ios|android|mobileWeb|linux)$": {
1954
+ type: string;
1955
+ enum: string[];
1956
+ };
1957
+ };
1958
+ required: any[];
1959
+ additionalProperties: boolean;
1960
+ };
1961
+ KeyboardRelatedInfo: {
1962
+ type: string;
1963
+ properties: {
1964
+ deprecates: {
1965
+ type: string;
1966
+ };
1967
+ deprecatedBy: {
1968
+ type: string;
1969
+ };
1970
+ };
1971
+ required: any[];
1972
+ additionalProperties: boolean;
1973
+ };
1974
+ };
1975
+ };
1976
+ kmp: {
1977
+ $schema: string;
1978
+ $ref: string;
1979
+ definitions: {
1980
+ package: {
1981
+ type: string;
1982
+ properties: {
1983
+ system: {
1984
+ $ref: string;
1985
+ };
1986
+ options: {
1987
+ $ref: string;
1988
+ };
1989
+ startMenu: {
1990
+ $ref: string;
1991
+ };
1992
+ strings: {
1993
+ $ref: string;
1994
+ };
1995
+ files: {
1996
+ $ref: string;
1997
+ };
1998
+ keyboards: {
1999
+ $ref: string;
2000
+ };
2001
+ lexicalModels: {
2002
+ $ref: string;
2003
+ };
2004
+ info: {
2005
+ $ref: string;
2006
+ };
2007
+ relatedPackages: {
2008
+ type: string;
2009
+ items: {
2010
+ $ref: string;
2011
+ };
2012
+ };
2013
+ };
2014
+ additionalProperties: boolean;
2015
+ required: string[];
2016
+ };
2017
+ system: {
2018
+ type: string;
2019
+ properties: {
2020
+ keymanDeveloperVersion: {
2021
+ type: string;
2022
+ };
2023
+ fileVersion: {
2024
+ type: string;
2025
+ };
2026
+ };
2027
+ additionalProperties: boolean;
2028
+ required: string[];
2029
+ };
2030
+ options: {
2031
+ type: string;
2032
+ properties: {
2033
+ readmeFile: {
2034
+ type: string;
2035
+ };
2036
+ graphicFile: {
2037
+ type: string;
2038
+ };
2039
+ licenseFile: {
2040
+ type: string;
2041
+ };
2042
+ welcomeFile: {
2043
+ type: string;
2044
+ };
2045
+ executeProgram: {
2046
+ type: string;
2047
+ };
2048
+ msiFilename: {
2049
+ type: string;
2050
+ };
2051
+ msiOptions: {
2052
+ type: string;
2053
+ };
2054
+ };
2055
+ additionalProperties: boolean;
2056
+ };
2057
+ startMenu: {
2058
+ type: string;
2059
+ properties: {
2060
+ folder: {
2061
+ type: string;
2062
+ };
2063
+ addUninstallEntry: {
2064
+ type: string;
2065
+ };
2066
+ items: {
2067
+ type: string;
2068
+ items: {
2069
+ $ref: string;
2070
+ };
2071
+ };
2072
+ };
2073
+ additionalProperties: boolean;
2074
+ };
2075
+ startMenuItem: {
2076
+ type: string;
2077
+ properties: {
2078
+ name: {
2079
+ type: string;
2080
+ };
2081
+ filename: {
2082
+ type: string;
2083
+ };
2084
+ arguments: {
2085
+ type: string;
2086
+ };
2087
+ icon: {
2088
+ type: string;
2089
+ };
2090
+ location: {
2091
+ type: string;
2092
+ };
2093
+ };
2094
+ additionalProperties: boolean;
2095
+ required: string[];
2096
+ };
2097
+ strings: {
2098
+ type: string;
2099
+ patternProperties: {
2100
+ ".": {
2101
+ type: string;
2102
+ };
2103
+ };
2104
+ additionalProperties: boolean;
2105
+ };
2106
+ files: {
2107
+ type: string;
2108
+ items: {
2109
+ $ref: string;
2110
+ };
2111
+ };
2112
+ file: {
2113
+ type: string;
2114
+ properties: {
2115
+ name: {
2116
+ type: string;
2117
+ };
2118
+ description: {
2119
+ type: string;
2120
+ };
2121
+ copyLocation: {
2122
+ type: string;
2123
+ };
2124
+ };
2125
+ additionalProperties: boolean;
2126
+ required: string[];
2127
+ };
2128
+ keyboards: {
2129
+ type: string;
2130
+ items: {
2131
+ $ref: string;
2132
+ };
2133
+ };
2134
+ keyboard: {
2135
+ type: string;
2136
+ properties: {
2137
+ name: {
2138
+ type: string;
2139
+ };
2140
+ id: {
2141
+ type: string;
2142
+ };
2143
+ version: {
2144
+ type: string;
2145
+ };
2146
+ oskFont: {
2147
+ type: string;
2148
+ };
2149
+ displayFont: {
2150
+ type: string;
2151
+ };
2152
+ rtl: {
2153
+ type: string;
2154
+ };
2155
+ languages: {
2156
+ type: string;
2157
+ items: {
2158
+ $ref: string;
2159
+ };
2160
+ };
2161
+ examples: {
2162
+ type: string;
2163
+ items: {
2164
+ $ref: string;
2165
+ };
2166
+ };
2167
+ webOskFonts: {
2168
+ type: string;
2169
+ items: {
2170
+ type: string;
2171
+ };
2172
+ };
2173
+ webDisplayFonts: {
2174
+ type: string;
2175
+ items: {
2176
+ type: string;
2177
+ };
2178
+ };
2179
+ };
2180
+ additionalProperties: boolean;
2181
+ required: string[];
2182
+ };
2183
+ keyboardLanguage: {
2184
+ type: string;
2185
+ properties: {
2186
+ name: {
2187
+ type: string;
2188
+ };
2189
+ id: {
2190
+ type: string;
2191
+ };
2192
+ };
2193
+ additionalProperties: boolean;
2194
+ required: string[];
2195
+ };
2196
+ info: {
2197
+ type: string;
2198
+ properties: {
2199
+ website: {
2200
+ $ref: string;
2201
+ };
2202
+ version: {
2203
+ $ref: string;
2204
+ };
2205
+ name: {
2206
+ $ref: string;
2207
+ };
2208
+ copyright: {
2209
+ $ref: string;
2210
+ };
2211
+ author: {
2212
+ $ref: string;
2213
+ };
2214
+ description: {
2215
+ $ref: string;
2216
+ };
2217
+ };
2218
+ additionalProperties: boolean;
2219
+ };
2220
+ infoItem: {
2221
+ type: string;
2222
+ properties: {
2223
+ description: {
2224
+ type: string;
2225
+ };
2226
+ url: {
2227
+ type: string;
2228
+ };
2229
+ };
2230
+ additionalProperties: boolean;
2231
+ required: string[];
2232
+ };
2233
+ lexicalModels: {
2234
+ type: string;
2235
+ items: {
2236
+ $ref: string;
2237
+ };
2238
+ };
2239
+ lexicalModel: {
2240
+ type: string;
2241
+ properties: {
2242
+ name: {
2243
+ type: string;
2244
+ };
2245
+ id: {
2246
+ type: string;
2247
+ };
2248
+ version: {
2249
+ type: string;
2250
+ };
2251
+ rtl: {
2252
+ type: string;
2253
+ };
2254
+ languages: {
2255
+ type: string;
2256
+ items: {
2257
+ $ref: string;
2258
+ };
2259
+ };
2260
+ };
2261
+ additionalProperties: boolean;
2262
+ required: string[];
2263
+ };
2264
+ keyboardExample: {
2265
+ type: string;
2266
+ properties: {
2267
+ id: {
2268
+ type: string;
2269
+ };
2270
+ keys: {
2271
+ type: string;
2272
+ };
2273
+ text: {
2274
+ type: string;
2275
+ };
2276
+ note: {
2277
+ type: string;
2278
+ };
2279
+ };
2280
+ additionalProperties: boolean;
2281
+ required: string[];
2282
+ };
2283
+ relatedPackage: {
2284
+ type: string;
2285
+ properties: {
2286
+ id: {
2287
+ type: string;
2288
+ };
2289
+ relationship: {
2290
+ type: string;
2291
+ enum: string[];
2292
+ };
2293
+ };
2294
+ additionalProperties: boolean;
2295
+ required: string[];
2296
+ };
2297
+ };
2298
+ };
2299
+ };
2300
+ export default Schemas;
2301
2301
  //# sourceMappingURL=schemas.d.ts.map