GkbProperty
A property with associated value from the Geneea knowledge-base
Fields
Property | Required | Type | Description |
---|---|---|---|
name | True | string | Key identifying the property. |
label | False | string | Label describing the property. |
valueGkbId | False | string | Identifier of GKB item representing property value if there is any. |
boolValue | False | boolean | Property value if it is boolean. |
floatValue | False | number | Property value if it is float. |
intValue | False | integer | Property value if it is integer. |
strValue | False | string | Property value if it is string or date. |