bluesky/event-model

Add NotRequired things to the DataKey schema

coretl opened this issue · 1 comments

As per bluesky/ophyd-async#137 (comment)

Also removing the Optional from "units" and "precision"

Annotated[Optional[str], Field(description="Engineering units of the value")]

Also choices