You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry it's taken me so long to look at this. I guess the big question is: can you go from an ADT like Type or TsType all the way to a JSON Schema definition? If so, I'd be happy to pair with you (or anyone) to implement it.
I'd love to be able to generate json schema files
Ideally, it would support:
sealed
trait families map tooneOf
case object
would be values, like insealed trait T; case object A extends T; case object B extends T
would be "typeA
, values oneOfA
,B
"AnyVal
wrapper classes map to a named type, use sites would use$ref
The text was updated successfully, but these errors were encountered: