Multi file API

Hello, I have a structured API definition witch contains multiple files in a folder tree.
There is the tree example:
project
|_common
|_response.yaml
|_paths
|_part-1.path.yaml
|_part-1.schema.yaml
|_part-2.path.yaml
|_part-2.schema.yaml
|_api.yaml

The api.yaml is the main definition of our API, and refers to path files’ content.

Can I manege this API structure in Apidog?

Thank you for help.

Hi, thanks for the feedback. You can import the root file of the Swagger/OpenAPI Specification via a URL, and other files referenced by the root file will be resolved.