devexperts / swagger-codegen-ts

Typesafe Swagger API generator for TypeScript
Mozilla Public License 2.0
80 stars 16 forks source link

Support foreign references in parameters directly #90

Open raveclassic opened 4 years ago

raveclassic commented 4 years ago
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.