Forum Discussion

cjduggan's avatar
cjduggan
New Member
5 years ago

OpenAPI 3.x Enumeration Documentation

I am writing a service specification that wraps some legacy software.  The legacy API requires two character codes, and though I have good descriptions of the codes, they don't turn into enumerations very well.  I would like the service specification to continue to support the usage of the two character codes, but I would like to also to document thier meanings.  Is there a way to include this additional meta-data about enumerations in the OpenAPI 3.x specitication?