About Actor Quality
On the Actor Quality page, I received a message about creating an output_schema.json. My Actorβs output schema is already embedded inside actor.json. The documentation clearly states that it can be included either inside actor.json or in a separate output_schema.json.
https://docs.apify.com/platform/actors/development/actor-definition/output-schema
So, to improve Actor quality, does it need to have a separate output_schema.json file?
Actor output schema | Platform | Apify Documentation
Learn how to define and present output of your Actor.

6 Replies
Are you certain that you have both a dataset and an output schema? Those are two separate things.
I just have my output schema inside actor.json as described here


Can you share (a part of) your actor.json?
ohh its not output scheme, but dataset scheme ?
I thought it was the same thing. @Louis Deconinck Thanks for pointing it out.