User/Author type not a valid metainfo quantity
while testing the new UserEditQuantities and AuthorEditQuantity from develop branch, I run into the error:
error "Type <class 'nomad.metainfo.metainfo.User'> of nomad.metainfo.metainfo.Quantity.type:Quantity is not a valid metainfo quantity type"
here I attach a MWE to reproduce the behaviour:
definitions:
name: 'Electrony Lab Notebook for Hall'
sections: # Schemas consist of section definitions
Hall_measurement:
base_section: nomad.datamodel.data.EntryData
sub_sections:
users:
section:
quantities:
nomad_user:
type: User
shape: ['*']
description: my descr
m_annotations:
eln:
component: UserEditQuantity
not_nomad_user:
type: 'Author'
shape: ['*']
description: my descr
m_annotations:
eln:
component: AuthorEditQuantity