Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.25 KB

File metadata and controls

11 lines (7 loc) · 1.25 KB

JSON Schema to TypeScript medium #JSON

by null @aswinsvijay

Take the Challenge

Implement the generic type JSONSchema2TS which will return the TypeScript type corresponding to the given JSON schema.

Additional challenges to handle:

  • additionalProperties
  • oneOf, anyOf, allOf
  • minLength and maxLength

Back Share your Solutions Check out Solutions