insula

Measured quantity Schema

https://cgi-italy.github.io/insula/schemas/v1.0.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

Measured quantity Type

object (Measured quantity)

Measured quantity Examples

{
  "id": "area_m2",
  "name": "Area",
  "description": "Area in squared meters",
  "units": "m²"
}

Measured quantity Properties

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

id

The quantity identifier. Used to match variables measuring the same quantity

id

id Type

string (Quantity identifier)

name

The quantity name

name

name Type

string (Quantity name)

description

The quantity description

description

description Type

string (Quantity description)

units

The quantity units symbol

units

units Type

string (Quantity units)