You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/actor_definition/input_schema/specification.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,16 +223,14 @@ The `anyDate` property renders a date picker that accepts both absolute and rela
223
223
224
224

225
225
226
-
Example of file selection using `fileupload` editor. The input is passed to the Actor as a string, it is up to the authorto resolve the file or validate if it exists.
226
+
The `fileupload` editor enables users to specify a file as input. The input is passed to the Actor as a string. It is the author's responsibility to interpret this string, including validation of its existence and format.
227
227
228
228

229
229
230
-
231
-
The input allows the user to either provide a link or to upload the file as a record to a key-value store of their choosing.
230
+
The user provides either a URL or uploads the file to a key-value store (existing or new).
232
231
233
232

0 commit comments