{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.common.schedule",
  "type": "object",
  "title": "DateRelativeToCalculationPeriodDates",
  "description": "A data to:  provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.",
  "properties": {
    "calculationPeriodDatesReference": {
      "description": "A set of href pointers to calculation period dates defined somewhere else in the document.",
      "type": "array",
      "items": {
        "$ref": "cdm-product-common-schedule-metafields-ReferenceWithMetaCalculationPeriodDates.schema.json"
      },
      "minItems": 1
    }
  }
}
