https://cgi-italy.github.io/insula/schemas/v1.1.0/common/vector-feature-property.schema.json#/$defs/numericProperty
Definition of vector feature numeric 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
(Numeric feature attribute)
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
is required
Type: string
(Numeric property type constant)
cannot be null
defined in: Vector feature property
string
(Numeric property type constant)
constant: the value of this property must be equal to:
"number"
Definition of a numeric variable domain
domain
is optional
Type: object
(Numeric domain)
cannot be null
defined in: Vector feature property
object
(Numeric domain)
{
"min": 0,
"max": 100,
"step": 1,
"noData": -1
}