December 23, 2024

0.46.11

(fix): Allow for configuring the depth of example generation in API Docs. For example, if you want to generate optional properties that are 5 levels deep, you can add the following configuration in your generators.yml

generators.yml
1api:
2 specs:
3 - openapi: ./openapi.json
4 settings:
5 example-generation:
6 response:
7 max-depth: 10