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

.cdm-java.6.0.0-dev.82.source-code.cdm-base-datetime-BusinessCenterTime.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": "BusinessCenterTime",
  "description": "A class for defining a time with respect to a business day calendar location. For example, 11:00:00 GBLO.",
  "properties": {
    "hourMinuteTime": {
      "description": "A time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.",
      "type": "string"
    },
    "businessCenter": {
      "description": "A code identifying a business day calendar location. A business day calendar location is drawn from the list identified by the business day calendar location enumeration.",
      "$ref": "cdm-base-datetime-metafields-FieldWithMetaBusinessCenterEnum.schema.json"
    }
  },
  "required": [
    "hourMinuteTime",
    "businessCenter"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy