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
* in params schema object is not escaped into a string, so it's an invalid key for yaml. (* symbol is used for advanced yaml feature to repeat entries.)
NB: because * is string[] it expand String.prototype props in schema.
Because the yaml is broken, /docs endpoint do not load correctly (content is empty for scaler, swagger-ui display an error)
And parameters appear 2 times:
in: "path"
"params"
within: "query"
*
in params schema object is not escaped into a string, so it's an invalid key for yaml. (*
symbol is used for advanced yaml feature to repeat entries.)NB: because
*
isstring[]
it expandString.prototype
props in schema.Because the yaml is broken,
/docs
endpoint do not load correctly (content is empty for scaler, swagger-ui display an error)Repro: tpoisseau/tuyau-openapi-repro@574f522
The text was updated successfully, but these errors were encountered: