You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
Swagger defines an invalid format like:
format: uri
type: string
swagger doesn't convert nothing in this case, so export has the same values.
The problem is that format uri is not valid in RAML, so expected result is:
type: string
The text was updated successfully, but these errors were encountered:
Swagger defines an invalid format like:
format: uri
type: string
swagger doesn't convert nothing in this case, so export has the same values.
The problem is that format uri is not valid in RAML, so expected result is:
type: string
The text was updated successfully, but these errors were encountered: