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.
4
+
5
+
Following types are exposed:
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