Update the linkml-model files with linkml 1.10.0-rc4#236
Merged
Conversation
matentzn
commented
Feb 5, 2026
| @@ -1,3 +1,46 @@ | |||
| # metamodel_version: 1.7.0 | |||
Contributor
Author
There was a problem hiding this comment.
Update metadmodel version string!
F401 — "imported but unused". The X as X syntax is the explicit re-export pattern that tells ruff "this import is intentionally unused here, it's meant to be re-exported from this module."
The linkml_model/json/ directory contains plain JSON schema representations that have not been regenerated since 2022. They are not produced by the current build (gen-project does not generate them), making them stale artifacts. Their content is conceptually redundant with jsonschema/ and jsonld/. Remove the directory entirely.
Remove the JSON enum entry, the corresponding _Path JSON mapping, and the ModelFile.json property from linkml_model/linkml_files.py. This cleans up deprecated/duplicate JSON-specific symbols in favor of the existing JSONLD/JSON Schema representations and simplifies the set of supported formats.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.