https://cgi-italy.github.io/insula/schemas/v1.1.0/common/measured-quantity.schema.json
The quantity measured by a variable
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | measured-quantity.schema.json |
object
(Measured quantity)
{
"id": "area_m2",
"name": "Area",
"description": "Area in squared meters",
"units": "m²"
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | Measured quantity |
name | string |
Optional | cannot be null | Measured quantity |
description | string |
Optional | cannot be null | Measured quantity |
units | string |
Optional | cannot be null | Measured quantity |
The quantity identifier. Used to match variables measuring the same quantity
id
is required
Type: string
(Quantity identifier)
cannot be null
defined in: Measured quantity
string
(Quantity identifier)
The quantity name
name
is optional
Type: string
(Quantity name)
cannot be null
defined in: Measured quantity
string
(Quantity name)
The quantity description
description
is optional
Type: string
(Quantity description)
cannot be null
defined in: Measured quantity
string
(Quantity description)
The quantity units symbol
units
is optional
Type: string
(Quantity units)
cannot be null
defined in: Measured quantity
string
(Quantity units)