{
    "title": "date",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "ISO date YYYY-MM-DD",
    "type": "string",
    "format": "date"
}