-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add live policy schema validation #131
Comments
What I am suggesting is that if there are any validation errors found, don't let someone test it. Making the error more visible would be better as well, if possible. |
Hm theres not much more I can do right now. I validate the schema based on the json schema and the warnings are shown as in the screen - thats what the editor supports by default. Popping up banners while tipping can be very annoying because it may show up while typing. Can keep an eye on it but nothing I would focus on right now. |
Ok |
Coming back to this. What I'm suggesting isn't a pop-up or anything like that. But if the editor knows the schema is invalid, the Start button can change color to red and prohibit clicking (for example). Another option would be to check the errors when clicking Start and display a clear message then. Something like this should be possible if the framework can get inputs from the editor's schema validation routine. |
The text was updated successfully, but these errors were encountered: