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
Hello there,
For a specific use case, a JSON response which is a top level array need to be returned. Therefore, the path response definition looks as follows:
... 200: description: ... schema: - $ref: "#/definitions/serviceResponse" ... definitions: serviceResponse: type: "array" items: allOf: type: array items: allOf: - $ref: '#/definitions/specificEntity'
Such kind of structure is not able to get parsed to an asciidoc.
Thank you very much for your help Spyros Papadopoulos
The text was updated successfully, but these errors were encountered:
Hi, thx for your issue. Would you like to contribute a fix? I'm too busy atm.
Sorry, something went wrong.
No branches or pull requests
Hello there,
For a specific use case, a JSON response which is a top level array need to be returned.
Therefore, the path response definition looks as follows:
Such kind of structure is not able to get parsed to an asciidoc.
Thank you very much for your help
Spyros Papadopoulos
The text was updated successfully, but these errors were encountered: