Field Computation

A resource that represents the configuration of a Field Computation.

Type: object

The following properties are required:

  • inputs
Type: object

The following properties are required:

  • localizedInputs

Must not be:

Type: object

The following properties are required:

  • computations

The following properties are required:

  • $id
  • $schema
  • field
  • computationMethod

Must not be:

Type: object

The following properties are required:

  • computationMethod
Type: object

The following properties are required:

  • inputs
Type: object

The following properties are required:

  • localizedInputs

The following properties are required:

  • $id
  • $schema
  • field
  • computations

$idstring

fieldstring

computationMethodstring

computationsarray

Each item of this array must be:

Type: object

The following properties are required:

  • subfieldPath
  • computationMethod
  • inputs
Type: object

The following properties are required:

  • subfieldPath
  • computationMethod
  • localizedInputs

string

string

object

A model that represents the input values

Same definition as inputs

object

A model that represents the localized input values

Same definition as localizedInputs

systemControlledboolean

inputsobject

A model that represents the input values

string, number, array, boolean, object, integer or null Pattern Property

All property whose name matches the following regular expression must respect the following conditions

Property name regular expression: 2+$

localizedInputsobject

A model that represents the localized input values

object Pattern Property

All property whose name matches the following regular expression must respect the following conditions

Property name regular expression: 4+$

string, number, array, boolean, object, integer or null Required

string, number, array, boolean, object, integer or null Pattern Property

All property whose name matches the following regular expression must respect the following conditions

Property name regular expression: 6+$


  1. a-zA-Z0-9 [return]
  2. a-zA-Z0-9 [return]
  3. a-zA-Z0-9 [return]
  4. a-zA-Z0-9 [return]
  5. a-zA-Z-_ [return]
  6. a-zA-Z-_ [return]
Feedback