-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Implement the duration
format validator
#265
Comments
I have taken a look to see if I could implement this but this might end-up being more difficult than expected. The json-schema spec
From what I can see, I've tried to look for an already battle-tested Rust parser for ISO8601 Durations, but I did not manage to find one thus far. So implementing the Since I spent some time researching this I wanted to share it here, which can hopefully clarify the issue a little. |
* feat: added duration format validation * fix: add cfg feature for duration Ref: #265
Thank you very much! |
No description provided.
The text was updated successfully, but these errors were encountered: