andyglow / scala-jsonschema

Scala JSON Schema
Other
123 stars 38 forks source link

{} type #289

Open andyglow opened 2 years ago

andyglow commented 2 years ago

There is a way to describe arbitrary objects now using Free notation, but there is no options to specify arbitrary value (num, bool, str, null, arr, obj)

related to #286