Sync property with mapping configuration.

Hierarchy

  • SyncPropertyWithMapping

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
mapping?: {
    [key: string]: string;
}

Map of source values to destination values for synchronization.

Type declaration

  • [key: string]: string
nameMapping?: {
    [key: string]: string;
}

Map of source names to display names used during synchronization.

Type declaration

  • [key: string]: string
syncType?: string

The direction and type of synchronization for this property.

Generated using TypeDoc