This is not a field, rather a field component. It is used in Date of birth, Job and Education.

ComponentTypeDescription
startStringStart date of this range in 'YYYY-MM-DD’ format.
endStringEnd date of this range in 'YYYY-MM-DD’ format.

Search Requirements

A valid Date Range has both a start and an end date (start <= end).

Example

{
  "start": "2005-09-01",
  "end": "2008-05-14"
}