devexperts / devexperts/swagger-codegen-ts
Support foreign references in parameters directly
Open
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.