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
when an object in a json schema has anyOf, the current function JsonSchemaImportEngine().translate_schema does not seem to traverse the types in anyOf and generates the following error.
ERROR:root:Cannot translate type None in {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'default': None, 'title': 'Model'}
The text was updated successfully, but these errors were encountered:
when an object in a json schema has
anyOf
, the current functionJsonSchemaImportEngine().translate_schema
does not seem to traverse the types inanyOf
and generates the following error.ERROR:root:Cannot translate type None in {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'default': None, 'title': 'Model'}
The text was updated successfully, but these errors were encountered: