Date format in json schema

Hi, I’m importing data into a collection and I want my jsonschema to check if the values in the column date follow this datetime format: MM/dd/yy hh:mm:ss.
How can I do that without using regex? I would expect there to be some easy parameter in the jsonschema, but I couldn’t find one.

Thanks!