Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): FastAPI docs broken due to missing schema for `Nullable…
…UUID` (#739) Just updates `NullableUUID` to extend from `UUID`. This lets FastAPI infer the correct field schema and resolves the /docs and /redocs endpoint failing to render Signed-off-by: Braden Mars <[email protected]>
- Loading branch information