GkbProperty
A property with its associated value from the Geneea Knowledge Base (GKB).
Fields
| Property | Required | Type | Description |
|---|---|---|---|
name | True | string | Key identifying the property in the Geneea Knowledge Base. |
label | False | string | Human-readable label describing the property. |
valueGkbId | False | string | GKB identifier of the item representing the property’s value, if applicable. |
boolValue | False | boolean | Property value when it is of boolean type. |
floatValue | False | number | Property value when it is of floating-point numeric type. |
intValue | False | integer | Property value when it is of integer numeric type. |
strValue | False | string | Property value when it is a string or a date (in string format). |