All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.63.source-code.cdm-product-common-schedule-CalculationPeriodData.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.common.schedule",
  "type": "object",
  "title": "CalculationPeriodData",
  "properties": {
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "daysInPeriod": {
      "type": "integer"
    },
    "daysInLeapYearPeriod": {
      "type": "integer"
    },
    "isFirstPeriod": {
      "type": "boolean"
    },
    "isLastPeriod": {
      "type": "boolean"
    }
  },
  "required": [
    "startDate",
    "endDate",
    "daysInPeriod",
    "daysInLeapYearPeriod",
    "isFirstPeriod",
    "isLastPeriod"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy