Logo
Type aliases

ConfigurableTransformationDefinition

ConfigurableTransformationDefinition = object

Defined in: packages/cloud/src/client/types.gen.ts:1429

Schema for a transformation definition.

Properties

label

label: string

Defined in: packages/cloud/src/client/types.gen.ts:1433

The label field will be used to display the name of the component in the UI


json_schema

json_schema: object

Defined in: packages/cloud/src/client/types.gen.ts:1437

The json_schema field can be used by clients to determine how to construct the component

Index Signature

[key: string]: unknown


configurable_transformation_type

configurable_transformation_type: ConfigurableTransformationNames

Defined in: packages/cloud/src/client/types.gen.ts:1443

The name field will act as the unique identifier of TransformationDefinition objects


transformation_category

transformation_category: TransformationCategoryNames

Defined in: packages/cloud/src/client/types.gen.ts:1447

The transformation_category field will be used to group transformations in the UI

On this page