Closed p-galligan closed 4 years ago
Right now schema patterns will accept almost any format as long as it matches the type, take a look at these and add patterns where applicable.
consider using the format key for dates: https://json-schema.org/understanding-json-schema/reference/string.html#format
format
Right now schema patterns will accept almost any format as long as it matches the type, take a look at these and add patterns where applicable.