Field Types
Katalon fields are configured in field_definitions. The concrete value for each record lives in metadata_.
| Field type | Usage | Details |
|---|---|---|
text |
Short text | Description |
richtext |
Longer formatted text | Description |
date |
Date or date-like value | Description |
number |
Number | Description |
boolean |
Yes/No | Description |
vocab |
Controlled vocabulary | Description |
vocab_free |
Vocabulary with free-text addition | Description |
relation |
Relationship to Object, Entity, Place, Occurrence, Procedure, or Collection | Description |
geo |
Geographic value (coordinates) | Description |
url |
Web link with optional title | Description |
pid |
Persistent identifier (e.g. ARK or URN) | Description |
authority |
Authority-data value from a connected source (GND, Wikidata, GeoNames, etc.) | Description & Authority data guide |
group |
Container for sub-fields | Description |
Fields can be repeatable. Repeatable values are stored as a list.