johnhungerford / generic-schema

2 stars 1 forks source link

Multiple singletons within a coproduct should be enum string for tapir schema translation #53

Closed johnhungerford closed 2 years ago

johnhungerford commented 2 years ago

Separate out all singletons and treat them as a single string subtype with Validator.enumeration( ... ) providing all the different values

johnhungerford commented 2 years ago

closed wtih #56