spiegel-keyman/developer/js/tests/fixtures/example.qaa.sencoten
Marc Durdin 2f2f998da6 fix(developer): schema conformance for model package compiler
Fixes #3199.

Ensures that the model package compiler passes schema validation for
kmp.json. Three problems were corrected:

1. `followKeyboardVersion` is a source-only property; it should not be
   in deployable kmp.json.
2. `copyLocation` should have been a number not a string (in XML
   everything is a string... but JSON has more control here)
3. `fileType` is a source-only property; it also should not be in
   deployable kmp.json.

I have checked that the resulting files validate against the package
kmp.json schema version 1.1.0 defined at
https://github.com/keymanapp/api.keyman.com/blob/master/schemas/package/1.1.0/package.json.

None of these fixes should impact the use of these packages in target
apps. `followKeyboardVersion` and `fileType` are used only in the source
at package development time, and `copyLocation` is unused (and should be
eliminated from Keyman altogether in the future).
2021-03-01 10:57:49 +11:00
..
example.qaa.sencoten.model.kmp.json fix(developer): schema conformance for model package compiler 2021-03-01 10:57:49 +11:00
example.qaa.sencoten.model.kps [Developer] Add first test for kmp compiler 2019-09-02 08:44:54 +10:00
example.qaa.sencoten.model.ts Test compiling with an explicit word breaker property. 2019-08-29 12:36:23 -06:00
wordlist.tsv Implement 'detecting' UTF-8. 2019-08-27 10:12:27 -06:00