PropertyValue Object
User definable custom object property and its value
To ensure easy and performant Query DSL searches, we are not supporting multiple value types in the same object attribute at this time, hence the existence of valueText, valueNumber, valueBoolean, valueDateTime. Additionally the value attribute is missing from the schema, but we plan to add it in the future based on customers requests. It will be a backwards compatible schema change when we do it.
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: Place Object.
Modeled based on https://schema.org/PropertyValue We welcome your feedback. Please use the Improvement Requests form.
propertyID
String
A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property
valueText
String
The String Value
valueNumber
Float
The Float Value
valueBoolean
Boolean
The Boolean Value
valueDateTime
String
The DateTime value, ISO 8601
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.
minValue
Float
The lower value of some characteristic or property.
maxValue
Float
The upper value of some characteristic or property.
valueReference
String
A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.
Last updated
Was this helpful?