-
Notifications
You must be signed in to change notification settings - Fork 10
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 optional syntax to wx_shape validation #176
Conversation
Codecov Report
@@ Coverage Diff @@
## master #176 +/- ##
==========================================
- Coverage 99.77% 99.72% -0.06%
==========================================
Files 63 63
Lines 3604 3638 +34
==========================================
+ Hits 3596 3628 +32
- Misses 8 10 +2
Continue to review full report at Codecov.
|
Hello @CagtayFabry! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-23 15:15:05 UTC |
Changes
This allows
wx_shape
validation to work with optional ASDF properties.If a property is optional the name must be put in brackets like
(optional_prop)
in thewx_shape
section of the schema (see asdf documentation)Related Issues
Closes # (add issue numbers)
Checks