roaster
roaster copied to clipboard
Spec compliant path parameter handling
Roaster allows path parameters to contain slashes (/).
This is not part of the current spec (OAS 3.0.3).
A rather long discussion can be found here https://github.com/OAI/OpenAPI-Specification/issues/892
For us to still be able to support this very much wanted use-case but still be spec compliant I suggest we implement another extension x-multiSegment as suggested in this comment
If we implement this it will be a breaking change.