Skip to content

Commit

Permalink
feat: use better lookup (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 25, 2024
1 parent cc05849 commit c07a9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/client/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ packageName: client
generateInterfaces: true
structPrefix: true
enumClassPrefix: true
useOneOfDiscriminatorLookup: true
1 change: 1 addition & 0 deletions config/client/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ library: urllib3
packageUrl: https://github.com/ory/sdk

disallowAdditionalPropertiesIfNotPresent: false
useOneOfDiscriminatorLookup: true

0 comments on commit c07a9b1

Please sign in to comment.