Skip to content

Commit

Permalink
override final model param (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 17, 2024
1 parent afde0c7 commit b8e7f92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "assemblyai",
"version": "0.16.3"
}
"version": "0.16.33"
}
1 change: 1 addition & 0 deletions fern/generators.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
default-group: local
async-api: ../asyncapi.yml
openapi: ../openapi.yml
openapi-overrides: ./openapi-overrides.yml
groups:
local:
generators:
Expand Down
6 changes: 6 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
components:
schemas:
LemurBaseParams:
properties:
final_model:
$ref: '#/components/schemas/LemurModel'

0 comments on commit b8e7f92

Please sign in to comment.