QuantitativeValue Object

A point value or interval for product characteristics and other purposes.

This is a contained object type. You'll find it part of a few objects. It does not stand alone, requires a parent object, example: Product Object.

Modeled based on https://schema.org/QuantitativeValue We welcome your feedback. Please use the Improvement Requests form.

Name
Type
Description

at_type

String

Stand-In for JSON-LD @type - your UI is expected to change it to valid JSON-LD @type filed name.

maxValue

Number

The upper value of some characteristic or property.

minValue

Number

The lower value of some characteristic or property.

unitCode

String

The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL.

unitText

String

A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for unitCode.

value

Number

The value of a QuantitativeValue.

Last updated

Was this helpful?