{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A ShippingRateSettings represents re-usable pieces of shipping information. 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 matched (i.e. identified/referenced) by their different values for [[shippingLabel]].",
"rdfs:label" : "ShippingRateSettings",
"rdfs:subClassOf" : "schema:StructuredValue",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"properties" : {
"schema:doesNotShip" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates when shipping to a particular [[shippingDestination]] is not available.",
"rdfs:label" : "doesNotShip",
"schema:domainIncludes" : [
"schema:OfferShippingDetails",
"schema:ShippingRateSettings"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Boolean",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:freeShippingThreshold" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A monetary value above (or at) which the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]].",
"rdfs:label" : "freeShippingThreshold",
"schema:domainIncludes" : "schema:ShippingRateSettings",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : [
"schema:MonetaryAmount",
"schema:DeliveryChargeSpecification"
],
"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:shippingLabel" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
"rdfs:label" : "shippingLabel",
"schema:domainIncludes" : [
"schema:ShippingRateSettings",
"schema:OfferShippingDetails"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
},
"schema:shippingRate" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate.",
"rdfs:label" : "shippingRate",
"schema:domainIncludes" : [
"schema:ShippingRateSettings",
"schema:OfferShippingDetails"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:MonetaryAmount",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2506"
}
}
}