talsma-ict / enumerables

Java Enums with ability to represent 'unknown' values, good for stable APIs
Apache License 2.0
0 stars 0 forks source link

Support `x-extensible-enum` OpenApi type #112

Open sjoerdtalsma opened 5 years ago

sjoerdtalsma commented 5 years ago

This was introduced by Zalando's API team and picked up by the open api community.

It is precisely what the Enumerable type is invented for.

Reference:

sjoerdtalsma commented 5 years ago

Interesting read: https://github.com/zalando/restful-api-guidelines/issues/412