Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check for RequiredTrait #330

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rangerthegood
Copy link
Contributor

Issue #, if available:
Resolves: #329

Description of changes:
Add an additional check for the trait RequiredTrait when making the determination if a field should be optional or not.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rangerthegood rangerthegood requested a review from a team as a code owner October 26, 2024 18:43
@JordonPhillips
Copy link
Contributor

The NullableIndex already checks this. But there's also a number of special cases where other traits take priority, which is why that knowledge index exists in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optional Field Incorrectly Generated for Required Parameter in Python Codegen
2 participants