https://cgi-italy.github.io/insula/schemas/v1.0.0/common/vector-feature-property.schema.json#/$defs/stringProperty
Definition of vector feature string 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
(Vector feature string property)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | Vector feature property |
subType | string |
Optional | cannot be null | Vector feature property |
type
is required
Type: string
(String property type constant)
cannot be null
defined in: Vector feature property
string
(String property type constant)
constant: the value of this property must be equal to:
"string"
subType
is optional
Type: string
(String property subtype)
cannot be null
defined in: Vector feature property
string
(String property subtype)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"url" |
The string should be interpreted as an URL |
"imageUrl" |
The string should be interpreted as an image URL |