Releases: fosfad/json-schema-typescript-definitions
Releases · fosfad/json-schema-typescript-definitions
0.2.0
Add undefined
as allowed type to all optional properties.
0.1.0
$schema
field can not contain arbitrary string anymore. It may be only https://json-schema.org/draft/2020-12/schema
. Also added exported constant dialectIdentifier
which contains dialect identifier string.
0.0.20
Split JSON Schema into JsonSchemaObject and JsonSchemaBoolean
0.0.19
Allow boolean as JSON Schema
0.0.18
Make tsconfig.json stricter
0.0.16
Fix a bug with invalid type
0.0.15
Fix a bug with invalid type