Types

QuantitativeValue

Example

{
  "type": "QuantitativeValue",
  "value": 0,
  "minValue": 0,
  "maxValue": 0,
  "unitCode": "AC",
  "unitText": "acres"
}

Schema

NameTypeDescription
(root)objectA point value or interval.
typestringallowed ("QuantitativeValue") QuantitativeValue
valuenumberthe value (if a static value)
minValuenumberthe lower value of a range
maxValuenumberthe upper value of a range
unitCodestringunit code (RESO or UN/CEFACT)
unitTextstringunit code in common text
Previous
PropertyValueReport