As a developer, I would like to consume an endpoint to get the latest enumerations so that my application does not have brittle dependencies.
I know I can get the enumeration sets from github but this isn’t the most robust way of maintaining this data from a client app. it wouldn’t be too great a stretch to map it to some JSON format
Apologies if this is an repeat of an older issue - I looked but didn’t see one