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-AssetDeliveryProfileBlock.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.asset",
  "type": "object",
  "title": "AssetDeliveryProfileBlock",
  "description": "Defines a delivery profile block, including start and end time, days of the week, duration, delivery capacity and price time interval quantity.",
  "properties": {
    "startTime": {
      "description": "The start time of the delivery interval for each block or shape.",
      "type": "string"
    },
    "endTime": {
      "description": "The end time of the delivery interval for each block or shape.",
      "type": "string"
    },
    "dayOfWeek": {
      "description": "The days of the week of the delivery.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-datetime-DayOfWeekEnum.schema.json"
      },
      "minItems": 0,
      "maxItems": 7
    },
    "deliveryCapacity": {
      "description": "The number of units included in the transaction for each delivery interval",
      "$ref": "cdm-base-math-Quantity.schema.json"
    },
    "priceTimeIntervalQuantity": {
      "description": "Price per quantity per delivery time interval.",
      "$ref": "cdm-observable-asset-Price.schema.json"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy