You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library contains TypeScript defitions for JSON Schema. It may be useful when you want to programmable generate JSON Schema.
3
+
This package contains TypeScript definitions for JSON Schema. It may be useful in all kind of TypeScript projects that work with JSON Schema directly.
4
4
5
-
Following types are exposed:
5
+
Supported JSON Schema drafts:
6
6
7
-
*`StringJsonSchema`
8
-
*`IntegerJsonSchema`
9
-
*`NumberJsonSchema`
10
-
*`BooleanJsonSchema`
11
-
*`NullJsonSchema`
12
-
*`AnyJsonSchema` — when `type` property is not defined and type-specific properties (e.g. `maxLength` is specific to `string` type) are not defined either.
0 commit comments