Hyperlinkv0.8.0-beta.28

SchemaAST

SchemaAST.Checkstypeeffect/SchemaAST.ts:582
readonly [Check<any>, ...Check<any>[]]

Non-empty array of validation Check values attached to an AST node via Base.checks.

Details

Checks are run after basic type matching succeeds. They represent refinements like minLength, pattern, int, etc.

modelsCheckBase.checksFilterFilterGroup
export type Checks = readonly [Check<any>, ...Array<Check<any>>]
Referenced by 10 symbols