Sign up for Apify Platform here
Star Crawlee on GitHub
Star Crawlee for Python on GitHub
Apify and Crawlee Official Forum
New post
View all posts
Related posts
Was this helpful?
๐
๐
๐
Powered by
Hall
Inactive
Updated 5 months ago
0
Follow
Output schema not accepted
Output schema not accepted
Inactive
0
Follow
At a glance
A
Ari Lavi
last year
ยท
Hi there, I'm trying to use an output schema. I have a line in my actor.json file
"output": "./output_schema.json",
and then an output_schema.json file in the .actor folder (attached). When I try building my actor I get the following error:
{
"instancePath": "",
"schemaPath": "#/required",
"keyword": "required",
"params": {
"missingProperty": "properties"
},
"message": "must have required property 'properties'"
}
]
I have a properties property (lol) on line 26. Any ideas what I'm doing wrong?
A
2 comments
Share
Open in Discord
A
Ari Lavi
last year
In the documentation it even says that properties is not required, but when I remove it entirely I get the same issue:
https://docs.apify.com/platform/actors/development/actor-definition/output-schema
A
Ari Lavi
last year
I figured it out... it was nested wrong... damn formatting typos
Add a reply
Sign up and join the conversation on Discord
Join on Discord