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
Currently it seems like "required" fields are properly handled as per json schema v3. However using the "required" list does not work:
"required" : ["locality", "region"],
Since this is not on a node-level, but on a class level I am not sure where to tackle the problem. If you give me a hint I will gladly submit a pull request
The text was updated successfully, but these errors were encountered:
Hi there. Support for the required rule specified as an array was added by #325, so this should be working for you in 0.4.11. If you aren't yet using this version, could you update and try again?
Currently it seems like "required" fields are properly handled as per json schema v3. However using the "required" list does not work:
"required" : ["locality", "region"],
Since this is not on a node-level, but on a class level I am not sure where to tackle the problem. If you give me a hint I will gladly submit a pull request
The text was updated successfully, but these errors were encountered: