insula

Time domain Schema

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

Definition of a date variable domain

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

timeDomain Type

object (Time domain)

timeDomain Examples

{
  "min": "1928-12-16T00:00:00Z",
  "max": "1982-03-02T23:59:59Z"
}

timeDomain Properties

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

min

The domain minimum date

min

min Type

string (Min domain date)

min Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

max

The domain maximum date

max

max Type

string (Max domain date)

max Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

step

The domain time step period

step

step Type

string (Domain step)

step Constraints

duration: the string must be a duration string, according to RFC 3339, section 5.6