feat(frontend): Add AnnotationMotivationType to LinkML schema manifest
Add new AnnotationMotivationType and AnnotationMotivationTypes to the SCHEMA_FILES array so they appear in the /linkml viewer.
This commit is contained in:
parent
55ef2a831d
commit
9726cc7917
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ export const SCHEMA_FILES: SchemaFile[] = [
|
|||
{ name: 'Country', path: 'modules/classes/Country.yaml', category: 'class' },
|
||||
{ name: 'Subregion', path: 'modules/classes/Subregion.yaml', category: 'class' },
|
||||
{ name: 'Settlement', path: 'modules/classes/Settlement.yaml', category: 'class' },
|
||||
{ name: 'AnnotationMotivationType', path: 'modules/classes/AnnotationMotivationType.yaml', category: 'class' },
|
||||
{ name: 'AnnotationMotivationTypes', path: 'modules/classes/AnnotationMotivationTypes.yaml', category: 'class' },
|
||||
|
||||
// Enums
|
||||
{ name: 'CustodianPrimaryTypeEnum', path: 'modules/enums/CustodianPrimaryTypeEnum.yaml', category: 'enum' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue