🎉 New Features
Added new JSON schemas to the JsonSchema
class that were not supported in the original library:
- Enum
- Const
- Null
- Pattern
- Combinations:
allOf
,anyOf
,oneOf
,not
These additions simplify the creation ofguided_json outputs
To-do : create a documentation on writing more complex output schemas.