https://cgi-italy.github.io/insula/schemas/v1.0.0/common/vector-feature-property.schema.json#/$defs/enumProperty
Definition of vector feature enum 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
(Enum feature attribute)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | Vector feature property |
domain | object |
Required | cannot be null | Vector feature property |
type
is required
Type: string
(Enum property type constant)
cannot be null
defined in: Vector feature property
string
(Enum property type constant)
constant: the value of this property must be equal to:
"enum"
Definition of a categorical variable domain
domain
is required
Type: object
(Categorical domain)
cannot be null
defined in: Vector feature property
object
(Categorical domain)
{
"values": [
{
"value": 0,
"label": "First"
},
{
"value": 1,
"label": "Second"
}
]
}