Closed DanielWeidinger closed 2 years ago
As a Developer, I want to be able to modularize the API Spec into multiple file to allow for a better overview
Due to the ever-growing main OpenAPI spec file, it would be useful to split it up into its atomic components(paths, schemas and parameters)
All reusable or modularizeable components will get their respective file, which would result in the following folder structure:
/docs/api
parameters
paths -> containing all routes
All components of the route are folders except the last one, which contains the actual Speficication
schemas
Story
As a Developer, I want to be able to modularize the API Spec into multiple file to allow for a better overview
Details
Due to the ever-growing main OpenAPI spec file, it would be useful to split it up into its atomic components(paths, schemas and parameters)
All reusable or modularizeable components will get their respective file, which would result in the following folder structure:
/docs/api
parameters
paths -> containing all routes
All components of the route are folders except the last one, which contains the actual Speficication
schemas
Proposal
Acceptance