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

.cdm-java.6.0.0-dev.72.source-code.cdm-base-datetime-PeriodBound.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.base.datetime",
  "type": "object",
  "title": "PeriodBound",
  "description": "Indicator to specify if the period bound is defined as a period and whether the bound is inclusive.",
  "properties": {
    "period": {
      "description": "Specifies the period is to be used as the bound, e.g. 5Y.",
      "$ref": "cdm-base-datetime-Period.schema.json"
    },
    "inclusive": {
      "description": "Specifies whether the period bound is inclusive, e.g. for a lower bound, false would indicate greater than, whereas true would indicate greater than or equal to.",
      "type": "boolean"
    }
  },
  "required": [
    "period",
    "inclusive"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy