Distribution Feeder#
- pydantic model gdm.distribution.components.DistributionFeeder#
Class interface for distribution feeder.
Show JSON schema
{ "title": "DistributionFeeder", "description": "Class interface for distribution feeder.", "type": "object", "properties": { "uuid": { "format": "uuid", "title": "Uuid", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }
- Config:
str_strip_whitespace: bool = True
validate_assignment: bool = True
validate_default: bool = True
extra: str = forbid
use_enum_values: bool = False
arbitrary_types_allowed: bool = True
populate_by_name: bool = True
- Fields:
name (str)
uuid (uuid.UUID)