We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68740f2 commit b8b0e56Copy full SHA for b8b0e56
common/web/types/src/schema-validators.ts
@@ -8,6 +8,8 @@ import touchLayoutClean from './schemas/keyman-touch-layout.clean.spec.validator
8
import touchLayout from './schemas/keyman-touch-layout.spec.validator.mjs';
9
import keyboard_info from './schemas/keyboard_info.schema.validator.mjs';
10
11
+// How to use: https://ajv.js.org/standalone.html#using-the-validation-function-s
12
+// See also existing uses (search for `SchemaValidators`) for examples.
13
const SchemaValidators = {
14
kpj,
15
kpj90,
0 commit comments