https://cgi-italy.github.io/insula/schemas/v1.2.0/common/vector-feature-property.schema.json#/$defs/dateProperty/properties/domain
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 | vector-feature-property.schema.json* |
object
(Time domain)
{
"min": "1928-12-16T00:00:00Z",
"max": "1982-03-02T23:59:59Z"
}
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 |
The domain minimum date
min
is optional
Type: string
(Min domain date)
cannot be null
defined in: Dataset variable domain
string
(Min domain date)
date time: the string must be a date time string, according to RFC 3339, section 5.6
The domain maximum date
max
is optional
Type: string
(Max domain date)
cannot be null
defined in: Dataset variable domain
string
(Max domain date)
date time: the string must be a date time string, according to RFC 3339, section 5.6
The domain time step period
step
is optional
Type: string
(Domain step)
cannot be null
defined in: Dataset variable domain
string
(Domain step)
duration: the string must be a duration string, according to RFC 3339, section 5.6