mantik-ai / mantik-gui

mantik-gui.vercel.app
MIT License
0 stars 1 forks source link

OpenAPI File Splitting #52

Closed DanielWeidinger closed 2 years ago

DanielWeidinger commented 2 years ago

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:

Proposal

Acceptance