Defines overridden properties on a field for a specific view of the data.

Referenced by: layerDefinition

Properties

PropertyDetails
aliasA string containing the overridden field alias.
editableA Boolean determining whether users can edit this field.
nameA string containing the field name as defined by the service.

An array of field overrides Example

{
"name": "devicestatus",
"alias": "Operational device status",
"editable": true
}