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
So the first problem is that registerParameter ignores the case if a schemas already has a refid and just overwrites the schemas refid with the name of the parameter. I want to have a registered parameter where i can point to a schema with a different name then the parameter itself.
It seems that a registered paramater can not have a different name property then the name of the parameter itself. When you do this.
I have encountered the following problems.
Consider the following script
Tihs will generate following yaml
But i would have expected following outcome
So the first problem is that
registerParameter
ignores the case if a schemas already has a refid and just overwrites the schemas refid with the name of the parameter. I want to have a registered parameter where i can point to a schema with a different name then the parameter itself.It seems that a registered paramater can not have a different name property then the name of the parameter itself. When you do this.
This will end up with an exception
ConflictError {message: 'Conflicting names for parameter', data: {…}}
I would expect something like this
The text was updated successfully, but these errors were encountered: