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
We're generating OAS specification sources from other sources where it's possible that we'll encounter identifiers with a dollar symbol as part of their name. In some cases these identifiers become path parameters. Consider the following snippet from an OAS specification:
Both the path template and the path parameter definition are accepted by the RepreZen Kaizen OpenAPI editor in Eclipse but the parser rejects the template with a message like the following:
[line:col]: No template for path parameter 'x$y' in path string
This is happening in version 4.0.4 of the parser. We believe that this should be a valid use case although it's perfectly possible that we missed something in the spec that says otherwise.
The text was updated successfully, but these errors were encountered:
We're generating OAS specification sources from other sources where it's possible that we'll encounter identifiers with a dollar symbol as part of their name. In some cases these identifiers become path parameters. Consider the following snippet from an OAS specification:
Both the path template and the path parameter definition are accepted by the RepreZen Kaizen OpenAPI editor in Eclipse but the parser rejects the template with a message like the following:
This is happening in version
4.0.4
of the parser. We believe that this should be a valid use case although it's perfectly possible that we missed something in the spec that says otherwise.The text was updated successfully, but these errors were encountered: