We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aesophia_http/config/swagger.yaml
Lines 26 to 38 in 3f20f69
Both responses are defined for 400 code, and as I get, only the last one appears in the resulting json file.
https://compiler.aeternity.io/api
"responses": { "200": { "description": "ACI for contract", "schema": { "$ref": "#/definitions/ACI" } }, "400": { "description": "Compiler errors", "schema": { "$ref": "#/definitions/CompilerErrors" } } }
swagger.yaml contains multiple duplications like this, them prevents using the swagger file in AutoRest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aesophia_http/config/swagger.yaml
Lines 26 to 38 in 3f20f69
Both responses are defined for 400 code, and as I get, only the last one appears in the resulting json file.
https://compiler.aeternity.io/api
swagger.yaml contains multiple duplications like this, them prevents using the swagger file in AutoRest
The text was updated successfully, but these errors were encountered: