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
It would probably be good to have a MergeEnumValues function (used by MergeEnumTypes) that merges enum values with their description.
Merges multiple enum value definitions, all sharing the same name, into a single composed
enum value. This ensures the final enum value in a composed schema maintains a consistent
description.
The text was updated successfully, but these errors were encountered:
It would probably be good to have a
MergeEnumValues
function (used byMergeEnumTypes
) that merges enum values with their description.The text was updated successfully, but these errors were encountered: