FieldMapping
- expressionType: stringnullablerequired
The expression that computes the value, as it was written. Its variables are rooted on
user. Null when Corma writes nothing into the field. - noteType: stringnullablerequired
One sentence about the field, to show beside it. Null when the label is sufficient.
- originType: "standard" or "custom"enumrequired
Whether the connector documents the field or the workspace defined it.
- requiredType: booleanrequired
True when the connector needs this field to create an account. A required field cannot be switched off.
- skipType: boolean
Empty requiredWhen true, an expression that resolves to nothing leaves the field out of the request Corma sends instead of writing an empty value.
- sourceType: stringenumrequired
Where the expression comes from.
valuesdefaultcustomoffnone - targetType: string
Field Id requiredThe field of the connector this mapping fills, as
GET /connectors/{id}/fieldsreturned its identifier. - targetType: string
Label requiredThe name of the field, as Corma displays it.
- typeType: stringenumrequired
The type of value the field holds.
valuesstringnumberbooleandatestring[]object[]user