๐Ÿงพ Data Types

Data Types

Straqa accepts and returns common data types.

Type

Example

Notes

String

"event-123"

Used for IDs and names

Boolean

true / false

Toggle options, success flag

Integer

1000

Used in pagination, amounts

Float

99.99

Prices, payments

Object

{...}

Returned data blocks

Array

[...]

Lists of items

Timestamps are returned in ISO 8601 format: 2025-04-16T10:00:00Z