lbovet / typson

Converts TypeScript to JSON-schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support extends

gregwebs opened this issue · comments

typson leaves no indication that an interface extends another one. Would it make sense to show this under additionalProperties?

This is by design. We could have used an "allOf" construct but we wanted to keep the generated schema as simple as possible, in order to be easily used by other tools (like docson).