Output schema

This is my output schema:
{
"actorOutputSchemaVersion": 1,
"title": "Output schema of Skool Group Scraper",
"properties": {
"group_info": {
"type": "string",
"title": "Group Info",
"template": "{{links.apiDefaultDatasetUrl}}/items?view=group_info"
},
"items": {
"type": "string",
"title": "All Data",
"template": "{{links.apiDefaultDatasetUrl}}/items"
}
}
}
{
"actorOutputSchemaVersion": 1,
"title": "Output schema of Skool Group Scraper",
"properties": {
"group_info": {
"type": "string",
"title": "Group Info",
"template": "{{links.apiDefaultDatasetUrl}}/items?view=group_info"
},
"items": {
"type": "string",
"title": "All Data",
"template": "{{links.apiDefaultDatasetUrl}}/items"
}
}
}
In my dataset schema I have 1 view: group_info. What is the recommended approach for output_schema and dataset_schema if I want an overview with a subset of fields and a view with all data? See screenshots. My current approach shows an option "All fields" when I select "Group info", but this disappears when I select "All data". When I click on "All fields" this shows me the dataset ID. This seems quite inconsistent.
No description
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?