json-schema-to-case-class
json-schema-to-case-class copied to clipboard
A library that converts JSON Schema to Scala Case Classes
`if-then-else` compositions are currently ignored. Since we can't have types based on a condition, the expectation here is that the resulting case class will have all possible fields with validations...
Currently there are 3 options: - Use `Option[]` for optional parameters - Use `Option[]` for all parameters - Do not use `Option[]` Could you please add 4th one to avoid...
As Enumerations have changed in Scala 3 and also the coding style (no brackets) - it would be cool to switch between Scala 3 and Scala 2 Output.