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:
kempersc 2026-01-11 13:56:11 +01:00
parent 55ef2a831d
commit 9726cc7917

View file

@ -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' },