kiara.metadata.core_models¶
AuthorModel
pydantic-model
¶
ContextMetadataModel
pydantic-model
¶
DocumentationMetadataModel
pydantic-model
¶
LinkModel
pydantic-model
¶
MetadataModelMetadata
pydantic-model
¶
context: ContextMetadataModel
pydantic-field
required
¶
Generic properties of this value type.
documentation: DocumentationMetadataModel
pydantic-field
required
¶
Documentation for the value type.
origin: OriginMetadataModel
pydantic-field
required
¶
Information about the creator of this value type.
python_class: PythonClassMetadata
pydantic-field
required
¶
The Python class for this value type.
type_name: str
pydantic-field
required
¶
The registered name for this value type.
OriginMetadataModel
pydantic-model
¶
authors: List[kiara.metadata.core_models.AuthorModel]
pydantic-field
¶
The authors/creators of this item.