Nested dates fields in CRUD Service configuration #150
Replies: 2 comments
-
As of now you could save numeric timestamps instead of iso dates, I think this requires an implementation @nicocampagna FYI |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently the service does not support casting dates in nested fields. This feature is supported only at the first level of the document. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a data model that includes a nested date field. So, in MongoDB I would like to have something like the following:
However, in the console, for nested objects I can only define a JSON Schema that does not support "Date" types.
Is there an alternative way to reach my goal of having nested date types?
Thanks & Regards.
Beta Was this translation helpful? Give feedback.
All reactions