I have some data in YYYY-MM format. Given:
- the date type format
"format": (fmt:%something)is potentially going to be removed - there are other discussions about date formats
How should I describe YYYY-MM column in a JSON Table Schema?
If necessary, I can make two integer columns, YYYY and MM, and put min, max constraints on them but is there a better way?