https://cgi-italy.github.io/insula/schemas/v1.0.0/common/dataset-variable-domain.schema.json#/$defs/categoricalDomain/properties/values/items
Definition of a categorical domain item
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | dataset-variable-domain.schema.json* |
object
(Categorical domain item)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
value | Multiple | Required | cannot be null | Dataset variable domain |
label | string |
Optional | cannot be null | Dataset variable domain |
description | string |
Optional | cannot be null | Dataset variable domain |
color | string |
Optional | cannot be null | Dataset variable domain |
The domain item value
value
is required
Type: any of the following: string
or number
(Domain item value)
cannot be null
defined in: Dataset variable domain
any of the following: string
or number
(Domain item value)
The human-readable domain item label
label
is optional
Type: string
(Domain item label)
cannot be null
defined in: Dataset variable domain
string
(Domain item label)
The domain item description
description
is optional
Type: string
(Domain item description)
cannot be null
defined in: Dataset variable domain
string
(Domain item description)
The color associated to the value. Used for dynamic coloring
color
is optional
Type: string
(Domain item color)
cannot be null
defined in: Dataset variable domain
string
(Domain item color)