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
Sounds like this isn't an issue in marshmallow-jsonschema, so closing for now. Please reopen if anyone thinks there's something that needs to be addressed still!
I've created a marshmallow schema with an integer field. This library generates JSON schema for the field as:
When I feed that schema to the
Form
React component from https://github.com/mozilla-services/react-jsonschema-form, I get an error:Based on their examples and my limited reading of the JSON Schema spec, maybe the correct JSON schema should be:
The text was updated successfully, but these errors were encountered: