We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fields
There is at least no MultiReference and Option as possible values in the fields[].type enum even those can be returned.
MultiReference
Option
fields[].type
Moreover fields[].validations is also not defined at all.
fields[].validations
This is impacting https://github.com/webflow/js-webflow-api because the generated TypeScript types are incomplete.
The different types and validations could be modeled with https://swagger.io/docs/specification/v3_0/data-models/inheritance-and-polymorphism/ Discriminator.
The text was updated successfully, but these errors were encountered:
Thanks for flagging. @p2004a - investigating this.
Sorry, something went wrong.
No branches or pull requests
There is at least no
MultiReference
andOption
as possible values in thefields[].type
enum even those can be returned.Moreover
fields[].validations
is also not defined at all.This is impacting https://github.com/webflow/js-webflow-api because the generated TypeScript types are incomplete.
The different types and validations could be modeled with https://swagger.io/docs/specification/v3_0/data-models/inheritance-and-polymorphism/ Discriminator.
The text was updated successfully, but these errors were encountered: