devexperts / devexperts/swagger-codegen-ts

Support foreign references in parameters directly

Open
#90 0 comments 0 reactions 0 assignees View on GitHub
enhancement language: typescript 2.0 language: typescript 3.0 language: typescript asyncapi 2.0
Dominant language
TypeScript
Stars
80
Forks
17
PR merge metrics
No merged PRs in 30d

Description

```yaml
parameters:
- name: times
in: query
schema:
$ref: './shared.yaml#/components/times'
```

Current implementation assumes that there will be a separate run of generation for referenced entities in foreign spec. However such generation is only run for local references in local `components` section.

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.