insula

Date feature attribute Schema

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

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"
}