Objects

Data is stored in objects that contain key-value pairs of JSON-compatible data. 

This data is schemeless, so just set any key-value pairs you want and we will store it.
Keys have to be strings. Values can be strings, numbers, Booleans or arrays.

In our example we will use a Car object:

{car_model: “Ferarri” , car_year: “2023”}