Organization#
- class technote.sources.tomlsettings.Organization(**data)#
Bases:
BaseModelModel for describing an organization (often as an affiliation).
- Parameters:
data (
Any)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Ensure that at least the internal ID, ROR, or name are provided.
validate_ror(v)Ensure that
roris a valid ROR identifier.Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
Methods Documentation
- check_well_defined()#
Ensure that at least the internal ID, ROR, or name are provided.
- Return type:
Self