openapi-tools / swagger-maven-plugin

Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.
MIT License
70 stars 45 forks source link

add Swagger Schema component support #68

Closed ktalebian closed 1 month ago

ktalebian commented 3 years ago

Implements https://github.com/OAI/OpenAPI-Specification/blob/3.0.1/versions/3.0.1.md#schemaObject.

I previously opened a FeatureRequest https://github.com/openapi-tools/swagger-maven-plugin/issues/66 to implement this; so here it is.

ktalebian commented 3 years ago

@langecode could you please review this?

langecode commented 3 years ago

Thanks for the contribution. I’ll try to find some time next week to look at it.