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
So basically I want to accept/validate only attributes with the keyword containing one word only [i.e. test, attribute, etc. and won't accept keywords such as test 1, attribute test etc.
Expected Result:
The regex should not match the input and because additionalItems is false it should throw at least an exception that provided keywords not matching regex
Actual result:
No Exceptions are thrown and validation passes successfully.