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 Jul 5, 2021. It is now read-only.
'/users/{username}' is defined in a filename: users@{username}.yaml
But if we want to have users.whatever/{username} I dont know anyway to defined it correctly.
If the filename is users.whatever@{username}.yaml it will fail with:
> swagger-repo validate
Validating definition...
Failed OpenAPI3 schema validation:
undefined:
1) #/ should be object but got undefined
The text was updated successfully, but these errors were encountered:
AyWa
added a commit
to AyWa/swagger-repo
that referenced
this issue
Aug 22, 2019
Bug description
Seems like
.
can not be use inPATH
.For example:
'/users/{username}'
is defined in a filename:users@{username}.yaml
But if we want to have
users.whatever/{username}
I dont know anyway to defined it correctly.If the filename is
users.whatever@{username}.yaml
it will fail with:The text was updated successfully, but these errors were encountered: