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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Hi,
I'm new to dredd and was trying it out. But i got the below error while trying to execute:
error: API description parser error in swagger.yml:2486 (from line 2486 column 6 to line 2499 column 4): Additional properties not allowed: optional
swagger: '2.0'
Below are the lines:
swagger.yml:
line 2486 description: password to reset
reset:
"$ref": "#/definitions/reset"
required:
- reset
- reset
optional:
- reset
- reset
x-alternatives:
- "$ref": "#/x-alt-definitions/reset"
- "$ref": "#/x-alt-definitions/reset"
- "$ref": "#/x-alt-definitions/reset"
line 2499 - "$ref": "#/x-alt-definitions/reset"
required:
- step
Dredd version:
dredd v14.0.0 (Darwin 20.6.0; x64)
The text was updated successfully, but these errors were encountered: