JSON Schema to TypeScript

@type-challenges
Last updated 30 days ago
MEDIUM

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

This challenge was ported from Type Challenges and was authored by aswinsvijay

More Challenges

Loading...
Loading...