Types

AwardSeries

Example

{
  "type": "AwardSeries",
  "name": "Top 1% Club",
  "description": "Annual",
  "duration": "R/P1Y",
  "startDate": "2019-08-24T14:15:22Z",
  "endDate": "2019-08-24T14:15:22Z",
  "id": "http://example.com",
  "identifier": {
    "hsfAwardSeriesID": "xxxx"
  }
}

Schema

NameTypeDescription
(root)objectan award bestowed at regular intervals
typestringconst ("AwardSeries")
namestringname of the series
descriptionstringdescription of the item.
durationstringThe duration of the item in ISO 8601 date format. format (duration)
startDatestringthe start date-time (ISO 8601 formated) format (date-time)
endDatestringthe end date-time (ISO 8601 formated) format (date-time)
idstringformat (uri)
identifierobject1 properties
Previous
Award