{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of an [[OfferShippingDetails]]. Several occurrences can be published, distinguished (and identified/referenced) by their different values for [[transitTimeLabel]].",
      "rdfs:label" : "DeliveryTimeSettings",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
   },
   "properties" : {
      "schema:deliveryTime" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The total delay between the receipt of the order and the goods reaching the final customer.",
         "rdfs:label" : "deliveryTime",
         "schema:domainIncludes" : [
            "schema:DeliveryTimeSettings",
            "schema:OfferShippingDetails"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:ShippingDeliveryTime",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:isUnlabelledFallback" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "This can be marked 'true' to indicate that some published [[DeliveryTimeSettings]] or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]] published by the same merchant, when referenced by a [[shippingSettingsLink]] in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]]), since this property is for use with unlabelled settings.",
         "rdfs:label" : "isUnlabelledFallback",
         "schema:domainIncludes" : [
            "schema:DeliveryTimeSettings",
            "schema:ShippingRateSettings"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Boolean",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:shippingDestination" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges.",
         "rdfs:label" : "shippingDestination",
         "schema:domainIncludes" : [
            "schema:ShippingRateSettings",
            "schema:OfferShippingDetails",
            "schema:DeliveryTimeSettings"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:DefinedRegion",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      },
      "schema:transitTimeLabel" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Label to match an [[OfferShippingDetails]] with a [[DeliveryTimeSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
         "rdfs:label" : "transitTimeLabel",
         "schema:domainIncludes" : [
            "schema:DeliveryTimeSettings",
            "schema:OfferShippingDetails"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
      }
   }
}