v0.1.9
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.