No dataset schema found
Here is my issue:
First I'm a bit confused, the docs say the actor needs a .actor/actor.json
and I copied all the files into the .actor directory:
- actor.json
- dataset_schema.json
- Dockerfile
- input_schema.json
- README.md
When I try to push it with the CLI on my Mac "apify push" from the root directory, than it says that it can't find an actor.
So I have a duplicate actor.json inside the root directory to make it work.
It finds the input_schema.json but on apify.com when I check the Actor and the Publication tab, I see the error "No dataset schema found".
my .actor/actor.json:
The dataset_schema.json is quite large: https://pastebin.com/s5aXSCx8
In the docs, sometimes its written "dataset_schema.json" or "DATASET_SCHEMA.json" and I tried both but no luck.
I also tried to directly copy paste the schema in the actor.json and not as separate file.
Any help / idea would be appreciated!
Pastebin
dataset_schema - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

2 Replies
Have you created a valid dataset schemas? https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema#separate-configuration-files
its valid json yes. I attached a pastebin link