{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.datetime",
  "type": "object",
  "title": "AdjustableOrRelativeDates",
  "description": "A class giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates.",
  "properties": {
    "adjustableDates": {
      "description": "A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.",
      "$ref": "cdm-base-datetime-AdjustableDates.schema.json"
    },
    "relativeDates": {
      "description": "A series of dates specified as some offset to another series of dates (the anchor dates).",
      "$ref": "cdm-base-datetime-RelativeDates.schema.json"
    }
  }
}
