spiegel-keyman/developer/js/tests/fixtures
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.joinwordbreaker test(common/lmlayer): specify join word breaker 2020-04-27 15:59:52 -06:00
example.qaa.scriptusesspaces feat(developer/compilers): compile script overrides 2020-08-24 16:01:42 -06:00
example.qaa.sencoten fix(developer): schema conformance for model package compiler 2021-03-01 10:57:49 +11:00
example.qaa.smp fix(developer): kmlmc generates invalid json with smp 2019-12-09 13:37:51 +00:00
example.qaa.trivial Rename all *.model.ts files following new convention. 2019-08-28 10:15:46 -06:00
example.qaa.utf16be Rename all *.model.ts files following new convention. 2019-08-28 10:15:46 -06:00
example.qaa.utf16le Rename all *.model.ts files following new convention. 2019-08-28 10:15:46 -06:00
example.qaa.wordbreaker docs(common/lmlayer): correct Keyman version 2020-04-23 16:22:00 -06:00