json_typegen icon indicating copy to clipboard operation
json_typegen copied to clipboard

JSON Schema - Distinguish between `null` and `undefined`

Open evestera opened this issue 5 years ago • 0 comments

For JSON Schema, null and an optional field / undefined is not the same, so the currently generated schemas fail for JSON where explicit nulls are used instead of omitting optional fields.

evestera avatar Nov 12 '20 00:11 evestera