We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version information 0.1.31
Describe the bug The Object type property is not being validated, instead the default object is being created
To Reproduce do not initialize the object property and try to validate, the required property will not raise a validation error
Expected behavior an error needs to be raised for the object type property.
Additional context As there was no setter method in snappi the validation is creating the new object for the object typed properties.
The text was updated successfully, but these errors were encountered:
This feature is already taken care of in a previous merge #433
Sorry, something went wrong.
Vibaswan
Successfully merging a pull request may close this issue.
Version information
0.1.31
Describe the bug
The Object type property is not being validated, instead the default object is being created
To Reproduce
do not initialize the object property and try to validate, the required property will not raise a validation error
Expected behavior
an error needs to be raised for the object type property.
Additional context
As there was no setter method in snappi the validation is creating the new object for the object typed properties.
The text was updated successfully, but these errors were encountered: