bcherny/json-schema-to-typescript
View on GitHub$merge in schema produces empty typescript interface
Open
#282 opened on Mar 16, 2020
help wantedin discussion
Repository metrics
- Stars
- (3,302 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I have a json schema using keyword $merge (to merge two subschemas, where allof fails due to the 'additionalProperties=false' issue). Passing it through the json-schema-to-typescript gives an empty interface.