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
We have a hand-written swagger API specification here. However, this isn't a valid swagger structure for there are some attributes and parameters in the top-level document which swagger does not support.
Context
We have a hand-written swagger API specification here. However, this isn't a valid swagger structure for there are some attributes and parameters in the top-level document which swagger does not support.
Steps to Reproduce
Expected behavior
Actual behavior
Resolution Plan
definitions
special keyPR
master
QA
Specifications have been fixed by prefixing custom attributes with
x-
(which is swagger recommended way of introducing custom attributes).Compatibility of our swagger.yaml tested with:
The check with
openapi-spec-validator
has been added to our travis.yml and is now tested on each PR and merge to master (see: https://travis-ci.org/input-output-hk/cardano-wallet/jobs/545220168#L385-L387)The text was updated successfully, but these errors were encountered: