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

.cdm-java.6.0.0-dev.82.source-code.cdm-product-asset-BankHolidayTreatmentEnum.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.asset",
  "type": "string",
  "title": "BankHolidayTreatmentEnum",
  "description": "Defines whether the bank holidays are treated as weekdays or weekends in terms of delivery profile in the context of commodity products, in particular those with peak or off-peak delivery profiles.",
  "enum": [
    "AsWeekday",
    "AsWeekend"
  ],
  "oneOf": [
    {
      "enum": [
        "AsWeekday"
      ],
      "title": "AsWeekday",
      "description": "Bank holidays treated as weekdays."
    },
    
    {
      "enum": [
        "AsWeekend"
      ],
      "title": "AsWeekend",
      "description": "Bank holidays treated as weekends."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy