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
[3rdparty] Avoid macro redefinition in picojson (#153)
This PR adds a guard to avoid the macro redifinition of
`__STDC_FORMAT_MACROS` in 3rdparty picojson.
[Feature] Enhance JSON Schema Converter (#134)
This PR enhances the JSONSchemaConverter:
- Support `oneOf`
- Support `allOf` with one option
- Support `$ref` with any path (previously only those starting with
`#/$def/` is supported)
- Support object with `properties` specified but not `type`, and array
with `item` specified but not `type`
This PR also completes support for pydantic V1.