openapi-generator/samples/client
Kevin Locke df0c54d043 Support the empty string as an enumeration value (#4450)
When a string enumeration has the empty string as one of its available
values, the generated code for many languages is invalid because the
empty string can not be used as an identifier.  As with numbers and
symbols, provide a mapping to an English name which can be used as a
replacement.  In this case, "empty" for the empty string/empty value.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2017-01-06 19:30:47 +08:00
..
petstore Support the empty string as an enumeration value (#4450) 2017-01-06 19:30:47 +08:00
petstore-security-test Fix CSV collection parameter issues for scalatra server (#4426) 2016-12-20 16:02:45 +08:00