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
This lead to an actual problem, when generating code using open API tools or swagger codegen. Filenames and types will be created using spaces, which is syntactically incorrect.
Issue
Lists contain a
space
in their name.Using editor this is not allowed.
Solution
space
could be replaced with dash (-
) or another character.Error
Code
Name with space used for lists:
feathers-swagger/lib/index.js
Line 143 in e61b285
Generated here:
feathers-swagger/lib/index.js
Line 105 in e61b285
The text was updated successfully, but these errors were encountered: