-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expand simple dict processing (#1860)
* Extends jsonschemagen's interpretation of SimpleDicts beyond tuples. This is necessary for parsing of SimpleDict form of annotations in schemas (the canonical way to do this is as a SimpleDict) See linkml/generators/jsonschemagen.py * owlgen: fixed handling of has_member and all_member * Added tests for SimpleDict inlining, and for has_member/all_member * Adding docs for mapping-commons/sssom#225 * formatted * regenerating snapshot to account for relaxing conditions under which something is a SimpleDict * error message now changes with relaxed SimpleDict * regenerate-snapshots
- Loading branch information
Showing
14 changed files
with
1,357 additions
and
182 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.