LicenseTable#
- class technote.sources.tomlsettings.LicenseTable(**data)#
Bases:
BaseModelA model for
[technote.license]intechnote.toml, which describes the content’s license.- Parameters:
data (
Any)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Ensure that
idis a SPDX license identifier.Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
Methods Documentation