Open
Description
Currently we define types for each of the above names:
PandABlocks-ioc/src/pandablocks_ioc/_types.py
Lines 20 to 51 in d949bd6
But when used at runtime we don't have restrictions, and everything is a str
.
We should turn these types into pydantic BaseModel
and validate each against a regex schema on initialisation.
Metadata
Metadata
Assignees
Labels
No labels