linkml / schema-automator

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

json_schema type not converting to linkml range #135

Open proccaserra-az opened 6 months ago

proccaserra-az commented 6 months ago

Describe the bug testing conversion from json_schema to LinkML yaml using schema.automator importers

To Reproduce python 3.11.

schemauto import-json-schema organization_schema.json > isa_organization_as_linkml.yaml

where: organization_schema.json = https://github.com/ISA-tools/isa-api/blob/master/isatools/resources/schemas/isa_model_version_1_0_schemas/core/organization_schema.json

Expected behavior was expecting to see slot name have a range set to string

might not a bug, just a feature request.