Source

Often object in Magic Batua are initialised straight off the JSON sent in with the request/response. Since the content of JSON varies wildly depending on its source and purpose, some way of tracking the data source and purpose is required. This enum allows the application to do just that.

Keys

Client

JSON for initially creating a Magic Batua object from client-side input. GUID and other auto-generated elements will be absent as they are generated server-side.

Database

JSON returned by a database query. Includes all the fields a given object supports.

Source: