Forum Discussion

SimeonV's avatar
SimeonV
Occasional Visitor
5 years ago

Issue with creating a documentation when using re-usable enums

My yaml file looks like this openapi: 3.0.2 components: schemas: Countries: type: string enum: - Unknown - Afghanistan - Albania - Algeria ...