Date
a combination of year, month and day; This date can optionally skip the day and month fields, as needed.
Any of
Variant 1
a fully-specified date in the Gregorian calendar
Type:
object
Properties
Examples
{ "year": 1970, "month": 1, "day": 1}
Variant 3
a date consisting of a year and a month
Type:
array
Examples
[ 1970, 1]