Skip to content

Commit d43bba9

Browse files
committed
fix try transform
1 parent 7bc0444 commit d43bba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/ingestion/common/schemas/transformation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ TransformationTryResponse:
120120
properties:
121121
payloads:
122122
type: array
123-
description: The array of records returned by the transformation service.
123+
description: The array of stringified records returned by the transformation service.
124124
items:
125-
type: object
125+
type: string
126126
error:
127127
title: transformationError
128128
type: object

0 commit comments

Comments
 (0)