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
So Can anyone help me regarding this validation error ?
The text was updated successfully, but these errors were encountered:
nainika-arecabay
changed the title
Getting Validator Error although the fields are present under the $ref
Getting Validator Error although the fields are present under the nested $ref
May 6, 2025
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
unknown-error-crm-billing-e.yaml.zip
So Can anyone help me regarding this validation error ?
The text was updated successfully, but these errors were encountered: