Date Range

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

Component

Type

Description

start

String

Start date of this range in 'YYYY-MM-DD’ format.

end

String

End 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"
}