Defines overridden properties on a field for a specific view of the data.
Referenced by: layerDefinition
Properties
| Property | Details | 
|---|---|
| alias | A string containing the overridden field alias. | 
| editable | A Boolean determining whether users can edit this field. | 
| name | A string containing the field name as defined by the service. | 
An array of field overrides Example
{
  "name": "devicestatus",
  "alias": "Operational device status",
  "editable": true
}