-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an omission on inline generation
Enhanced unit tests a bit. Note that this is clearly NOT the way to do MissingRequiredField overrides if you have to restore to the default
- Loading branch information
Showing
3 changed files
with
54 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ID is omitted | ||
# Name is omitted | ||
description: >- | ||
This is an example of an imported module | ||
imports: | ||
- linkml:types | ||
prefixes: | ||
linkml: https://w3id.org/linkml/ | ||
include_core: https://w3id.org/mixs/include_core/ | ||
default_prefix: include_core | ||
|
||
slots: | ||
- name: id | ||
identifier: true | ||
required: true | ||
|
||
classes: | ||
- name: root | ||
description: >- | ||
root class | ||
slots: | ||
- id | ||
|
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