linkml / schema-automator

Automated assistance for the schema development lifecycle
https://linkml.io/schema-automator/
BSD 3-Clause "New" or "Revised" License
33 stars 12 forks source link

support allOf and anyOf in schema definitions #130

Open satra opened 5 months ago

satra commented 5 months ago

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