acacode / acacode/swagger-typescript-api
Distributed files assembling
- 主要語言
- TypeScript
- 星號
- 4.1k
- 分支
- 436
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Does this library support distributed files assembling?
Here is how I try to assemble it
```
// index.yml
openapi: 3.0.3
info:
title: azaza
version: DEV-SNAPSHOT
description: OpenAPI
paths:
/ics-contracts:
get:
operationId: getContractsList
summary: desc
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: model/icsContract.yml
// model/icsContract.yml
type: object
title: Контракт
properties:
uuid:
$ref: ../../common/model/uuid.yml
title: UUID
number:
type: string
title: Num
example: 12
```
I launch it from the file index.yml with curl, for some reason it doesnt get the content of model/icsContract.yml file
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。