Commit f574ba6
fix: wrong output schema field types (apify#1746)
Fix the type of the output schema fields.
- `transformation.omit` and `transformation.unwind` should be an array
of strings, as Worker enforces that.1 parent 94a4119 commit f574ba6
File tree
1 file changed
+2
-2
lines changed- sources/platform/actors/development/actor_definition/dataset_schema
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments