Skip to content

support allOf and anyOf in schema definitions #130

@satra

Description

@satra

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'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions