package_name_to_import_with.utils module#
Define helper utilities.
- pydantic model CustomPydanticBaseModel[source]#
Bases:
BaseModelInherit pydantic.BaseModel and change behaviour to handle undefined attributes.
Show JSON schema
{ "title": "CustomPydanticBaseModel", "description": "Inherit `pydantic.BaseModel` and change behaviour to handle undefined attributes.", "type": "object", "properties": {}, "additionalProperties": false }
- Config:
extra: str = forbid