//name of the business object
//the name of the business object
//must be the same as the name of the business object
//label of the business object displayed in UI widgets
// must be a string or translation identifier
//plural label for the business object displated in UI widgets
"pluralLabel":"Customers",
//maximum number of objects displayed at once in UI widgets
//if the UI widgets will automatically expose searching UI
//optional, defines the name of the business object when it
//is transmitted over the wire during synchronization scenarios.
//cotains list of business object members
//DMS_ROWID is required member and must be declared exaclty in this way
//custom business object member
//required, data type of the business object
//String, Int32, Int64, Decimal, DateTime, Boolean, Binary
//optional, max size of the data assigned to the member
//optional, label of the member displayed in UI widgets. Can be a string
//or translation identifier
//optional, defines if the member is required on insert
//optional, defines if the member can be sorted in UI widgets
//optional, defines if the member can be searched in UI widgets
//optional, defines the user interface type used from UI widgets to
//render this member. Can be Default or textarea
//optional, defines the name of the attribute when the business object
//is transmitted over the wire during synchronization scenario.
//add more members here separated with comas