Object
, and itโll be saved correctly.$
or .
, along with the key __type
key, are reserved for the framework to handle additional types, so donโt use those yourself. Key names must contain only numbers, letters, and underscore, and must start with a letter. Values can be anything that can be JSON-encoded.User
object is saved with field name
of type String
, that field will be restricted to the String
type only (the server will return an error if you try to save anything else).null
, no matter what type it is.objectId
, createdAt
, updatedAt
fields cannot be edited (these are set automatically).null
).beforeSave
). These are run whenever a value is changed or an object is deleted from the Data Browser, just as they would be if the value was changed or deleted from your client code.