Inline Serializer - RFC3986-compliant #685
Labels
enhancement
New feature or request
fix confirmation pending
issue has been fixed and confirmation from issue reporter is pending
Describe the bug
Using
inline_serializer(name="Name with spaces"...)
generates a component schema likeName with spaces
:Running the validate command, doesn't show any warnings about this, but if I paste the yml file into swagger editor, it complains about
$ref values must be RFC3986-compliant percent-encoded URIs
A suggestion would be that the rfc compliant name wouldn't be required but we could show some warnings.
wdyt?
To Reproduce
Just use inline_serializer with name attribute with spaces.
Generate schema
Use the schema in swagger editor
Expected behavior
The editor show RFC Compliant errors
The text was updated successfully, but these errors were encountered: