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
Currently, we're encoding some very long enum types directly into the schema - see definitions for "ProjectType" & "PropertyType" as examples.
"ProjectType"
"PropertyType"
Open questions:
The text was updated successfully, but these errors were encountered:
RequestedFiles
See these examples for how we're accessing enums within Planx editor to do flow validation on publish:
Sorry, something went wrong.
Closing this for now as this hasn't come up in external feedback & would be slightly addressed by a public validation endpoint #116
No branches or pull requests
Currently, we're encoding some very long enum types directly into the schema - see definitions for
"ProjectType"
&"PropertyType"
as examples.Open questions:
The text was updated successfully, but these errors were encountered: