Apify
Crawlee
GitHub
Apify Discord Mirror
Most posts
Powered by
Hall
Home
Members
Ari Lavi
A
Ari Lavi
Offline
, last seen 5 months ago
Joined August 30, 2024
Contributions
Comments
Replies
A
Ari Lavi
last year
·
Output schema not accepted
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?
2 comments
A