additionalType

An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org <a href="https://schema.org/docs/styleguide.html">style guide</a>.

Comment
An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org <a href="https://schema.org/docs/styleguide.html">style guide</a>.
DomainIncludes
Thing
Label
additionalType
RangeIncludes
Text
URL
SubPropertyOf
type

alternateName

An alias for the item.

Comment
An alias for the item.
DomainIncludes
Thing
Label
alternateName
RangeIncludes
Text

description

A description of the item.

Comment
A description of the item.
DomainIncludes
Thing
EquivalentProperty
Description
Label
description
RangeIncludes
Text
TextObject

disambiguatingDescription

A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.

Comment
A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
DomainIncludes
Thing
Label
disambiguatingDescription
RangeIncludes
Text
SubPropertyOf
description

eligibleQuantity

The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.

Comment
The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.
Contributor
GoodRelationsTerms
DomainIncludes
Demand
Offer
PriceSpecification
Label
eligibleQuantity
RangeIncludes
QuantitativeValue

eligibleTransactionVolume

The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.

Comment
The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.
Contributor
GoodRelationsTerms
DomainIncludes
Demand
Offer
PriceSpecification
Label
eligibleTransactionVolume
RangeIncludes
PriceSpecification

identifier

The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.

Comment
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.
DomainIncludes
Thing
EquivalentProperty
Identifier
Label
identifier
RangeIncludes
PropertyValue
Text
URL

image

An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].

Comment
An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].
DomainIncludes
Thing
Label
image
RangeIncludes
ImageObject
URL

Intangible

A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.

Comment
A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.
Label
Intangible
SubClassOf
Thing

mainEntityOfPage

Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.

Comment
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.
DomainIncludes
Thing
InverseOf
mainEntity
Label
mainEntityOfPage
RangeIncludes
CreativeWork
URL

maxPrice

The highest price if the price is a range.

Comment
The highest price if the price is a range.
Contributor
GoodRelationsTerms
DomainIncludes
PriceSpecification
Label
maxPrice
RangeIncludes
Number

membershipPointsEarned

The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)

Comment
The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)
DomainIncludes
MemberProgramTier
PriceSpecification
ProgramMembership
IsPartOf
pending.schema.org
Label
membershipPointsEarned
RangeIncludes
Number
QuantitativeValue
Source
2085

minPrice

The lowest price if the price is a range.

Comment
The lowest price if the price is a range.
Contributor
GoodRelationsTerms
DomainIncludes
PriceSpecification
Label
minPrice
RangeIncludes
Number

name

The name of the item.

Comment
The name of the item.
DomainIncludes
Thing
EquivalentProperty
Title
Label
name
RangeIncludes
Text
SubPropertyOf
label

potentialAction

Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.

Comment
Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
DomainIncludes
Thing
Label
potentialAction
RangeIncludes
Action

price

The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.

Comment
The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.
DomainIncludes
DonateAction
Offer
PriceSpecification
TradeAction
Label
price
RangeIncludes
Number
Text

priceCurrency

The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR".

Comment
The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. "BTC"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. "Ithaca HOUR".
DomainIncludes
DonateAction
Offer
PriceSpecification
Reservation
Ticket
TradeAction
Label
priceCurrency
RangeIncludes
Text

PriceSpecification

A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc.

Comment
A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc.
Contributor
GoodRelationsClass
Label
PriceSpecification
SubClassOf
StructuredValue

sameAs

URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.

Comment
URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
DomainIncludes
Thing
Label
sameAs
RangeIncludes
URL

StructuredValue

Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.

Comment
Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.
Label
StructuredValue
SubClassOf
Intangible

subjectOf

A CreativeWork or Event about this Thing.

Comment
A CreativeWork or Event about this Thing.
DomainIncludes
Thing
InverseOf
about
Label
subjectOf
RangeIncludes
CreativeWork
Event
Source
1670

Thing

The most generic type of item.

Comment
The most generic type of item.
Label
Thing

url

URL of the item.

Comment
URL of the item.
DomainIncludes
Thing
Label
url
RangeIncludes
URL

validForMemberTier

The membership program tier an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for.

Comment
The membership program tier an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for.
DomainIncludes
MerchantReturnPolicy
Offer
OfferShippingDetails
PriceSpecification
ShippingService
IsPartOf
pending.schema.org
Label
validForMemberTier
RangeIncludes
MemberProgramTier
Source
3563
3617

validFrom

The date when the item becomes valid.

Comment
The date when the item becomes valid.
Contributor
GoodRelationsTerms
DomainIncludes
Certification
Demand
FinancialIncentive
LocationFeatureSpecification
MonetaryAmount
Offer
OpeningHoursSpecification
Permit
PriceSpecification
Label
validFrom
RangeIncludes
Date
DateTime

validThrough

The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.

Comment
The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.
Contributor
GoodRelationsTerms
DomainIncludes
Demand
FinancialIncentive
JobPosting
LocationFeatureSpecification
MonetaryAmount
Offer
OpeningHoursSpecification
PriceSpecification
Label
validThrough
RangeIncludes
Date
DateTime

valueAddedTaxIncluded

Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.

Comment
Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.
Contributor
GoodRelationsTerms
DomainIncludes
PriceSpecification
Label
valueAddedTaxIncluded
RangeIncludes
Boolean