Output Schema
I am trying to add output schema for my actor as specified in https://docs.apify.com/platform/actors/development/actor-definition/output-schema
I created a new output_schema.json file and linked it in my actor.json
Actor is published and running fine, but in Publication tab it still says "No dataset schema found".
Am I missing something?
Actor output schema | Platform | Apify Documentation
Learn how to define and present output of your Actor.
Solution:Jump to solution
Output schema and dataset schema are two separate things. You want to implement this: https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema?fpr=7p4wu
Dataset schema specification | Platform | Apify Documentation
Learn how to define and present your dataset schema in an user-friendly output UI.
3 Replies
For reference, here is the actor: https://apify.com/jungle_synthesizer/juris-pro-scraper
Apify
JurisPro Expert Witness Scraper · Apify
Scrape Thousands of Expert Witness profiles from JurisPro.com
Solution
Output schema and dataset schema are two separate things. You want to implement this: https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema?fpr=7p4wu
Dataset schema specification | Platform | Apify Documentation
Learn how to define and present your dataset schema in an user-friendly output UI.
Maybe a dataset schema is missing?
actor.json
dataset_schema.json