Supported JSON Type Definition

Hi guys!

I was wondering if the library has support for JTD (Json Type Definition) and if it does, how can I implement it?

Thanks in advance

Hi @leo,

We currently don’t support JTD. Our core framework is written against JSON Schema specifically. Our bindings and renderer sets should probably contain very little JSON Schema specifics, so in theory you could create an API compatible core package and bind them against it.