json-schema-to-typescript icon indicating copy to clipboard operation
json-schema-to-typescript copied to clipboard

Improve output for unions of patternProperties

Open bcherny opened this issue 7 years ago • 1 comments

See https://github.com/bcherny/json-schema-to-typescript/pull/144#discussion_r167442887

cc @qix

bcherny avatar May 05 '18 17:05 bcherny

It seems still not working:

Reproduce steps:

  1. Copy this JSON schema to the online demo: https://bcherny.github.io/json-schema-to-typescript-browser/
  2. It's transformed successfully, but the property paths is not correct, which uses patternProperties

pd4d10 avatar Aug 08 '21 05:08 pd4d10