stoplightio / api-spec-converter

This package helps to convert between different API specifications (Postman, Swagger, RAML, StopLight).
MIT License
137 stars 86 forks source link

Import from Swagger: There is not declaration for info annotation. #26

Closed glodieu closed 8 years ago

glodieu commented 8 years ago

Annotation info is generated but its declaration is not included. This is the declaration that it's missing.

annotationTypes:
  info:
    properties:
      termsOfService?: string
      contact?:
        properties:
          name?: string
          url?: string
          email?: string
      license?:
        properties:
          name?: string
          url?: string