You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For the most part, enums in the schema aren't defined properly, and sometimes not at all. We rely on names of the definitions for tasks, and other enums require string literal equivalency. Eg. Quality.Low.value
Cleaning up these values to use enums appropriately would help clean up the usage of the library.
The text was updated successfully, but these errors were encountered:
Describe the bug
For the most part, enums in the schema aren't defined properly, and sometimes not at all. We rely on names of the definitions for tasks, and other enums require string literal equivalency. Eg.
Quality.Low.value
Cleaning up these values to use enums appropriately would help clean up the usage of the library.
The text was updated successfully, but these errors were encountered: