insula

Numeric domain Schema

https://cgi-italy.github.io/insula/schemas/v1.0.0/common/dataset-variable-domain.schema.json#/$defs/numericDomain

Definition of a numeric variable domain

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none dataset-variable-domain.schema.json*

numericDomain Type

object (Numeric domain)

numericDomain Examples

{
  "min": 0,
  "max": 100,
  "step": 1,
  "noData": -1
}

numericDomain Properties

Property Type Required Nullable Defined by
min number Optional cannot be null Dataset variable domain
max number Optional cannot be null Dataset variable domain
noData number Optional cannot be null Dataset variable domain
step number Optional cannot be null Dataset variable domain

min

The data domain minimum value

min

min Type

number (Min domain value)

max

The data domain maximum value

max

max Type

number (Max domain value)

noData

The data domain no data value

noData

noData Type

number (Domain no data value)

step

The data domain step value (discrete domain)

step

step Type

number (Domain step)