Not sure if this is a feature request,
When using Scrapy, there's this concept of Items. I was able to extend Items so that they contain declarative specification of Apify input types (see code):
Then I go through these classes and generate output schemas for Apify datasets automatically:
- CLI
- schema generation
Perhaps this is too specific to my project, perhaps this can inspire someone to simplify their workflow.
