CreateUsageReaderFieldTransformInput
Field specific parameters to be used for field transformation(enrichment)
This page contains
Fields
key String | Field name for which transformation needs to be applied |
topologyType UsageEventFieldTopologyType! PREVIEW | Type indicating that this field needs to be transformed/enriched. eg. for type DIRECT, no transformation would be done and for GRAPH, some transformation will be applied |
graph [CreateUsageReaderGraphInput] PREVIEW | If type mentioned above is GRAPH ,then this field specific attributes need to be given which apparently will be used for transformation |
mandatory Boolean | If true, field should be available in the payload in usage event Default value: false |