insula

Date feature attribute Schema

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

dateProperty Type

object (Date feature attribute)

dateProperty Properties

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

type

type Type

string

type Constraints

constant: the value of this property must be equal to:

"date"

domain

Definition of a date variable domain

domain

domain Type

object (Time domain)

domain Examples

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

outputStringFormat

The format used for displaying the date values (ref: https://momentjs.com/docs/#/displaying/format/)

outputStringFormat

outputStringFormat Type

string (String format)

inputStringFormat

The format used to parse date values from input string. Not supported. Use ISO8601 format

inputStringFormat

inputStringFormat Type

string (Input string format)