如何从另一个OpenAPI文件导入组件?

时间:2019-04-26 14:11:03

标签: swagger openapi

您可以导入在另一个OpenAPI文件中定义的组件吗?
假设我有两个openAPI文件: openAPI.yamlotherOpenAPI.yaml。 在openAPI.yml中,我想使用myItem

中定义的otherOpenAPI.yaml组件

我可以做以下事情吗? $ref: './otherOpenAPI.yaml/components/myItem吗?

1 个答案:

答案 0 :(得分:1)

您可以使用:

$ref: './otherOpenApi.yaml#/components/MyItem'