Skip to content

Commit b8b0e56

Browse files
authored
chore: Add comment to common/web/types/src/schema-validators.ts
1 parent 68740f2 commit b8b0e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/web/types/src/schema-validators.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import touchLayoutClean from './schemas/keyman-touch-layout.clean.spec.validator
88
import touchLayout from './schemas/keyman-touch-layout.spec.validator.mjs';
99
import keyboard_info from './schemas/keyboard_info.schema.validator.mjs';
1010

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.
1113
const SchemaValidators = {
1214
kpj,
1315
kpj90,

0 commit comments

Comments
 (0)