Add DateTime support to navi#11
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.