0.16.41

(chore): ## What’s Changed

  • (feature): OpenAPI importer supports format json-string by @dsinghvi in https://github.com/fern-api/fern/pull/2827
    1MySchema:
    2 type: string
    3 format: json-string # <---- OpenAPI importer handles this

Full Changelog: https://github.com/fern-api/fern/compare/0.16.40…0.16.41

0.16.40

(chore): ## What’s Changed

  • (fix): add a disable-example flag for generators by @dsinghvi in https://github.com/fern-api/fern/pull/2826
    1generators:
    2 - name: ...
    3 version: ...
    4 disable-examples: true # A temporary workaround while we iron out example deserialization bugs in python

Full Changelog: https://github.com/fern-api/fern/compare/0.16.39…0.16.40