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 am trying to upload a 3.0.0 OAS file but getting the validation error as shown below despite the required list is present under the $ref
ValidationFailure : Required list has not defined properties: ['apiName', 'correlationId', 'success', 'version']
Explaination : At line 55 there is required list which is present under the '#/components/schemas/api-base-response' at line number 92 as a $ref for the #/components/schemas/successResponse