Skip to content

Commit f1af7db

Browse files
committed
Add README.md
1 parent 16a7bb1 commit f1af7db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# JSON Schema TypeScript definitions
2+
3+
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

Comments
 (0)