Skip to content

Commit 2e19ade

Browse files
committed
add screenshot for multiple resources input
1 parent 9f18a10 commit 2e19ade

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
32.3 KB
Loading

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,21 @@ The returned value is resource reference, in this example it's the dataset ID as
438438

439439
![Apify Actor input schema dataset](./images/input-schema-dataset-json.png)
440440

441+
Example of multiple datasets input:
442+
443+
```json
444+
{
445+
"title": "Datasets",
446+
"type": "array",
447+
"description": "Select multiple datasets",
448+
"resourceType": "dataset"
449+
}
450+
```
451+
452+
Rendered input:
453+
454+
![Apify Actor input schema datasets](./images/input-schema-datasets.png)
455+
441456
Properties:
442457

443458
| Property | Value | Required | Description |

0 commit comments

Comments
 (0)