mnahkies / openapi-code-generator

A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
https://openapi-code-generator.nahkies.co.nz/
MIT License
20 stars 2 forks source link

fix: allow numeric header values #105

Closed mnahkies closed 11 months ago

mnahkies commented 11 months ago

allows for header parameters such as:

parameters:
  - description: The file size in bytes
    in: header
    name: Content-Length
    schema:
      description: The file size in bytes
      type: number