Field Types

Common field types used across the API

This section describes common field types and formats used throughout the Lirium API.

Field Type Reference

TypeDescriptionExample
stringText value"abc123"
string_decimalNumeric value as string for precision"1.50000000"
string_enumString constrained to specific values"buy" | "sell"
timestampISO 8601 datetime with timezone"2025-01-05T12:00:00+00:00"
booleanTrue or falsetrue
arrayList of values["a", "b", "c"]
objectNested key-value structure{"key": "value"}

Detailed Documentation