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
I'm getting a warning in the UI whenever I uncollapse the response schema for one of my routes that says something like Other properties are defined at the same level as $ref at "#/paths/~1companies/get/responses/200/schema". They are IGNORED according to the JsonSchema spec. I'm not sure if this is a bug or how to resolve this since according to my schema, $ref is the only property at that level.
Here's my schema (this is still a WIP). Is there anything invalid in here that would trigger that warning?
I'm getting a warning in the UI whenever I uncollapse the response schema for one of my routes that says something like
Other properties are defined at the same level as $ref at "#/paths/~1companies/get/responses/200/schema". They are IGNORED according to the JsonSchema spec
. I'm not sure if this is a bug or how to resolve this since according to my schema, $ref is the only property at that level.Here's my schema (this is still a WIP). Is there anything invalid in here that would trigger that warning?
The text was updated successfully, but these errors were encountered: