Describes the date. Allows vague dates like in June 2017.
| name | data type | description |
|---|---|---|
| from | string | The start date. Needed for all submissions, expect VagueDateType.TO_YEAR |
| to | string | The end date. Needed for submissions of the VagueDateType DAYS, TO_YEAR and YEARS |
| type | VagueDateType | The type of the date |
Example
{
"from" : "...",
"to" : "...",
"type" : "MONTH_IN_YEAR"
}