warlock
warlock copied to clipboard
Enforce format like date-time
Hello, is there a way to enforce the rfc3339 date-time format (e.g. '2020-07-02T07:27:15+02:00')?
Currently this property would allow any string. 'time': {'type': 'string', 'format': 'date-time'}
Thanks in advance, Patrick