You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java -jar openvalidation.jar --culture en --language java
--rule "your age HAS to be greater than 22" --schema "{ age: 21 }" --output age_check.js
The file age_check.java is generated, therefore the output directive is not precisely respected, which is confusing to me