Open
Description
Hi,
I have a field in JSON which may either just have a DATE in yyyy-MM-dd format or DATETIME in yyyy-MM-dd HH:mm:ss format. Similar to java.time.format.DateTimeFormatterBuilder where we can append optional formats to a base format, is there any way to do the same in everit without defining our own custom date format validator or any other code changes?
type: "string",
format: "date",
format:"time"
Regards
Jacob
Metadata
Metadata
Assignees
Labels
No labels