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
{} is a valid JSON Schema, it's a schema for any JSONObject. Should we allow this? If yes, how? This also raises the question about what should happen when additionalProperties is true?
One proposal is to allow user to enter key and value. Something like this:
formFor punts on the collections markup. It allows for the validation of collections (min length, max length, etc.) and items within the collection (full validation supported) but requires external user to add controls for adding/removing objects from the collection. (Items added to the collection may be complex items without default constructors. We're likely not talking about simple primitives.)
{}
is a valid JSON Schema, it's a schema for any JSONObject. Should we allow this? If yes, how? This also raises the question about what should happen whenadditionalProperties
is true?One proposal is to allow user to enter key and value. Something like this:
The text was updated successfully, but these errors were encountered: