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
I'm encountering a StopIteration error on this line when trying to export from a model that contains a Field of type: object but contains no subfields. The jsonschema specification allows for empty objects so this seems like an unintentional error rather than deliberate decision.
I'm encountering a
StopIteration
error on this line when trying to export from a model that contains a Field oftype: object
but contains no subfields. The jsonschema specification allows for empty objects so this seems like an unintentional error rather than deliberate decision.Example model that fails
The text was updated successfully, but these errors were encountered: