Skip to content

Quantity

A quantity with a value and unit.

Structure

NameCard.TypeDescription
RQuantityA quantity with a value and unit.
value1..1numberNumeric value
unit0..1stringUnit of measure (e.g.
system0..1stringCode system URI for the unit.
code0..1stringCoded form of the unit

Example

json
{
  "value": 50000,
  "unit": "sqft"
}

JSON Schema

Full JSON Schema: Quantity.schema.json