Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename actorSpecification in DATASET/INPUT/OUTPUT schemas on platform to avoid confusion with actor.json #43

Open
jancurn opened this issue Aug 22, 2024 · 0 comments
Assignees

Comments

@jancurn
Copy link
Member

jancurn commented Aug 22, 2024

We're using actorSpecification declaration also in these files, but that is confusing, because when you look at the file, you simply can't tell what it is, or google for anything. By replacing it with actorInputSchemaVersion, actorOutputSchemaVersion, or actorDatasetSchemaVersion, the users will intuitively know what the file's content is about, and have something to Google for when they see the file.

This means we need to update our parsers of Dataset and Input schema (keep backwards compatibility!) and update docs, e.g. https://docs.apify.com/platform/actors/development/actor-definition/output-schema#structure

@jancurn jancurn changed the title Rename "actorSpecification" in DATASET schema to "actorDatasetSpecification", to avoid confusion with actor.json Rename "actorSpecification" in DATASET/INPUT/OUTPUT schema to avoid confusion with actor.json Aug 23, 2024
@jancurn jancurn changed the title Rename "actorSpecification" in DATASET/INPUT/OUTPUT schema to avoid confusion with actor.json Rename "actorSpecification" in DATASET/INPUT/OUTPUT schemas to avoid confusion with actor.json Aug 23, 2024
@jancurn jancurn changed the title Rename "actorSpecification" in DATASET/INPUT/OUTPUT schemas to avoid confusion with actor.json Rename actorSpecification in DATASET/INPUT/OUTPUT schemas to avoid confusion with actor.json Aug 23, 2024
@jancurn jancurn changed the title Rename actorSpecification in DATASET/INPUT/OUTPUT schemas to avoid confusion with actor.json Rename actorSpecification in DATASET/INPUT/OUTPUT schemas on platform to avoid confusion with actor.json Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants