You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the mapping limits one path (string) per stage. We want the path mapping to be an array. Why? We use a monorepo construct that uses a hierarchy of Version/Namespaced APIs to contain our openapi.yml files. We also have a "commons" directory containing reusable or "common" schemas such as error DTOs. What we would like to do is in the paths mapping have the ability to provide a list of what specific common references to include. That list could be to a directory (all files in that) or a specific file.
The other option is have a yaml file in the integrations directory (path) that has a list of $ref entries that would be fetched
The text was updated successfully, but these errors were encountered:
Right now the mapping limits one path (string) per stage. We want the path mapping to be an array. Why? We use a monorepo construct that uses a hierarchy of Version/Namespaced APIs to contain our openapi.yml files. We also have a "commons" directory containing reusable or "common" schemas such as error DTOs. What we would like to do is in the paths mapping have the ability to provide a list of what specific common references to include. That list could be to a directory (all files in that) or a specific file.
The other option is have a yaml file in the integrations directory (path) that has a list of $ref entries that would be fetched
The text was updated successfully, but these errors were encountered: