-
Notifications
You must be signed in to change notification settings - Fork 9
Add DateTime support to navi #11
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
Conversation
Thanks for this, taking a look soon! |
Can it be tested a bit more to see what the result of the parse is from the java lib? Not sure if that's the one that malli expects. |
More notes: There are two types of temporal value strings:
We should be handling both the cases when transforming. When being run in a server we would be getting the values as strings; we need to check if reitit coerces them into the correct types before malli checks them. |
@taxonomy-man Just verified that |
ok that sounds great! haha yes, Im unfortunately blind to whitespaces. Ok then I will have a second look 👍 |
@lispyclouds now I have cleaned up stuff and added tests |
👍 |
I think Datetime OpenApi object corresponds to inst? Malli validation semantics.