-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello! Thank you for all the awesome work you've done, our organization is enjoying using what you've built!
I just wanted to call out some of the type hints in datacontract_specification.model not matching default values. I'm not sure if these were code-generated or not, but I'd be open to submitting a PR if you're open to these changes.
Some examples include:
datacontract-specification-python/src/datacontract_specification/model.py
Lines 183 to 184 in 597c1a6
| mustBeBetween: List[float | int] = None | |
| mustNotBeBetween: List[float | int] = None |
| roles: List[ServerRole] = None |
| ref: str = pyd.Field(default=None, alias="$ref") |
Thanks again!
Metadata
Metadata
Assignees
Labels
No labels