Schema Documentation

DateInput

Description

Date values

Fields
Input FieldDescription
day - Int

Day of the month (from 1 to 31)

month - Int

Month number (from 1 to 12)

year - Int

4 digit year (e.g. 2017)

Example
{"day":123,"month":123,"year":987}