https://cgi-italy.github.io/insula/schemas/v1.1.1/common/vector-feature-property.schema.json#/$defs/dateProperty
Definition of vector feature date property specific attributes
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
(Date feature attribute)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | Vector feature property |
domain | object |
Optional | cannot be null | Vector feature property |
outputStringFormat | string |
Optional | cannot be null | Vector feature property |
inputStringFormat | string |
Optional | cannot be null | Vector feature property |
type
is required
Type: string
cannot be null
defined in: Vector feature property
string
constant: the value of this property must be equal to:
"date"
Definition of a date variable domain
domain
is optional
Type: object
(Time domain)
cannot be null
defined in: Vector feature property
object
(Time domain)
{
"min": "1928-12-16T00:00:00Z",
"max": "1982-03-02T23:59:59Z"
}
The format used for displaying the date values (ref: https://momentjs.com/docs/#/displaying/format/)
outputStringFormat
is optional
Type: string
(String format)
cannot be null
defined in: Vector feature property
string
(String format)
The format used to parse date values from input string. Not supported. Use ISO8601 format
inputStringFormat
is optional
Type: string
(Input string format)
cannot be null
defined in: Vector feature property
string
(Input string format)