https://cgi-italy.github.io/insula/schemas/v1.1.0/apps/insula-json-datasets-group.schema.json
Insula JSON dataset group configuration
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | insula-json-datasets-group.schema.json |
object
(Insula JSON dataset group)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | Insula JSON dataset group |
name | string |
Required | cannot be null | Insula JSON dataset group |
description | string |
Optional | cannot be null | Insula JSON dataset group |
geoserverUrl | string |
Optional | cannot be null | Insula JSON dataset group |
datasets | array |
Required | cannot be null | Insula JSON dataset group |
The group identifier
id
is required
Type: string
(Group ID)
cannot be null
defined in: Insula JSON dataset group
string
(Group ID)
The group name
name
is required
Type: string
(Group name)
cannot be null
defined in: Insula JSON dataset group
string
(Group name)
The group description
description
is optional
Type: string
(Group description)
cannot be null
defined in: Insula JSON dataset group
string
(Group description)
An optional URL of an external geoserver instance. If not provided the platform geoserver instance will be used
geoserverUrl
is optional
Type: string
(Group geoserver instance url)
cannot be null
defined in: Insula JSON dataset group
string
(Group geoserver instance url)
The list of datasets for the group
datasets
is required
Type: an array of merged types (Insula JSON dataset)
cannot be null
defined in: Insula JSON dataset group
an array of merged types (Insula JSON dataset)