The community member is trying to use an output schema in their actor.json file, but is encountering an error that the "properties" property is required. The community member has the "properties" property in their output_schema.json file, but is still getting the error. Another community member suggests that the "properties" property is not actually required, based on the documentation. The original community member then states that they "figured it out" and that the issue was due to improper nesting or formatting typos.
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: