acacode / acacode/swagger-typescript-api

Distributed files assembling

Open
#284 1 comment 5 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
4.1k
Forks
436
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.