Replies: 2 comments
-
Just answered my own question, "additionalProperties" is what I want! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, currently, all properties declared in the schema must be present in the data also. This is only checked/enforced at the validation level. The form widget doesn't really care, though. I think I'll probably make the validation a bit relaxed in the next version. I.e. if the property is not listed in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the "required" list in an object means that the value cannot be None, instead of making the property "optional". Do you confirm ? Would be nice to be able to make some properties optional.
Beta Was this translation helpful? Give feedback.
All reactions