insula

Numeric feature attribute Schema

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*

numericProperty Type

object (Numeric feature attribute)

numericProperty 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 (Numeric property type constant)

type Constraints

constant: the value of this property must be equal to:

"number"

domain

Definition of a numeric variable domain

domain

domain Type

object (Numeric domain)

domain Examples

{
  "min": 0,
  "max": 100,
  "step": 1,
  "noData": -1
}