{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "ShippingDeliveryTime provides various pieces of information about delivery times for shipping.",
      "rdfs:label" : "ShippingDeliveryTime",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
   },
   "properties" : {
      "schema:businessDays" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Days of the week when the merchant typically operates, indicated via opening hours markup.",
         "rdfs:label" : "businessDays",
         "schema:domainIncludes" : "schema:ShippingDeliveryTime",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:OpeningHoursSpecification",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:cutoffTime" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the [[ShippingRateSettings]] publication pattern. The time is indicated using the ISO-8601 Time format, e.g. \"23:30:00-05:00\" would represent 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated Universal Time (UTC).",
         "rdfs:label" : "cutoffTime",
         "schema:domainIncludes" : "schema:ShippingDeliveryTime",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Time",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:handlingTime" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup. Typical properties: minValue, maxValue, unitCode (d for DAY).  This is by common convention assumed to mean business days (if a unitCode is used, coded as \"d\"), i.e. only counting days when the business normally operates.",
         "rdfs:label" : "handlingTime",
         "schema:domainIncludes" : "schema:ShippingDeliveryTime",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:transitTime" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode (d for DAY).",
         "rdfs:label" : "transitTime",
         "schema:domainIncludes" : "schema:ShippingDeliveryTime",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      }
   }
}