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
the request validate would always failed with result below:
{ code: 'MISSING_REQUIRED_PARAMETER',
message: 'Value is required but was not provided',
schemaPath: '#/paths/~1keys~1{key+name}~1create/post/parameters/0' }
Since I refer to the swagger specification document , but I did not find any information about the parameter name could not include special character like '-'
The text was updated successfully, but these errors were encountered:
I'll take a peek. I'm not sure why it would fail. Can you give more details on how you tested this? (The weird schemaPath value isn't from sway but z-schema and it shouldn't mislead you.) Can you give the full parameter definition and the requested path made? Or maybe even a simple reproduction snippet of code?
I'll take a peek. I'm not sure why it would fail. Can you give more details on how you tested this? (The weird schemaPath value isn't from sway but z-schema and it shouldn't mislead you.) Can you give the full parameter definition and the requested path made? Or maybe even a simple reproduction snippet of code?
Since I have debug it, below code goes wrong , that caused the validator consider the parameter missed
I create a swagger with path templating , and one parameter name is 'key-name'
e.g.
Since I refer to the swagger specification document , but I did not find any information about the parameter name could not include special character like '-'
The text was updated successfully, but these errors were encountered: