LocationFeatureSpecification Object

Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.

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/LocationFeatureSpecification We welcome your feedback. Please use the Improvement Requests form.

Name
Type
Description

at_type

String

A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property

name

The Object name

description

The Object description

hoursAvailable

Opening hours

validFrom

String

The DateTime value, ISO 8601

validThrough

String

The DateTime value, ISO 8601

maxValue

Float

The upper value of some characteristic or property.

measurementMethod

String

measurementTechnique

String

minValue

Float

The lower value of some characteristic or property.

propertyID

String

unitCode

String

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

UnitText

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

valueText

String

The String Value

valueNumber

Float

The Float Value

valueBoolean

Boolean

The Boolean Value

valueDateTime

String

The DateTime value, ISO 8601

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?