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 Replies
optimistic-goldOP•2y ago
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
Output schema | Platform | Apify Documentation
Output schema is designed to help Actor developers present the results to users in an attractive and comprehensive output UI.
optimistic-goldOP•2y ago
I figured it out... it was nested wrong... damn formatting typos